On 2011-03-26 Steve Langasek <steve.langa...@canonical.com> wrote: > Package: libggz > Version: 0.0.14.1-1 [...] > Hi folks,
> The attached patch has just been applied to the Ubuntu libggz package, to > null out the dependency_libs field in the libtool .la files being shipped in > the -dev package. [...] Hello, I have just uploaded a NMU to DELAYED/14 with these changes: * Empty dependency_libs in libtool la file. Closes: #619668 http://wiki.debian.org/ReleaseGoals/LAFileRemoval Patch attached. cu and- ggz NMU #5 -reas
diff -u libggz-0.0.14.1/debian/rules libggz-0.0.14.1/debian/rules --- libggz-0.0.14.1/debian/rules +++ libggz-0.0.14.1/debian/rules @@ -7,0 +8,4 @@ + +common-install-arch:: + find debian/tmp/usr/lib -name "*.la" -exec \ + sed -i -e "s,^dependency_libs=.*,dependency_libs=''," {} + diff -u libggz-0.0.14.1/debian/changelog libggz-0.0.14.1/debian/changelog --- libggz-0.0.14.1/debian/changelog +++ libggz-0.0.14.1/debian/changelog @@ -1,3 +1,11 @@ +libggz (0.0.14.1-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Empty dependency_libs in libtool la file. Closes: #619668 + http://wiki.debian.org/ReleaseGoals/LAFileRemoval + + -- Andreas Metzler <ametz...@debian.org> Sun, 03 Apr 2011 15:49:43 +0200 + libggz (0.0.14.1-1) unstable; urgency=low [ Peter Eisentraut ]