Package: libvmime-dev Version: 0.9.0-1 Severity: normal Tags: patch libvmime-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 -u libvmime-0.9.0/debian/libvmime-dev.install libvmime-0.9.0/debian/libvmime-dev.install --- libvmime-0.9.0/debian/libvmime-dev.install +++ libvmime-0.9.0/debian/libvmime-dev.install @@ -5 +4,0 @@ -usr/lib/*.la diff -u libvmime-0.9.0/debian/changelog libvmime-0.9.0/debian/changelog --- libvmime-0.9.0/debian/changelog +++ libvmime-0.9.0/debian/changelog @@ -1,3 +1,11 @@ +libvmime (0.9.0-1.2) 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 18:29:43 +0100 + libvmime (0.9.0-1.1) unstable; urgency=low * Non-maintainer upload.

