Package: devscripts
Version: 2.10.35
Severity: wishlist
Tags: patch
Hi,
Attached is a patch, discussed in DEP1, that uses a more friendly
template than the current one for nmudiff. It also mentions the DELAYED
queue.
Thank you,
--
| Lucas Nussbaum
| [EMAIL PROTECTED] http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |
diff -Nru devscripts-2.10.35/debian/changelog devscripts-2.10.35+nmu1/debian/changelog
--- devscripts-2.10.35/debian/changelog 2008-07-26 22:57:49.000000000 +0200
+++ devscripts-2.10.35+nmu1/debian/changelog 2008-08-26 11:00:56.000000000 +0200
@@ -1,3 +1,10 @@
+devscripts (2.10.35+nmu1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Better wording of nmudiff's message.
+
+ -- Lucas Nussbaum <[EMAIL PROTECTED]> Tue, 26 Aug 2008 11:00:47 +0200
+
devscripts (2.10.35) unstable; urgency=low
* checkbashisms: Only flag "local x y" and "local foo=bar" when --posix is
diff -Nru devscripts-2.10.35/scripts/nmudiff.sh devscripts-2.10.35+nmu1/scripts/nmudiff.sh
--- devscripts-2.10.35/scripts/nmudiff.sh 2008-06-15 12:44:16.000000000 +0200
+++ devscripts-2.10.35+nmu1/scripts/nmudiff.sh 2008-08-26 11:03:36.000000000 +0200
@@ -305,10 +305,13 @@
$TAGS
-Hi,
+[Replace XX with correct value]
+Dear maintainer,
-The following is the diff for my $SOURCE $VERSION NMU.
+I prepared an NMU for $SOURCE (versioned as $VERSION).
+I uploaded it to DELAYED/XX. Please feel free to tell me if I should
+delay it longer.
EOF
cat ../${SOURCE}-${VERSION_NO_EPOCH}-nmu.diff >> "$TMPNAM"
@@ -341,9 +344,13 @@
cat <<EOF > "$TMPNAM"
$TAGS
-Hi,
+[Replace XX with correct value]
+Dear maintainer,
-Attached is the diff for my $SOURCE $VERSION NMU.
+I prepared an NMU for $SOURCE (versioned as $VERSION).
+
+I uploaded it to DELAYED/XX. Please feel free to tell me if I should
+delay it longer.
EOF
mutt -s "$SOURCE: diff for NMU version $VERSION" -i "$TMPNAM" \