lp:debian/jessie/mediatomb

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:debian/jessie/mediatomb
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

17. By Hector Oron

* d/mediatomb-daemon.mediatomb.init: issue an error if MT_USER is not set.
* d/rules: disable libmp4v2.
  + fixes FTBFS and potential licensing incompatibility.
  Thanks Michael Tautschnig for report.
  (Closes: #765811)
* Rename mediatomb-daemon service file to mediatomb.
  + enables systemd and sysvinit coexistence.
  + d/mediatomb-daemon.service: make configuration file mandatory.
  + d/mediatomb-daemon.service: require MT_USER variable in configuration
    file.
* d/control: bump standards version to 3.9.6.
* d/mediatomb-daemon.mediatomb.init: drop $all depends per lintian check.

16. By Sebastian Ramacher

* Team upload.

[ Hector Oron ]
* Fix build against libmp4v2. (Closes: #677958)
* Remove config.log file upon cleanup.

[ Sebastian Ramacher ]
* debian/patches/0011_libav_9_support.patch: Apply patch from Jona Schuman
  to port mediatomb to libav 9 API. Thanks to Jona Schuman for the patch
  (Closes: #677959)
* debian/control:
  - Remove obsolete Dm-Upload-Allow. The archive software ignores it.
  - Build-Depends: Bump libavformat-dev to >= 6:9.
  - Vcs-*: Use canonical locations.
  - Bump Standards-Version to 3.9.4.

15. By micove

* Bump debhelper and the compatibility level to 9.
  - Enables hardened build flags.
* debian/control:
  - Remove Andres Mejia from the uploaders list.
  - Bump Standards-Version to 3.9.3.
  - mediatomb-daemon depends on lsb-base (>= 3.2-14).
  - Create the mediatomb-dbg package.
* debian/rules:
  - Simplify the rules file.
  - Remove deprecated mediatomb configuration options.
* debian/patches/*:
  - Update the copyObject function to avoid segfaults with js 1.8.
    (Closes: #664967)
  - Fix the spelling errors mentioned by lintian.
  - Add Ubuntu's patch to properly parse the bitrate and the number of audio
    channels.
* debian/mediatomb-daemon.mediatomb.init:
  - Add a Description LSB keyword to the init script.
  - Implement the status option in the init script.
* debian/*:
  - Update the lintian overrides.
  - Use set -e in the body of the maintainer scripts.
  - Remove the references to the versionless symlinks (GPL/LGPL) in the
    copyright file.
  - Add a Readme.source file to explain the requirements needed to be able
    to use DEB_BUILD_OPTIONS=nostrip.
  - Update my name in various files.

14. By Hector Oron

[ Arnout Engelen ]
* Build with recent versions of ffmpeg. (Closes: #509918, #589208)
* Force removal of old /etc/init.d/mediatomb scripts. Fixes #577619

[ Miguel Colon ]
* Team upload.
* Fix a FTBFS when using gcc-4.6. (Closes: #624921)
* Fix a FTBFS by porting to spidermonkey 1.8:
  - Fix a failure to categorize media files with the new js.
  - Build depend on libmozjs185-dev instead of libmozjs-dev.
  - Add detection for -lmozjs185 during the configure script.
  - Use dh-autoreconf instead of patching the results of an old autoreconf.
  - (Closes: #652534, #631046, #642578, #661149)
* Fixed upstream by adding -lz. (Closes: #555594)
* Fixed upstream in svn r2034 and already in 0.12.1. (Closes: #572701)
* Fix a FTBFS when using gcc-4.7.
* Fix a crash triggered by files with length > 999 hours.
* Most of the patches originate from the Fedora mediatomb maintainers. Thanks
  go to them.

[ Hector Oron ]
* Drop -fpermissive from js_1.8_support.patch, as it makes unapply patches
  to fail after build has finalized.
* Re-introduce mediatomb into Debian (Closes: #663456).
* Add Miguel Colon and myself to uploaders.

13. By Reinhard Tartler

* Team upload.
* Upload to unstable.
* new upstream release explicitly adds -lz during build. (Closes: #614956)
* move user creation scripts from preinst to postinst to avoid
  pre-dependency on adduser

12. By Alexander Reichle-Schmehl <email address hidden>

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

11. By Andres Mejia

* 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)

10. By Andres Mejia

[ 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

9. By Andres Mejia

[ 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.

8. By Andres Mejia

* 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.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:debian/mediatomb
This branch contains Public information 
Everyone can see this information.

Subscribers