diff -Nru sawfish-1.5.3/debian/changelog sawfish-1.5.3/debian/changelog --- sawfish-1.5.3/debian/changelog 2012-01-27 11:33:47.000000000 +0000 +++ sawfish-1.5.3/debian/changelog 2011-08-23 20:07:45.000000000 +0000 @@ -1,8 +1,13 @@ -sawfish (1:1.5.3-2build1) precise; urgency=low +sawfish (1:1.5.3-2.1) unstable; urgency=low - * Rebuild to pick new audiofile's shlibs (LP: #922036) + * Non-maintainer upload. + * Empty dependency_libs field from the .la files. Closes: #633293. + * Change Build-Depends on texinfo to >= 4.11.dfsg.1-3 only, no point in + depending on pre-lenny versions. Closes: #629760. + * Build-Depend on libgmp-dev | libgmp3-dev, as the later is a dummy + transitional package. Closes: #618143. - -- Alessio Treglia Fri, 27 Jan 2012 12:33:47 +0100 + -- Regis Boudin Tue, 23 Aug 2011 21:02:12 +0100 sawfish (1:1.5.3-2) unstable; urgency=low diff -Nru sawfish-1.5.3/debian/control sawfish-1.5.3/debian/control --- sawfish-1.5.3/debian/control 2009-11-17 02:06:27.000000000 +0000 +++ sawfish-1.5.3/debian/control 2011-08-23 19:27:30.000000000 +0000 @@ -5,8 +5,8 @@ Maintainer: Luis Rodrigo Gallardo Cruz Standards-Version: 3.8.3 Build-Depends: gettext (>= 0.10.37), debhelper (>= 7.0.0), libxinerama-dev, - libesd0-dev, rep-gtk (>= 1:0.90.0), libgmp3-dev (>= 4.1.4-8), - texinfo (<< 4.11) | texinfo (>= 4.11.dfsg.1-3), + libesd0-dev, rep-gtk (>= 1:0.90.0), libgmp-dev | libgmp3-dev (>= 4.1.4-8), + texinfo (>= 4.11.dfsg.1-3), libgtk2.0-dev (>= 2.6), libxrender-dev, libxext-dev, libxt-dev, autotools-dev, automake1.10, quilt (>=0.40), librep-dev (>= 0.90.0), rep, libtool diff -Nru sawfish-1.5.3/debian/rules sawfish-1.5.3/debian/rules --- sawfish-1.5.3/debian/rules 2009-11-17 02:06:27.000000000 +0000 +++ sawfish-1.5.3/debian/rules 2011-08-23 19:58:17.000000000 +0000 @@ -96,6 +96,10 @@ find debian/tmp/usr/share/sawfish/*/lisp -name \*.jlc | \ cut -d/ -f3- | grep -v 'main' >> debian/sawfish-data.install + #empty dependency_libs file in la files + find debian/tmp/usr/lib -name *.la | xargs \ + sed -i "/^dependency_libs=/ s/'.*'/''/" + dh_install --fail-missing # These are scripts. (Actually, they are /usr/bin/sawfish-ui before and after compiling)