Followup-For: Bug #688288 Control: tag -1 patch Attached is a trivial NMU patch that reorders the sed and dh_md5sums commands. The package is also available on mentors:
http://mentors.debian.net/debian/pool/main/g/guile-1.6/guile-1.6_1.6.8-10.2.dsc Sponsors welcome :-) Andreas
diff -u guile-1.6-1.6.8/debian/changelog guile-1.6-1.6.8/debian/changelog --- guile-1.6-1.6.8/debian/changelog +++ guile-1.6-1.6.8/debian/changelog @@ -1,3 +1,10 @@ +guile-1.6 (1.6.8-10.2) unstable; urgency=low + + * Non-maintainer upload. + * Do not modify package content after calling dh_md5sums. (Closes: #688288) + + -- Andreas Beckmann <deb...@abeckmann.de> Sat, 29 Sep 2012 20:08:15 +0200 + guile-1.6 (1.6.8-10.1) unstable; urgency=low * Non-maintainer upload. diff -u guile-1.6-1.6.8/debian/rules guile-1.6-1.6.8/debian/rules --- guile-1.6-1.6.8/debian/rules +++ guile-1.6-1.6.8/debian/rules @@ -287,8 +287,8 @@ dh_shlibdeps dh_installdeb dh_gencontrol - dh_md5sums sed -i "/dependency_libs/ s/'.*'/''/" `find $(CURDIR)/debian/ -name '*.la'` + dh_md5sums dh_builddeb # Build architecture independant packages using the common target.