Here is a better patch. diff -u spambayes-1.0.4/debian/changelog spambayes-1.0.4/debian/changelog --- spambayes-1.0.4/debian/changelog +++ spambayes-1.0.4/debian/changelog @@ -1,3 +1,10 @@ +spambayes (1.0.4-5.1) UNRELEASED; urgency=low + + * Non-maintainer upload. + * Fixed bashism in debian/rules (closes: #484442) + + -- Peter Eisentraut <[EMAIL PROTECTED]> Thu, 10 Jul 2008 11:31:06 +0200 + spambayes (1.0.4-5) unstable; urgency=low * fixed future imports (closes: #476622) diff -u spambayes-1.0.4/debian/rules spambayes-1.0.4/debian/rules --- spambayes-1.0.4/debian/rules +++ spambayes-1.0.4/debian/rules @@ -90,10 +90,10 @@ @echo "$* patches applied." > $@ patched-stamp: $(foreach p,$(debian_patches),patched-$(p)) - @echo -e "\nPatches applied:" >> pxxx + @(echo; echo "Patches applied:") >> pxxx @for i in none $(debian_patches); do \ if [ -r debian/patches/$$i.dpatch ]; then \ - echo -e "\n$$i:" >> pxxx; \ + (echo; echo "$$i:") >> pxxx; \ sed -n 's/^# *DP: */ /p' debian/patches/$$i.dpatch >> pxxx; \ fi \ done
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]