OK, there are changes in Ubuntu, however I believe they can be
overwritten, as those changes were also applied to the the Debian
source.
### These changes are still available in the Debian 0.9.0-3 ###
drip (0.8.3.2+0.9.0-rc3-7.1) unstable; urgency=low
* Non-Maintainer upload
* Build-Depend on libxv-dev (Closes: #359650)
* Build-Depend on libdvdread-dev instead of libdvdread3-dev which no longer
exists (Closes: #366562)
* debian/patches/dvdread_include_fixes.diff:
- include stdint.h before any dvdread headers. Also #define
__STDC_LIMIT_MACROS and #define __STDC_CONSTANT_MACROS to fix FTBFS.
(Closes: #373090)
* debian/patches/glib2_nolink.diff,
debian/libaviplay.la:
- Don't link drip with glib2 as this causes segfaults.
drip is linked to glib-2.0 because it's linked to a static library
which need aviplay, Libtool knows that aviplay need glib-2.0 hence
the unwanted linking. So we use this fake libaviplay.la which just
remove any glib-2.0 reference from the dependancy list. There will
be no linking problems since drip is dynamically linked to aviplay.
Also regenerate libtool and ltmain.sh for this.
Thanks to Yann Rouillard for providing the patch. (Closes: #304109)
-- Sebastian Dröge <[EMAIL PROTECTED]> Mon, 12 Jun 2006 15:55:55 +0200
### These changes are still available in Debian 0.9.0-3 ###
drip (0.8.3.2+0.9.0-rc3-7ubuntu4) dapper; urgency=low
* Now debian/rules updates libtool to fix missing .so extension bug.
* Dirty hack to not have drip linked with both glib-1.2 and glib-2.0
(closes: Malone #28557)
-- Yann Rouillard <[EMAIL PROTECTED]> Sun, 29 Jan 2006 15:13:30
+0100
### In Debian 0.9.0-3 Architecture: any ###
drip (0.8.3.2+0.9.0-rc3-7ubuntu3) dapper; urgency=low
* Architecture: i386 to match PaS
-- Matt Zimmerman <[EMAIL PROTECTED]> Sat, 28 Jan 2006 08:43:53 -0800
### These changes are still available in Debian 0.9.0-3 (updated versions) ###
drip (0.8.3.2+0.9.0-rc3-7ubuntu2) dapper; urgency=low
* Rebuild to use newer version of libavifile.
* Build depend on libmagick-dev and libmagick++-dev rather on
libmagick6-dev and libmagick++6-dev (Malone #6713).
-- Loic Pefferkorn <[EMAIL PROTECTED]> Sat, 14 Jan 2006 17:06:02 +0100
### libmagick9-dev | libmagick-dev, libmagick++9-dev | libmagick++-dev
drip (0.8.3.2+0.9.0-rc3-7ubuntu1) dapper; urgency=low
* Resyncronize with debian
* Build depend on libmagick6-dev and libmagick++6-dev rather than on
libmagick9-dev and libmagick++9-dev
-- Reinhard Tartler <[EMAIL PROTECTED]> Wed, 9 Nov 2005 14:17:13
+0000
### It has reverted back to this in the Debian source ###
drip (0.8.3.2+0.9.0-rc3-7) unstable; urgency=low
* Depend on libmagic9-dev, etc. for imagemagick transition. Closes: #332449.
* Strip .comment fields out of libraries.
-- Alastair McKinstry <[EMAIL PROTECTED]> Tue, 25 Oct 2005 10:40:21
+0100
### these changes are in the debian 0.9.0-3 ###
drip (0.8.3.2+0.9.0-rc3-6) unstable; urgency=low
* New maintainer: Closes: #289619.
* Rebuild against latest libsdl1.2 for slang2 transition.
Closes: #318234.
* Applied patch for amd64 FTBFS from Andreas Jochens. Closes: #289014.
* Build-Depend on libxinerama-dev, libxxf86vm-dev, libxxf86dga-dev
(needed as part of xorg transition?)
* Move to Standards-Version: 3.6.2. No changes required.
-- Alastair McKinstry <[EMAIL PROTECTED]> Mon, 24 Oct 2005 21:43:30
+0100
### patch is still in debian 0.9.0-3 ###
drip (0.8.3.2+0.9.0-rc3-5) unstable; urgency=low
* patches/magickfilter_ftbfs.diff: New. Fix magickfilter plugin for
new API.
-- Robert Millan <[EMAIL PROTECTED]> Sun, 1 Aug 2004 19:04:05 +0200
### libxft-dev still a build-dep ###
drip (0.8.3.2+0.9.0-rc3-4) unstable; urgency=low
* control (Build-Depends): Add libxft-dev. (Closes: #253553)
-- Robert Millan <[EMAIL PROTECTED]> Thu, 10 Jun 2004 11:58:40 +0200
### still build-dep: automake-1.7 ###
drip (0.8.3.2+0.9.0-rc3-3) unstable; urgency=low
* control (Build-Depends): s/automake-1.8/automake-1.7/g. (Closes:
#251907)
-- Robert Millan <[EMAIL PROTECTED]> Mon, 31 May 2004 19:14:48 +0200
### libmagick v9 in debian 0.9.0-3 now ###
drip (0.8.3.2+0.9.0-rc3-2) unstable; urgency=low
* Rebuild with latest libmagick. (Closes: #251410)
- control (Build-Depends): Set to libmagick6{++,}-dev.
-- Robert Millan <[EMAIL PROTECTED]> Fri, 28 May 2004 16:31:06 +0200
### these changes are still in debian 0.9.0-3 ###
drip (0.8.3.2+0.9.0-rc3-1) unstable; urgency=low
* New upstream pre-release.
- control (Build-Depends): Add libmad0-dev.
* Switch to tar-in-tar mode.
- rules: Ditto.
- docs: Work around debhelper bug.
* Rebuild with libmpeg2-4-dev (Closes: #232624)
- control (Build-Depends): s/libmpeg2-3-dev/libmpeg2-4-dev/g
- patches/mpeg2_api.diff: New. Minor API changes (sent upstream).
* Disable all CPU-specific optimisations. (Closes: #230361)
- patches/noopt.diff: New. Disable CPU optimisations in configure.in.
- rules: Set DEB_AUTO_UPDATE_AUTOCONF for the change to take effect.
* control (Description): Rewrite. (Closes: #230210)
* Stop suggesting non-free codecs.
- control (Depends): Nuked avifile-win32-plugin.
-- Robert Millan <[EMAIL PROTECTED]> Sat, 14 Feb 2004 14:06:24 +0100
### these changes are still in debian 0.9.0-3 ###
drip (0.8.3.2+0.9.0-rc1-2) unstable; urgency=low
* New upload. (Closes: #156287)
* Nuked dripencoder package (merged into main drip).
* Use cdbs.
- control (Build-Depends): Add cdbs and set debhelper (>= 4.1.0)
- rules: Rewrite.
* Delete rpath setting from usr/bin/*
- control (Build-Depends): Add chrpath.
- rules: Use it.
-- Robert Millan <[EMAIL PROTECTED]> Sun, 18 Jan 2004 14:47:51 +0100
### ###
drip (0.8.3.2+0.9.0-rc1-1) unstable; urgency=low
* Initial Release. (Closes: #156287)
-- Robert Millan <[EMAIL PROTECTED]> Sat, 15 Nov 2003 16:53:46 +0100
--
[Feisty MoM] please sync drip-0.9.0-3 from debian unstable
https://launchpad.net/bugs/72131
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs