summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2012-08-08 19:25:49 +0200
committerAxel Beckert <abe@deuxchevaux.org>2012-08-08 19:25:49 +0200
commitfa8ea69e292ecbeeab180635f0cd0a787c9f3ef3 (patch)
tree3a13228122fd90c253333577f500c9a08f373a78
parentab84f0820a66075f36a043dd13b27fc320a3fdd9 (diff)
downloadzsh-fa8ea69e292ecbeeab180635f0cd0a787c9f3ef3.tar.gz
zsh-fa8ea69e292ecbeeab180635f0cd0a787c9f3ef3.zip
Fix documentation about debian/do-dch
Also accept previously documented tag in do-dch
-rwxr-xr-xdebian/do-dch2
-rw-r--r--debian/pkg-zsh-workflow.org2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/do-dch b/debian/do-dch
index cf3a89a84..52ddca295 100755
--- a/debian/do-dch
+++ b/debian/do-dch
@@ -24,7 +24,7 @@ cl="debian/changelog"
rm -f "$old"
cp "$cl" "$old"
-sed -e '/^ \* \[[a-f0-9]*\] \[dch-ignore\] /d' < "$old" > "$cl"
+sed -e '/^ \* \[[a-f0-9]*\] \[dch-ignored?\] /d' < "$old" > "$cl"
rm -f "$old"
${VISUAL:-${EDITOR:-vi}} "$cl"
diff --git a/debian/pkg-zsh-workflow.org b/debian/pkg-zsh-workflow.org
index 8d9389e18..57a651dd5 100644
--- a/debian/pkg-zsh-workflow.org
+++ b/debian/pkg-zsh-workflow.org
@@ -254,7 +254,7 @@
"[dch-ignore] ", so those commits can be weeded out easily.
There is a helper script "debian/do-dch" which takes care of all
- formatting options as well as the "[dch-ignored] " weeding. The
+ formatting options as well as the "[dch-ignore] " weeding. The
script should be used unless there is a good reason not to.