diff options
-rwxr-xr-x | bin/git-debian-changelog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/git-debian-changelog b/bin/git-debian-changelog index e69b169..ed22ddc 100755 --- a/bin/git-debian-changelog +++ b/bin/git-debian-changelog @@ -197,7 +197,7 @@ fi if [ -n "${DIST}" ] then # derivatives - if ! grep -qs "Initial upload to ${DIST}" debian/changelog + if ! grep -qs "Initial upload to ${DIST}" debian/changelog || ! grep -qs "Initial reupload to ${DIST}" debian/changelog then sed -i -e "0,/^$/s//\n * Initial upload to ${DIST}./" debian/changelog else |