tags 620430 pending thanks Hi,
I've prepared an 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 librapi2-0.15/debian/changelog librapi2-0.15/debian/changelog --- librapi2-0.15/debian/changelog 2011-01-02 21:54:29.000000000 +0100 +++ librapi2-0.15/debian/changelog 2011-06-05 14:30:19.000000000 +0200 @@ -1,3 +1,12 @@ +librapi2 (0.15-2.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules: + - Empty dependency_libs fields in all .la files. (Closes: #620430) + See http://wiki.debian.org/ReleaseGoals/LAFileRemoval. + + -- Michael Biebl <bi...@debian.org> Sun, 05 Jun 2011 14:23:11 +0200 + librapi2 (0.15-2) unstable; urgency=low * debian/control: diff -Nru librapi2-0.15/debian/rules librapi2-0.15/debian/rules --- librapi2-0.15/debian/rules 2011-01-02 21:54:29.000000000 +0100 +++ librapi2-0.15/debian/rules 2011-06-05 14:22:09.000000000 +0200 @@ -43,6 +43,9 @@ dh_testdir dh_testroot $(MAKE) -C build-$* install DESTDIR=$(CURDIR)/debian/tmp + set -e; for file in `ls debian/tmp/usr/lib/*.la`; do \ + sed -i "/dependency_libs/ s/'.*'/''/" $$file ; \ + done dh_install install: $(PYVERS:%=install-%)
signature.asc
Description: OpenPGP digital signature