Package: tntnet Version: 1.6.3-4 Severity: normal Tags: patch tntnet ships some libtool la files. They can simply be removed since they are not refered to from other packages according to [1]. Straightforward patch attached.
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 cu andreas -- `What a good friend you are to him, Dr. Maturin. His other friends are so grateful to you.' `I sew his ears on from time to time, sure'
diff -u tntnet-1.6.3/debian/tntnet-runtime.install tntnet-1.6.3/debian/tntnet-runtime.install --- tntnet-1.6.3/debian/tntnet-runtime.install +++ tntnet-1.6.3/debian/tntnet-runtime.install @@ -1 +1 @@ -debian/tmp/usr/lib/tntnet/tntnet.* usr/lib/tntnet +debian/tmp/usr/lib/tntnet/tntnet.so* usr/lib/tntnet diff -u tntnet-1.6.3/debian/changelog tntnet-1.6.3/debian/changelog --- tntnet-1.6.3/debian/changelog +++ tntnet-1.6.3/debian/changelog @@ -1,3 +1,11 @@ +tntnet (1.6.3-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]> Sun, 16 Jan 2011 15:48:30 +0100 + tntnet (1.6.3-4) unstable; urgency=low * Call "pkg-config gnutls" to get correct flags. (Closes: #529848) diff -u tntnet-1.6.3/debian/libtntnet-dev.install tntnet-1.6.3/debian/libtntnet-dev.install --- tntnet-1.6.3/debian/libtntnet-dev.install +++ tntnet-1.6.3/debian/libtntnet-dev.install @@ -1,7 +1,6 @@ debian/tmp/usr/bin/ecpp* usr/bin debian/tmp/usr/bin/tntnet-config usr/bin debian/tmp/usr/lib/*.so usr/lib -debian/tmp/usr/lib/*.la usr/lib debian/tmp/usr/include/ usr debian/tmp/usr/share/man/man1/ usr/share/man/ debian/tmp/usr/share/man/man7/ecpp* usr/share/man/man7/

