Hi, The attached file is the diff for my dadadodo 1.04-3.1 NMU. The associated changelog entry is:
dadadodo (1.04-3.1) unstable; urgency=medium
* Non-maintainer upload.
* Fix bashism in debian/rules (Closes: #477621)
* Bump Standards-Version to 3.8.0
* Don't ignore "make clean" errors
Regards,
--
Chris Lamb, UK [EMAIL PROTECTED]
GPG: 0x634F9A20
diff -Nru dadadodo-1.04/debian/changelog dadadodo-1.04/debian/changelog
--- dadadodo-1.04/debian/changelog 2008-06-07 19:34:00.000000000 +0100
+++ dadadodo-1.04/debian/changelog 2008-06-07 19:34:00.000000000 +0100
@@ -1,3 +1,12 @@
+dadadodo (1.04-3.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix bashism in debian/rules (Closes: #477621)
+ * Bump Standards-Version to 3.8.0
+ * Don't ignore "make clean" errors
+
+ -- Chris Lamb <[EMAIL PROTECTED]> Sat, 07 Jun 2008 19:31:16 +0100
+
dadadodo (1.04-3) unstable; urgency=low
* Fix -w option, which was looking at the wrong element of argv and thus
diff -Nru dadadodo-1.04/debian/control dadadodo-1.04/debian/control
--- dadadodo-1.04/debian/control 2008-06-07 19:34:00.000000000 +0100
+++ dadadodo-1.04/debian/control 2008-06-07 19:34:00.000000000 +0100
@@ -2,7 +2,7 @@
Section: text
Priority: optional
Maintainer: Decklin Foster <[EMAIL PROTECTED]>
-Standards-Version: 3.6.1
+Standards-Version: 3.8.0
Package: dadadodo
Architecture: any
diff -Nru dadadodo-1.04/debian/rules dadadodo-1.04/debian/rules
--- dadadodo-1.04/debian/rules 2008-06-07 19:34:00.000000000 +0100
+++ dadadodo-1.04/debian/rules 2008-06-07 19:34:00.000000000 +0100
@@ -17,7 +17,7 @@
clean: unpatch
test -e debian/control && test "x`whoami`" = "xroot"
rm -rf debian/${PACKAGE}.substvars ${PKGDIR} debian/files debian/patched
- -$(MAKE) clean
+ $(MAKE) clean
install: build
test -e debian/control
@@ -82,7 +82,7 @@
test -x $$patch || chmod +x $$patch; \
if test -f $$stamp; then \
echo "$$patch already applied."; \
- echo -en "\n$$patch " >> [EMAIL PROTECTED]; \
+ printf "\n$$patch " >> [EMAIL PROTECTED]; \
sed -n "s/^## $$entry.dpatch by \(.*\)/(\1)/p" $$patch
>>[EMAIL PROTECTED]; \
sed -n 's/^## *DP: */ /p' $$patch >> [EMAIL
PROTECTED]; \
else \
@@ -90,7 +90,7 @@
if $$patch -patch >$$stamp.new 2>&1; then \
mv $$stamp.new $$stamp; \
touch $$stamp; \
- echo -en "\n$$patch " >> [EMAIL PROTECTED]; \
+ printf "\n$$patch " >> [EMAIL PROTECTED]; \
sed -n "s/^## $$entry.dpatch by \(.*\)/(\1)/p"
$$patch >>[EMAIL PROTECTED]; \
sed -n 's/^## *DP: */ /p' $$patch >> [EMAIL
PROTECTED]; \
echo " ok."; \
signature.asc
Description: PGP signature

