tags 603899 patch thanks On 2010-11-18 Michael Biebl <[email protected]> wrote: > Package: libinfinity-0.4-dev > Version: 0.4.1-4 > Severity: wishlist > File: /usr/lib/libinfinity-0.4.la
> Hi, > /usr/lib/libinfinity-0.4.la has a lot of dependencies in > dependency_libs, on of them is libavahi-common and libavahi-client. > I want to drop the la files from avahi so it would be nice if you could > remove the la files from your package (if there are no more rdeps) or as > an alternative, cleanup dependency_libs, see [1] for a small makefile > snippet. [...] According to [1] the libtool la files can simply be removed since they are not refered to from other packages. Straightforward patch attached. cu andreas http://wiki.debian.org/ReleaseGoals/LAFileRemoval http://lists.debian.org/debian-devel/2009/08/msg00808.html [1] http://release.debian.org/~aba/la/current.txt
diff -Nru libinfinity-0.4.1/debian/changelog libinfinity-0.4.1/debian/changelog --- libinfinity-0.4.1/debian/changelog 2010-10-08 15:25:40.000000000 +0200 +++ libinfinity-0.4.1/debian/changelog 2011-01-15 17:59:05.000000000 +0100 @@ -1,3 +1,11 @@ +libinfinity (0.4.1-4.1) unstable; urgency=low + + * Non-maintainer upload. + * Stop shipping libtool la files in binary packages. + http://wiki.debian.org/ReleaseGoals/LAFileRemoval + + -- Andreas Metzler <[email protected]> Sat, 15 Jan 2011 17:59:05 +0100 + libinfinity (0.4.1-4) unstable; urgency=low * Add bug fixes from upstream git repository: diff -Nru libinfinity-0.4.1/debian/libinfinity-0.4-dev.install libinfinity-0.4.1/debian/libinfinity-0.4-dev.install --- libinfinity-0.4.1/debian/libinfinity-0.4-dev.install 2010-07-29 19:38:43.000000000 +0200 +++ libinfinity-0.4.1/debian/libinfinity-0.4-dev.install 2011-01-15 17:58:35.000000000 +0100 @@ -2,4 +2,3 @@ usr/lib/lib*.a usr/lib/lib*.so usr/lib/pkgconfig/* -usr/lib/*.la

