Package: libccrtp-dev
Version: 1.7.1-2
Severity: normal
Tags: patch

The libtool la file contains a non-empty dependency_libs
line. Please empty it. The la file cannot be simply removed because
it is refered to in other packages.

http://wiki.debian.org/ReleaseGoals/LAFileRemoval
http://lists.debian.org/debian-devel/2009/08/msg00808.html
http://release.debian.org/~aba/la/current.txt

Patch attached.

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 libccrtp-1.7.1/debian/changelog libccrtp-1.7.1/debian/changelog
--- libccrtp-1.7.1/debian/changelog
+++ libccrtp-1.7.1/debian/changelog
@@ -1,3 +1,11 @@
+libccrtp (1.7.1-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Empty dependency_libs in libtool la file.
+    http://wiki.debian.org/ReleaseGoals/LAFileRemoval
+
+ -- Andreas Metzler <[email protected]>  Sat, 15 Jan 2011 17:40:40 +0100
+
 libccrtp (1.7.1-2) unstable; urgency=low
 
   * Upload to unstable - libcommoncpp2 transition
diff -u libccrtp-1.7.1/debian/rules libccrtp-1.7.1/debian/rules
--- libccrtp-1.7.1/debian/rules
+++ libccrtp-1.7.1/debian/rules
@@ -17,0 +18,4 @@
+
+install/libccrtp-dev::
+	find debian/tmp/usr/lib -name "*.la" -exec \
+		sed -i -e "s,^dependency_libs=.*,dependency_libs=''," {} +

Reply via email to