Package: libgloox-dev Version: 1.0-1 Severity: normal Tags: patch libgloox-dev ships a libtool la file. According to [1] it can simply be removed since it is not refered to from other packages. Straightforward patch attached.
thanks, 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 -- `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 -NurBbp a/debian/changelog b/debian/changelog --- a/debian/changelog 2011-04-03 17:00:34.000000000 +0200 +++ b/debian/changelog 2011-04-03 17:00:43.000000000 +0200 @@ -1,3 +1,11 @@ +gloox (1.0-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Stop shipping libtool la file(s). + http://wiki.debian.org/ReleaseGoals/LAFileRemoval + + -- Andreas Metzler <[email protected]> Sun, 03 Apr 2011 16:48:53 +0200 + gloox (1.0-1) unstable; urgency=low * New upstream release (Closes: #532965, #563812) diff -NurBbp a/debian/libgloox-dev.install b/debian/libgloox-dev.install --- a/debian/libgloox-dev.install 2011-04-03 17:00:34.000000000 +0200 +++ b/debian/libgloox-dev.install 2011-04-03 17:00:43.000000000 +0200 @@ -2,5 +2,3 @@ usr/include/* usr/lib/lib*.a usr/lib/lib*.so usr/lib/pkgconfig/* -usr/lib/*.la -usr/lib/pkgconfig/*

