Package: pidgin-librvp Version: 0.9.7-1 Severity: normal Tags: patch
pidgin-librvp includes a libtool la file. Afaict (Only two other pidgin plugins, pidgin-festival and pidgin-libnotify, ship la files in usr/lib/purple-2.) it can simply be removed. Straightforward patch attached. http://wiki.debian.org/ReleaseGoals/LAFileRemoval http://lists.debian.org/debian-devel/2009/08/msg00808.html 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 pidgin-librvp-0.9.7/debian/rules pidgin-librvp-0.9.7/debian/rules --- pidgin-librvp-0.9.7/debian/rules +++ pidgin-librvp-0.9.7/debian/rules @@ -17,6 +17,7 @@ install/pidgin-librvp:: dh_pidgin -ppidgin-librvp + rm -v $(DEB_DESTDIR)/usr/lib/purple-2/librvp.la install -m 0755 -d \ $(DEB_DESTDIR)/usr/share/pixmaps/pidgin/protocols/16 \ $(DEB_DESTDIR)/usr/share/pixmaps/pidgin/protocols/48 diff -u pidgin-librvp-0.9.7/debian/changelog pidgin-librvp-0.9.7/debian/changelog --- pidgin-librvp-0.9.7/debian/changelog +++ pidgin-librvp-0.9.7/debian/changelog @@ -1,3 +1,11 @@ +pidgin-librvp (0.9.7-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Stop shipping libtool la files in binary package(s). + http://wiki.debian.org/ReleaseGoals/LAFileRemoval + + -- Andreas Metzler <[email protected]> Sat, 09 Apr 2011 18:20:54 +0200 + pidgin-librvp (0.9.7-1) unstable; urgency=low * New upstream version

