Skip to content

Debian Changelog mediatomb (0.11.0-3)

2008

mediatomb (0.11.0-3) unstable; urgency=low

   * Add check to see if $GROUP is defined and if not, define it as $USER.
     Closes: #475499
   * Fix FTBFS. Closes: #477036

 -- Andres Mejia <mcitadel@gmail.com>  Mon, 21 Apr 2008 20:48:48 -0400

mediatomb (0.11.0-2) unstable; urgency=low

   * Changing NO_START to "no" in /etc/default/mediatomb for mediatomb-daemon
     package.

 -- Andres Mejia <mcitadel@gmail.com>  Wed, 26 Mar 2008 13:41:02 -0400

mediatomb (0.11.0-1) unstable; urgency=low

   * New upstream release.
   * Include message about which inotify headers will be used when enabling
     inotify runtime support.
   * Fixed error with use of INTERFACE in init script. Also removed use of -m
     option.
   * Including new config.xml options.
   * Added more build dependencies for new upstream release.
   * Removed build dependency of libid3-dev, taglib is now preferred.
   * mediatomb.xpm and manpage.xml is now included in orig tarball.
   * inotify patch is not needed anymore.
   * md5 patch has been committed upstream and is no longer needed. Also removed
     README.Debian.
   * TwinHelix PNG fix is now used. Removed from TODO.
   * Adding dependency of iceweasel for mediatomb package.
   * Updated copyright file.
   * Updated watch file.
   * Updated rules file for proper configure options.

 -- Andres Mejia <mcitadel@gmail.com>  Sun, 02 Mar 2008 13:09:16 -0500

mediatomb (0.10.0.dfsg1-2) unstable; urgency=low

   * Moved Debian packaging from svn to git.
     + Updated Vcs entries in debian/control.
   * Fixing inotify build problems. An inotify check will be supported for
     runtime. Closes: #465177
   * Removing .pc directory when unpatching.
   * Allowing options used in running configure to be overriden.
   * Writing external script to generate orig source tarball and have
     get-orig-source target in debian/rules call external script.
   * Update copyright to mention two files that are removed from upstream.
   * Add TODO about changing from using PNG Behavior fix from WebFX to using IE
     PNG Fix delivered by TwinHelix.
   * Adding TODO about ensuring that the WebUI works under any Mozilla based
     browser.
     + There's a known problem with the WebUI under Konqueror.

 -- Andres Mejia <mcitadel@gmail.com>  Tue, 19 Feb 2008 22:27:26 -0500

