Package: guile-gnome-platform
Severity: normal
Version: 2.16.1-6

Hi,

Thanks for removing the public la file. However the private ones in
usr/lib/guile-gnome-2/ still have a non-empty dependency_libs field,
making guile-gnome-platform the package currently with the most
dependencies on la files. Please empty the fields from the remaining
files, which the attached patch does.

Thanks,
Regis

diff -Nru --exclude changelog guile-gnome-platform-2.16.1/debian/rules guile-gnome-platform-2.16.1/debian/rules
--- guile-gnome-platform-2.16.1/debian/rules	2011-05-03 00:36:03.000000000 +0100
+++ guile-gnome-platform-2.16.1/debian/rules	2011-09-24 17:13:30.000000000 +0100
@@ -26,7 +26,7 @@
 
 # Empty dependency_libs in .la files, courtesy of gnome-pkg-tools
 $(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
-	for file in $(wildcard debian/$(cdbs_curpkg)/usr/lib/*.la); do \
+	for file in $(wildcard debian/$(cdbs_curpkg)/usr/lib/*/*.la); do \
 		sed -i "/dependency_libs/ s/'.*'/''/" $$file ; \
 	done
 

Reply via email to