On 2011-04-03 Steve Langasek <steve.langa...@canonical.com> wrote:
> Package: openvas-libraries
> Version: 2.0.4-2
> Severity: normal
> Tags: patch
> User: ubuntu-de...@lists.ubuntu.com
> Usertags: origin-ubuntu natty ubuntu-patch

> Hi folks,

> The attached patch has just been applied to the Ubuntu openvas-libraries
> package, to null out the dependency_libs field in the libtool .la file being
> shipped in the -dev package.
[...]

Hello,

I have just uploaded a NMU to delayed/14 to fix the issue. Pach
attached.

cu andreas
diff -u openvas-libraries-2.0.4/debian/changelog openvas-libraries-2.0.4/debian/changelog
--- openvas-libraries-2.0.4/debian/changelog
+++ openvas-libraries-2.0.4/debian/changelog
@@ -1,3 +1,11 @@
+openvas-libraries (2.0.4-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Empty dependency_libs in libtool la file(s). Closes: 620631
+    http://wiki.debian.org/ReleaseGoals/LAFileRemoval
+
+ -- Andreas Metzler <ametz...@debian.org>  Sat, 09 Apr 2011 14:17:39 +0200
+
 openvas-libraries (2.0.4-2) unstable; urgency=medium
 
   * Add README.source
diff -u openvas-libraries-2.0.4/debian/rules openvas-libraries-2.0.4/debian/rules
--- openvas-libraries-2.0.4/debian/rules
+++ openvas-libraries-2.0.4/debian/rules
@@ -70,6 +70,8 @@
 	dh_clean -k
 	dh_installdirs
 	$(MAKE) DESTDIR=$(CURDIR)/debian/tmp/ install
+	find debian/tmp/usr/lib  -name "*.la" -exec \
+		sed -i -e "s,^dependency_libs=.*,dependency_libs=''," {} +
 
 # Build architecture-independent files here.
 binary-indep: build install

Reply via email to