mediatomb (0.10.0.dfsg1-1) unstable; urgency=low

   [ Andres Mejia ]
   * Moved myself in Maintainers field and Leonhard to Uploaders field.
   * Added Sven Mueller to Uploaders field.
   * Place comment in patch.
   * Hard code some configure options for mediatomb
     + Ensures proper dependencies are used in case someone builds packages with
       'debian/rules binary'.
   * Adding 'get-orig-source' in debian/rules.
   * Installing the README.Debian file to the mediatomb package as well.
   * Added watch file.
   * Add nostrip option for DEB_BUILD_OPTIONS.
   * Fix permissions to comply with Debian policy.
   * Call configure properly as described in autotools-dev documentation.
   * Test for the existence of *-stamp stamps before attempting to remove.
   * Renamed config.status target to configure and call configure-stamp target.
   * Installing only ASCII upstream README and scripting.txt.
   * Making mediatomb-daemon and mediatomb package binary independent.
     + Updated debian/rules to use binary-indep target.
   * Updated package descriptions.
   * Specify CXXFLAGS to use.
   * Add lintian override for use of x-www-browser.
   * Rewriting init scripts based on /etc/init.d/skeleton.
     + Update default configuration.
     + Properly test for home directory and use it with daemon options.
   * Updated mediatomb-daemon README.Debian.
   * Renaming acinclude.m4 to acx_pthread.m4 during build time, so as not to
     confuse it with acinclude.m4 from libtool.
   * Changing Vcs-Browser to point to
     http://svn.debian.org/wsvn/collab-maint/ext-maint/mediatomb/?op=log
   * Creating package that could be suitable to upload directly to Debian
     archive. (Closes: 440199)
     + Packaging is a heavily modified form of the packaging found in
       http://apt.mediatomb.cc/pool/main/m/mediatomb/
     + Changes made are written below in order of latest changes to oldest
       changes.
   * init scripts will be installed using the name "mediatomb".
     + Added README.Debian showing how to remove the old files and startup
       links.
   * Added logrotate script.
   * Bumped Standards-Version to 3.7.3.
   * Changed Vcs-* entries to new location in svn.debian.org.
   * Rewrote copyright file to be machine parsable and to list the copyright and
     license information for the files derived from other projects.
   * Taking out "open source (GPL)" words in package description.
   * manpage docbook source added in debian/extras.
   * Replaced RSA MD5 code with MD5 code found in dpkg (for license reasons).
     + Code is removed in orig tarball and patched in during build.
   * init script will send SIGTERM instead of SIGINT to stop mediatomb.
   * Took out duplicate Homepage field in control file.
   * Took out XS- from Vcs-* fields in control file.
   * Took out deprecated Encoding key in the .desktop file.
   * Fixing mediatomb-daemon.postrm to delete /var/lib/mediatomb when removing
     or purging.
   * Adding dpkg-statoverride command during purging to remove overrides used
     by mediatomb-daemon package.
   * Using deluser and delgroup commands to remove mediatomb user and group.
   * Removed dependency on passwd.
   * Added --disabled-{login,password} for adduser in preinst.
   * Changed --shell option to use /usr/sbin/nologin in preinst.
   * Using dpkg-statoverride instead of chown for postinst.
   * Adding myself to Uploaders field instead of Maintainer field.
   * Creating three packages.
     + mediatomb-common will contain the the binary, the manpage, and everything
       needed for scripting and the web interface.
     + mediatomb-daemon will contain the files needed to run mediatomb as a
       daemon.
     + mediatomb will contain the desktop file that depends on a web browser to
       access the web ui.
   * Adding Homepage field in source stanza which will be supported soon.
   * Removing konqueror as dependency for mediatomb as it is not yet recommended
     to use konqueror to access the webui.
   * Removing misc:Depends tag as it is not needed.
   * Set myself as a maintainer.
   * Removing debian/dirs as it is not needed.
   * Removing prerm script as it did nothing.
   * Renaming maintainer scripts since they are relevant only to the daemon
     package.
   * Replacing build-deps of autotools-dev with automake.
   * Calling autotools to ensure everything is up to date.
   * Adding "distclean" target when running debian/rules clean.
   * Adding dependency to www-browser virtual package.
     + Including some real packages first as alternatives.
   * Adding desktop file to open mediatomb configuration page.
     + Correct IP address and port to open is provided in
       /var/lib/mediatomb/mediatomb.html.
   * Adding menu file as well.
   * Adding dh_installmenu and dh_desktop commands to debian/rules.
   * Adding mediatomb.install for desktop and xpm file.
   * Providing symlink for icon used with desktop entry.
   * Addressing bad-distribution-in-changes-file lintian error.
     + debian/changelog had unknown/invalid target distribution (etch).
   * Addressing out-of-date-standards-version lintian warning.
     + Bumped 'Standards-Version' to 3.7.2.
   * Addressing debian-rules-ignores-make-clean-error lintian warning.
     + Replaced "-$(MAKE) clean" with "[ ! -f Makefile ] || $(MAKE) clean" in
       debian/rules file.
   * Setting NO_START variable in mediatomb.default to "".
   * Replacing build dependency of libsmjs-dev to libmozjs-dev.
     + libsmjs-dev is a transition package.
   * Adding -m /dev/null in D_ARGS for init script.
     + Temporary workaround for a bug that has been fixed in SVN.
   * Added Uploaders field in debian/control to add me as an uploader.
   * Renamed some build depends to their appropriate virtual packages.
     + Should make it easier for binNMUs.
     + libid3-3.8.3-dev changed to libid3-dev.
     + libmysqlclient15-dev changed to libmysqlclient-dev.
     + zlib1g-dev changed to libz-dev.

 -- Andres Mejia <mcitadel@gmail.com>  Sat, 02 Feb 2008 01:42:48 -0500