Package: shishi
Version: 1.0.0-1
Severity: normal
Tags: patch

The la files in shishi's development packages contain non-empty
dependency_libs. Please empty them. The la files cannot be simply
removed yet because they are refered to in other packages. [1]

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 -Nru shishi-1.0.0/debian/changelog shishi-1.0.0/debian/changelog
--- shishi-1.0.0/debian/changelog	2010-05-20 21:10:30.000000000 +0200
+++ shishi-1.0.0/debian/changelog	2011-04-03 18:28:17.000000000 +0200
@@ -1,3 +1,11 @@
+shishi (1.0.0-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Empty dependency_libs in libtool la file.
+    http://wiki.debian.org/ReleaseGoals/LAFileRemoval
+
+ -- Andreas Metzler <ametz...@debian.org>  Sun, 03 Apr 2011 18:23:28 +0200
+
 shishi (1.0.0-1) unstable; urgency=low
 
   * New upstream version.
diff -Nru shishi-1.0.0/debian/rules shishi-1.0.0/debian/rules
--- shishi-1.0.0/debian/rules	2010-04-14 12:54:37.000000000 +0200
+++ shishi-1.0.0/debian/rules	2011-04-03 18:27:51.000000000 +0200
@@ -20,3 +20,7 @@
 # Build manual.
 common-install-prehook-indep:: common-install-prehook-impl
 	cd doc && $(MAKE) install-ps install-pdf install-html DESTDIR=$(DEB_DESTDIR)
+
+common-install-arch::
+	find debian/tmp/usr/lib  -name "*.la" -exec \
+		sed -i -e "s,^dependency_libs=.*,dependency_libs=''," {} +

Reply via email to