tags 620410 pending thanks Hi,
I've prepared and NMU and uploaded to DELAYED/6. The complete debdiff is attached. If you want to have the NMU cancelled as you plan to upload a fix yourself, please let me know. Cheers, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
diff -Nru libsynce-0.15/debian/changelog libsynce-0.15/debian/changelog --- libsynce-0.15/debian/changelog 2010-05-12 11:54:46.000000000 +0200 +++ libsynce-0.15/debian/changelog 2011-06-05 14:11:26.000000000 +0200 @@ -1,3 +1,12 @@ +libsynce (0.15-1.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules: + - Empy dependency_libs fields in all .la files. (Closes: #620410) + See http://wiki.debian.org/ReleaseGoals/LAFileRemoval. + + -- Michael Biebl <bi...@debian.org> Sun, 05 Jun 2011 13:52:27 +0200 + libsynce (0.15-1) unstable; urgency=low * New upstream release. diff -Nru libsynce-0.15/debian/rules libsynce-0.15/debian/rules --- libsynce-0.15/debian/rules 2010-05-12 11:54:46.000000000 +0200 +++ libsynce-0.15/debian/rules 2011-06-05 14:10:02.000000000 +0200 @@ -35,7 +35,10 @@ dh_clean -k dh_installdirs $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install - + set -e; for file in `ls debian/tmp/usr/lib/*.la`; do \ + sed -i "/dependency_libs/ s/'.*'/''/" $$file ; \ + done + binary-indep: build install binary-arch: build install
signature.asc
Description: OpenPGP digital signature