Andreas Metzler <[email protected]> writes: > tags 610136 pending > thanks > On 2011-01-15 Andreas Metzler <[email protected]> wrote: > [...] >> The la file in libgsasl7-dev contains a non-empty dependency_libs >> line. Please empty it. > [...] > > As gsasl is one of the last packages preventing removal of the la file > in gcrypt I have uploaded NMU to delayed/5. Please feel free to tell > me if I should delay it longer.
Hi! As it happens, I am uploading some packages today, and I have merged in your patch into the gsasl git repository and it should be uploaded within an hour or so. Thanks, /Simon > cu andreas > > diff -Nru gsasl-1.4.4/debian/changelog gsasl-1.4.4/debian/changelog > --- gsasl-1.4.4/debian/changelog 2010-04-14 12:26:48.000000000 +0200 > +++ gsasl-1.4.4/debian/changelog 2011-06-18 15:06:51.000000000 +0200 > @@ -1,3 +1,11 @@ > +gsasl (1.4.4-2.1) unstable; urgency=low > + > + * Non-maintainer upload. > + * Empty dependency_libs in libtool la file. > + http://wiki.debian.org/ReleaseGoals/LAFileRemoval Closes: #610136 > + > + -- Andreas Metzler <[email protected]> Sat, 18 Jun 2011 15:03:25 +0200 > + > gsasl (1.4.4-2) unstable; urgency=low > > * Moved from experimental to unstable after testing. > diff -Nru gsasl-1.4.4/debian/rules gsasl-1.4.4/debian/rules > --- gsasl-1.4.4/debian/rules 2010-04-14 12:24:52.000000000 +0200 > +++ gsasl-1.4.4/debian/rules 2011-06-18 15:10:51.000000000 +0200 > @@ -12,3 +12,7 @@ > ifeq (,$(filter $(DEB_HOST_ARCH),mips mipsel)) > DEB_MAKE_CHECK_TARGET = check > endif > + > +common-install-arch:: > + find debian/tmp/usr/lib -name "*.la" -exec \ > + sed -i -e "s,^dependency_libs=.*,dependency_libs=''," {} + -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

