tags 621639 + patch tags 621639 + pending thanks Dear maintainer,
I've prepared an NMU for libmp3splt (versioned as 0.5.6-1.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Cheers Luk
diff -u libmp3splt-0.5.6/debian/changelog libmp3splt-0.5.6/debian/changelog --- libmp3splt-0.5.6/debian/changelog +++ libmp3splt-0.5.6/debian/changelog @@ -1,3 +1,10 @@ +libmp3splt (0.5.6-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Empty dependency_libs (Closes: #621639). + + -- Luk Claes <l...@debian.org> Wed, 22 Jun 2011 19:49:00 +0200 + libmp3splt (0.5.6-1) unstable; urgency=low * New Upstream Version diff -u libmp3splt-0.5.6/debian/rules libmp3splt-0.5.6/debian/rules --- libmp3splt-0.5.6/debian/rules +++ libmp3splt-0.5.6/debian/rules @@ -5,6 +5,10 @@ dh_makeshlibs -Nlibmp3splt0 -n dh_makeshlibs -plibmp3splt0 -V "$(shell sh ./debian/shlibs-string.sh)" +override_dh_install: + sed -i "/dependency_libs/ s/'.*'/''/" `find $(CURDIR)/debian -name '*.la'` + dh_install + .PHONY: override_dh_makeshlibs %: