On 2011-01-16 Andreas Metzler <ametz...@downhill.at.eu.org> wrote:
> Package: libxmlsec1-dev
[...]
> The libtool la files contain non-empty dependency_libs lines. Please
> empty them. The la file cannot be simply removed because they are
> refered to in other packages.
[...]

Hello,

I have uploaded a NMU to delayed/14 with the attached patch.

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 xmlsec1-1.2.14/debian/rules xmlsec1-1.2.14/debian/rules
--- xmlsec1-1.2.14/debian/rules
+++ xmlsec1-1.2.14/debian/rules
@@ -74,6 +74,8 @@
 	# strip unwanted RPATH caused by bug in old libtool
 	chrpath -d $(CURDIR)/debian/tmp/usr/lib/*.so \
 		$(CURDIR)/debian/tmp/usr/bin/xmlsec1
+	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
diff -u xmlsec1-1.2.14/debian/changelog xmlsec1-1.2.14/debian/changelog
--- xmlsec1-1.2.14/debian/changelog
+++ xmlsec1-1.2.14/debian/changelog
@@ -1,3 +1,11 @@
+xmlsec1 (1.2.14-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Empty dependency_libs in libtool la file. Closes: #610239
+    http://wiki.debian.org/ReleaseGoals/LAFileRemoval
+
+ -- Andreas Metzler <ametz...@debian.org>  Sat, 23 Apr 2011 08:53:37 +0200
+
 xmlsec1 (1.2.14-1.1) unstable; urgency=high
 
   * Non-maintainer upload by the Security Team.

Reply via email to