[ubuntu/trusty-proposed] mediatomb 0.12.1-5ubuntu1 (Accepted)
Logan Rosen
logan at ubuntu.com
Sun Dec 29 05:06:15 UTC 2013
mediatomb (0.12.1-5ubuntu1) trusty; urgency=medium
* Merge.
mediatomb (0.12.1-5) unstable; urgency=low
* 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.
mediatomb (0.12.1-4) unstable; urgency=low
* 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.
mediatomb (0.12.1-3) unstable; urgency=low
[ 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.
mediatomb (0.12.1-2) unstable; urgency=low
* 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
mediatomb (0.12.1-1) experimental; urgency=low
* New upstream release. (Closes: #579316)
* Update patches that are to be applied, resolve changes from new
upstream source.
* Refresh all patches.
* Disable lastfm scrobbling support for now since lastfmlib is not in Debian.
* Update Standards-Version to 3.9.1.
* Update copyright file to include full text of various BSD licenses.
* Update watch file for new release.
* Rotate mediatomb log file weekly for 12 weeks. (Closes: #574685)
Date: Sat, 28 Dec 2013 23:22:35 -0500
Changed-By: Logan Rosen <logan at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/trusty/+source/mediatomb/0.12.1-5ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sat, 28 Dec 2013 23:22:35 -0500
Source: mediatomb
Binary: mediatomb-common mediatomb-daemon mediatomb mediatomb-dbg
Architecture: source
Version: 0.12.1-5ubuntu1
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Logan Rosen <logan at ubuntu.com>
Description:
mediatomb - UPnP MediaServer (main package)
mediatomb-common - UPnP MediaServer (base package)
mediatomb-daemon - UPnP MediaServer (daemon package)
mediatomb-dbg - UPnP MediaServer (debug package)
Closes: 509918 555594 572701 574685 579316 589208 614956 624921 631046 642578 652534 661149 663456 664967 677958 677959
Changes:
mediatomb (0.12.1-5ubuntu1) trusty; urgency=medium
.
* Merge.
.
mediatomb (0.12.1-5) unstable; urgency=low
.
* 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.
.
mediatomb (0.12.1-4) unstable; urgency=low
.
* 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.
.
mediatomb (0.12.1-3) unstable; urgency=low
.
[ 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.
.
mediatomb (0.12.1-2) unstable; urgency=low
.
* 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
.
mediatomb (0.12.1-1) experimental; urgency=low
.
* New upstream release. (Closes: #579316)
* Update patches that are to be applied, resolve changes from new
upstream source.
* Refresh all patches.
* Disable lastfm scrobbling support for now since lastfmlib is not in Debian.
* Update Standards-Version to 3.9.1.
* Update copyright file to include full text of various BSD licenses.
* Update watch file for new release.
* Rotate mediatomb log file weekly for 12 weeks. (Closes: #574685)
Checksums-Sha1:
047a598f62439c2613eb552877d91b255efb14b5 2197 mediatomb_0.12.1-5ubuntu1.dsc
ddcbe9b1fc9030071ce75de6e6da1a978c171821 37237 mediatomb_0.12.1-5ubuntu1.debian.tar.gz
Checksums-Sha256:
b35898f563b75e39a2db5a06538bc3062e46b87581aa070fe28cef22418e932a 2197 mediatomb_0.12.1-5ubuntu1.dsc
fa73c8998caea7444a76741bb8e2aa86682e528783fde137d134f8aedf661732 37237 mediatomb_0.12.1-5ubuntu1.debian.tar.gz
Files:
81e0f0322abb18421998fbc118f26639 2197 net optional mediatomb_0.12.1-5ubuntu1.dsc
415d17ecd0f7fa505e0b97422b1eb86c 37237 net optional mediatomb_0.12.1-5ubuntu1.debian.tar.gz
Original-Maintainer: Debian multimedia packages maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)
iQEcBAEBAgAGBQJSv6YeAAoJEKQhGXXqMwVDt1cIAKkvfVC73Fc87WpWxKdL4FZH
Idmbei7runMIlG1IeCOyfwd/zS50SU3t073eKbCGxT8ypY8PktB4I2HbTOBTbSQK
BS0V07uUPzwi5RBXzlisCOcAC+YRLvd4bE8RXjwytncpOPFFtSINj1ChXIdpZwSO
QFCmaVNuD2LbQTQZVdyVUePBD9yc2eZnWFBg4L2VEMZkhW+JNsAJDRqgpEAcmqPU
VIeGgmi2F0Tv2dbm3LOM2sHXBQ0xNyP3NzinMwiZCGXUNFaxNHiY4y/MNz7SoBd6
P3QKCWbKBGwzVc4P4WKnb2Gqm2BcTIpHEgovA2W3hiMv7jcoG8syqvpFyrz33dQ=
=vwHt
-----END PGP SIGNATURE-----
More information about the Trusty-changes
mailing list