summaryrefslogtreecommitdiff
path: root/debian/do-dch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/do-dch')
-rwxr-xr-xdebian/do-dch2
1 files changed, 1 insertions, 1 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"