tags 591553 patch thanks On 2010-08-03 "Roberto C. Sanchez" <robe...@connexer.com> wrote: > Package: libnuclient-dev > Version: 2.4.2-1 > Severity: normal
> The libnuclient-dev package ships an .la file that that expresses a > dependency on /usr/lib/libsasl2.la. Please either clear the dependency > or stop shipping the .la file (c.f. Policy 10.2) so that cyrus-sasl2 can > do the same and also be policy compliant. [...] Hello, According to [1] the libtool la files in libnuclient-dev and libnussl-dev 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 -u nufw-2.4.3/debian/libnuclient-dev.install nufw-2.4.3/debian/libnuclient-dev.install --- nufw-2.4.3/debian/libnuclient-dev.install +++ nufw-2.4.3/debian/libnuclient-dev.install @@ -3,3 +3,2 @@ usr/lib/libnuclient.a -usr/lib/libnuclient.la usr/lib/pkgconfig/libnuclient.pc diff -u nufw-2.4.3/debian/changelog nufw-2.4.3/debian/changelog --- nufw-2.4.3/debian/changelog +++ nufw-2.4.3/debian/changelog @@ -1,3 +1,11 @@ +nufw (2.4.3-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Stop shipping libtool la files in binary packages. + http://wiki.debian.org/ReleaseGoals/LAFileRemoval + + -- Andreas Metzler <ametz...@debian.org> Sat, 15 Jan 2011 18:38:43 +0100 + nufw (2.4.3-1) unstable; urgency=low * Imported Upstream version 2.4.3 diff -u nufw-2.4.3/debian/libnussl-dev.install nufw-2.4.3/debian/libnussl-dev.install --- nufw-2.4.3/debian/libnussl-dev.install +++ nufw-2.4.3/debian/libnussl-dev.install @@ -5,3 +5,2 @@ usr/lib/libnussl.a -usr/lib/libnussl.la usr/lib/pkgconfig/libnussl.pc