diff -Nru imagination-3.0/debian/changelog imagination-3.0/debian/changelog --- imagination-3.0/debian/changelog 2013-04-22 15:49:36.000000000 +0000 +++ imagination-3.0/debian/changelog 2013-06-30 16:32:59.000000000 +0000 @@ -1,15 +1,12 @@ -imagination (3.0-2ubuntu2) raring; urgency=low +imagination (3.0-3) unstable; urgency=low - * Added missing libs to link, fixing FTBFS. + * Promote libav suggests to recommends as they are in main now, + and bump versions for 0.8. + * lib_underlinkage.patch: Fix FTBFS by adding missing lib (Closes: #713447). + * Bump Standards-Version to 3.9.4, no changes needed. + * Use my @debian.org address in the maintainer field. - -- Daniel T Chen Mon, 22 Apr 2013 11:31:12 -0400 - -imagination (3.0-2ubuntu1) quantal; urgency=low - - * Merge from Debian unstable. Remaining changes: - - Bump libav dependencies to 0.8. - - -- Andrew Starr-Bochicchio Thu, 21 Jun 2012 10:56:15 -0400 + -- Andrew Starr-Bochicchio Sun, 30 Jun 2013 12:32:54 -0400 imagination (3.0-2) unstable; urgency=low @@ -31,24 +28,6 @@ -- Andrew Starr-Bochicchio Fri, 15 Jun 2012 15:15:56 -0400 -imagination (3.0-1ubuntu3) quantal; urgency=low - - * Rebuild for the new sox - - -- Bhavani Shankar Fri, 01 Jun 2012 10:53:37 +0530 - -imagination (3.0-1ubuntu2) precise; urgency=low - - * Rebuild against pkgbinarymanger 114 to fix md5sum-mismatch error. - - -- Felix Geyer Sun, 05 Feb 2012 23:30:19 +0100 - -imagination (3.0-1ubuntu1) oneiric; urgency=low - - * Bump libav dependencies to 0.7. - - -- Colin Watson Fri, 19 Aug 2011 00:43:18 +0100 - imagination (3.0-1) unstable; urgency=low * New upstream release (Closes: #627240). @@ -168,4 +147,3 @@ * Initial release. -- Daniel Baumann Tue, 12 May 2009 07:19:02 +0200 - diff -Nru imagination-3.0/debian/control imagination-3.0/debian/control --- imagination-3.0/debian/control 2012-06-21 14:53:01.000000000 +0000 +++ imagination-3.0/debian/control 2013-06-30 16:31:52.000000000 +0000 @@ -1,8 +1,7 @@ Source: imagination Section: video Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Andrew Starr-Bochicchio +Maintainer: Andrew Starr-Bochicchio Build-Depends: autotools-dev, debhelper (>= 9), dh-exec, @@ -12,7 +11,7 @@ libgtk2.0-dev, libsox-dev, xsltproc -Standards-Version: 3.9.3.1 +Standards-Version: 3.9.4 Homepage: http://imagination.sourceforge.net/ Vcs-Bzr: http://bzr.debian.org/collab-maint/imagination/unstable/ Vcs-Browser: http://anonscm.debian.org/loggerhead/collab-maint/imagination/unstable/files @@ -23,8 +22,7 @@ sox, ${misc:Depends}, ${shlibs:Depends} -Recommends: ffmpeg, libsox-fmt-all, ${dist:Recommends} -Suggests: libavcodec-extra-53, libavformat-extra-53, libavutil-extra-51 +Recommends: ffmpeg, libsox-fmt-all, libavcodec-extra-53, ${dist:Recommends} Description: DVD slide show maker Imagination is a lightweight and user-friendly DVD slide show maker with a clean interface and few dependencies. It only requires the ffmpeg encoder diff -Nru imagination-3.0/debian/patches/lib_underlinkage.patch imagination-3.0/debian/patches/lib_underlinkage.patch --- imagination-3.0/debian/patches/lib_underlinkage.patch 2013-04-22 15:49:21.000000000 +0000 +++ imagination-3.0/debian/patches/lib_underlinkage.patch 2013-06-30 16:29:17.000000000 +0000 @@ -1,3 +1,5 @@ +Description: Fix FTBFS due to underlinkage... +Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713447 Index: imagination-3.0/src/Makefile.am =================================================================== --- imagination-3.0.orig/src/Makefile.am 2009-10-22 15:33:58.000000000 -0400 diff -Nru imagination-3.0/debian/rules imagination-3.0/debian/rules --- imagination-3.0/debian/rules 2012-06-17 03:43:57.000000000 +0000 +++ imagination-3.0/debian/rules 2013-06-30 16:23:20.000000000 +0000 @@ -1,9 +1,9 @@ #!/usr/bin/make -f ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes),yes) - SUBSTVARS = -Vdist:Recommends="libavcodec-extra-53, libavformat-extra-53, libavutil-extra-51" + SUBSTVARS = -Vdist:Recommends="libavformat-extra-53, libavutil-extra-51" else - SUBSTVARS = -Vdist:Recommends="" + SUBSTVARS = -Vdist:Recommends="libavformat53, libavutil51" endif %: