diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2012-08-08 19:25:49 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2012-08-08 19:25:49 +0200 |
commit | fa8ea69e292ecbeeab180635f0cd0a787c9f3ef3 (patch) | |
tree | 3a13228122fd90c253333577f500c9a08f373a78 | |
parent | ab84f0820a66075f36a043dd13b27fc320a3fdd9 (diff) | |
download | zsh-fa8ea69e292ecbeeab180635f0cd0a787c9f3ef3.tar.gz zsh-fa8ea69e292ecbeeab180635f0cd0a787c9f3ef3.zip |
Fix documentation about debian/do-dch
Also accept previously documented tag in do-dch
-rwxr-xr-x | debian/do-dch | 2 | ||||
-rw-r--r-- | debian/pkg-zsh-workflow.org | 2 |
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. |