mediatomb (0.12.1-0ubuntu2) oneiric; urgency=low

  * Introduce Upstart support to fix start-on-boot failure (LP: #212441)
  * Fix build gcc-4.6 build failure (missing correct header) (LP: #770964)
  * Added libav 0.7 support (LP: #784431)

 -- Daniel van Vugt <vanvugt@gmail.com>  Sun, 15 May 2011 23:09:43 +0800

mediatomb (0.12.1-0ubuntu1) maverick; urgency=low

  * New upstream release (LP: #553269)
    + Drop patches applied upstream:
      - drop debian/patches/service-id_fix.patch
      - drop debian/patches/ffmpegthumbnailer-2.0.patch
      - drop debian/patches/autoreconf_-fi.patch
    + Refresh patch due to upstream changes
      - update debian/patches/const_char_conversion.patch

  * Merge from debian unstable.  Remaining changes:
    - debian/control:
      + Don't depend on libmozjs-dev
      + Add OR depends on abrowser
    - debian/rules: Disable js support
    - fix LP: #569763 - mediatomb allows anyone to browse and export the whole 
      filesystem

 -- Micah Gersten <micahg@ubuntu.com>  Wed, 25 Aug 2010 17:07:03 -0500

mediatomb (0.12.0~svn2018-6.1) unstable; urgency=low

  * Non-maintainer upload.
  * Disable user interface (Closes: #580120)

 -- Alexander Reichle-Schmehl <tolimar@debian.org>  Fri, 16 Jul 2010 15:52:21 +0200

mediatomb (0.12.0~svn2018-6ubuntu3) maverick; urgency=low

  * No change rebuild for libavutil49 → libavutil50 transition 

 -- Iain Lane <laney@ubuntu.com>  Sun, 11 Jul 2010 11:42:16 +0100

mediatomb (0.12.0~svn2018-6ubuntu2) lucid; urgency=low

  * debian/rules:
    - Disable spidermonkey support (LP: #536643)
  * debian/control:
    - Don't build-depend on libmozjs-dev

 -- Chris Coulson <chrisccoulson@ubuntu.com>  Wed, 14 Apr 2010 17:04:10 +0100

mediatomb (0.12.0~svn2018-6ubuntu1) lucid; urgency=low

  * Merge from debian unstable, Ubuntu remaining changes:
    - Add OR depends on abrowser.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Mon, 22 Feb 2010 20:16:31 +0100

mediatomb (0.12.0~svn2018-6) unstable; urgency=low

  * Allow mediatomb to build against ffmpegthumbnailer 2.0 library.
    (Closes: #568961)
  * Bump Standards-Version to 3.8.4.
  * Switch to source format 3.0 (quilt).
  * Build-Depend on debhelper (7.0.50~).
  * Fix init script dependencies. (Closes: #567442, #547794).
  * Fix mappings for matroska files in config.xml. (Closes: #544039)
  * Fix mappings for ogg files in config.xml. (Closes: #558696)
  * Remove unneeded lintian override for libjs-prototype usage.
  * Confirmed that mediatomb is unaffected by new magic_load() function change.
    (Closes: #501586)
  * Add description to const_char_conversion.patch.
  * Update config.xml example configuration.
  * Disable libdvdnav feature as it's not complete.
  * Add documentation in package "mediatomb" that references documentation in
    package "mediatomb-common". (Closes: #546498)

 -- Andres Mejia <mcitadel@gmail.com>  Wed, 10 Feb 2010 18:50:05 -0500

mediatomb (0.12.0~svn2018-5) unstable; urgency=medium

  [ Mehdi Dogguy ]
  * Non-maintainer upload.
  * Fix FTBFS due to invalid string constant to char* conversion in
    src/tools.cc (added const_char_conversion.patch) (Closes: #560468)
  * Fix non-uninstallability of mediatomb-daemon, thanks to Raul Sanchez
    Siles for the hint (Closes: #562372)
  * Fix security issue in prototype.js (CVE-2008-7720 and CVE-2007-2383)
    by using the one from the Debian package libjs-prototype
    (Closes: #555232, #555233, #475279)
    + set urgency to medium
    + Make mediatomb-common depend on libjs-prototype
    + Set a symbolic link to prototype.js using mediatomb-common.links

 -- Andres Mejia <mcitadel@gmail.com>  Thu, 04 Feb 2010 08:57:05 -0500

mediatomb (0.12.0~svn2018-4ubuntu2) lucid; urgency=low

  * rebuild for ffmpeg versioned symbols

 -- Reinhard Tartler <siretart@tauware.de>  Tue, 19 Jan 2010 21:29:50 +0100

mediatomb (0.12.0~svn2018-4ubuntu1) karmic; urgency=low

  * Merge from debian unstable, Ubuntu remaining changes:
    - Add OR depends on abrowser.
  * Add glibc-2.10_fix.patch patch to prevent FTBFS with glibc-2.10.
  * debian/config.xml.dist: Allow playing the mkv files that haven't
    "video/x-matroska" as mimetype (LP: #417533).

 -- Alessio Treglia <quadrispro@ubuntu.com>  Fri, 28 Aug 2009 11:06:18 +0200

mediatomb (0.12.0~svn2018-4) unstable; urgency=low

  [ Andreas Henriksson ]
  * debian/mediatomb-daemon.postinst:
    avoid trying (and failing!) to migrate database and purge rc.d scripts
    on clean installs, only do it on upgrades.
    (Also make sure the db file exists before trying to copy it for extra
     safety.)
    Thanks goes to all the people who commented on the bug! (Closes: #527566)

  [ Andres Mejia ]
  * Fix wrong namespace used for service-id attribute. (Closes: #535255)
  * Use patch instead of running autotools to generate changes to build
    system.
  * Ensure configure and other autotools generated scripts are
    executable.
  * Update packaging to take advantage of new features in debhelper 7.
  * Update override for watch file.
  * Add ${misc:Depends} for Depends field in binary packages.
  * Update Build-Depends for debhelper to 7 and quilt to 0.46-7.
  * Bump Standards-Version to 3.8.2.
  * Remove Build-Depends of automake since it's no longer needed.
  * Make some cosmetic changes to debian/control.

 -- Andres Mejia <mcitadel@gmail.com>  Wed, 05 Aug 2009 23:50:50 -0400

mediatomb (0.12.0~svn2018-3ubuntu1) karmic; urgency=low

  * Merge from debian unstable, remaining changes:
    - Packages that Depend/Recommend/Suggest firefox (meta-package) must
      alternatively Depend/Recommend/Suggest abrowser.

 -- Alessio Treglia <quadrispro@ubuntu.com>  Sun, 10 May 2009 23:17:08 +0200

mediatomb (0.12.0~svn2018-3) unstable; urgency=low

  * Fix minor typo in mediatomb-transcode script.
  * Show what was passed to DEB_BUILD_OPTIONS in debian/rules.
  * Fix CFLAGS, CXXFLAGS, and LDFLAGS that were getting overridden by
    dpkg-buildpackage.
  * Update watch file to watch for new releases after 0.11.0.
  * Change Maintainer field to Debian multimedia team. Move myself down to
    Uploaders field.
  * Update Vcs-* entries for where packaging will be held in new location.
  * Update comment in postinst script.
  * Add lintian override for debian-watch-file-specifies-old-upstream-version
    warning.

 -- Andres Mejia <mcitadel@gmail.com>  Fri, 08 May 2009 20:10:24 -0400

mediatomb (0.12.0~svn2018-2ubuntu1) karmic; urgency=low

  * Merge from debian unstable, Ubuntu remaining changes:
    - Packages that Depend/Recommend/Suggest firefox (meta-package) must
      alternatively Depend/Recommend/Suggest abrowser (LP: ##272772).

 -- Alessio Treglia <quadrispro@ubuntu.com>  Tue, 28 Apr 2009 23:08:18 +0200

mediatomb (0.12.0~svn2018-2) unstable; urgency=low

  * Patch config_manager.cc to generate comment in config.xml.
  * Also add mappings for matroska in config.xml.
  * Updated config.xml.dist to reflect what's generated by mediatomb.
  * Include example config.xml and mediatomb-transcode script in examples.

 -- Andres Mejia <mcitadel@gmail.com>  Fri, 24 Apr 2009 20:13:24 -0400

mediatomb (0.12.0~svn2018-1) unstable; urgency=low

  * New release from svn checkout.
  * Removed all old patches as they are applied upstream.
  * Updated mediatomb-get-orig-source script.
  * Updated options to pass to configure script when building.
  * Pass debug options when using nostrip DEB_BUILD_OPTIONS.
  * Update control file for new build dependencies.
  * Update config.xml file to the new default mediatomb installs.
  * Add comment in config.xml for location of documentation for configuration
    files.
  * Update watch file.
  * Fix issue where debug mode would not work in the working directory as a user
    without the proper permissions.
  * Add function in postinst maintainer script that will copy
    /var/lib/mediatomb/sqlite3.db to /var/lisb/mediatomb/mediatomb.db.

 -- Andres Mejia <mcitadel@gmail.com>  Wed, 22 Apr 2009 21:39:19 -0400

mediatomb (0.11.0-5) unstable; urgency=low

  * Allow mediatomb to be built against old ffmpeg libraries as well as new
    ffmpeg libraries.

 -- Andres Mejia <mcitadel@gmail.com>  Tue, 07 Apr 2009 18:14:37 -0400

mediatomb (0.11.0-4) unstable; urgency=low

  * Fix problem where mediatomb won't stop when NO_START was set to yes in
    /etc/default/mediatomb. (Closes: #488943)
  * Fix runlevel issue. (Closes: #504119)
  * Bump Standards-Version to 3.8.1.
  * Fixed awkward description for mediatomb-common (was lintian warning).
  * Add override for embedded-javascript-library for now. See bug #475279.
  * Refreshed patches.
  * Allow mediatomb to be built against new ffmpeg libraries. (Closes: #521336)
  * Remove direct check on SourceForge servers for new tarball. Addresses
    lintian warning.
  * Update compat to 5. Addresses lintian warning.
  * Update package description to remove first person summary. Addresses lintian
    warning.

 -- Andres Mejia <mcitadel@gmail.com>  Sun, 05 Apr 2009 16:47:06 -0400

mediatomb (0.11.0-3ubuntu2) jaunty; urgency=low

  * Added ffmpeg_headers_location.patch to fix ffmpeg headers location,
    fixes FTBFS (LP: #311180).

 -- Alessio Treglia <quadrispro@ubuntu.com>  Thu, 08 Jan 2009 11:18:48 +0100

mediatomb (0.11.0-3ubuntu1) intrepid; urgency=low

  * fix LP: #272772: packages that Depend/Recommend/Suggest firefox
    (meta-package) must alternatively Depend/Recommend/Suggest abrowser
    - update debian/control

 -- Fabien Tassin <fta@ubuntu.com>  Mon, 22 Sep 2008 03:04:05 +0200

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

