tags 620597 + pending thanks Dear maintainer,
I've prepared an NMU for libview (versioned as 0.6.6-2.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Cheers Luk
diff -Nru libview-0.6.6/debian/changelog libview-0.6.6/debian/changelog --- libview-0.6.6/debian/changelog 2010-06-05 20:35:37.000000000 +0200 +++ libview-0.6.6/debian/changelog 2011-06-02 18:38:41.000000000 +0200 @@ -1,3 +1,11 @@ +libview (0.6.6-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Remove references to other libraries from dependency_libs field + Closes: #620597. + + -- Luk Claes <[email protected]> Thu, 02 Jun 2011 18:38:08 +0200 + libview (0.6.6-2) unstable; urgency=low * Scrap symbols file due to too many differences between diff -Nru libview-0.6.6/debian/rules libview-0.6.6/debian/rules --- libview-0.6.6/debian/rules 2010-06-05 20:35:37.000000000 +0200 +++ libview-0.6.6/debian/rules 2011-06-02 18:38:04.000000000 +0200 @@ -46,6 +46,10 @@ dh_testroot dh_prep $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp + # Empty out the dependency field in our .la files + for file in $(CURDIR)/debian/tmp/usr/lib/*.la; do \ + sed -i "/dependency_libs/ s/'.*'/''/" $$file ; \ + done binary-indep: build install

