diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-09 06:24:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-09 06:24:09 +0000 |
commit | bf150f5fe02bde45c21807635c0dbde991696168 (patch) | |
tree | 8e53b8e66ca9d10e5ac04469a7f6846a17caf48d | |
parent | Updating. (diff) | |
download | progress-linux-tools-bf150f5fe02bde45c21807635c0dbde991696168.tar.xz progress-linux-tools-bf150f5fe02bde45c21807635c0dbde991696168.zip |
Updating.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-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 |