summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-12 08:29:26 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-12 08:29:26 +0000
commit8253e949f1db124454182c977e9f35f1b24d46a2 (patch)
tree650661cbb2986f5a5e1bcf2674027ec39cecc16f
parentUpdating. (diff)
downloadprogress-linux-tools-8253e949f1db124454182c977e9f35f1b24d46a2.tar.xz
progress-linux-tools-8253e949f1db124454182c977e9f35f1b24d46a2.zip
Updating.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-xbin/git-debian-changelog16
1 files changed, 8 insertions, 8 deletions
diff --git a/bin/git-debian-changelog b/bin/git-debian-changelog
index ed22ddc..fe2582e 100755
--- a/bin/git-debian-changelog
+++ b/bin/git-debian-changelog
@@ -91,12 +91,12 @@ then
case "${VERSION}" in
*-*)
# non-native
- VERSION="--dch-opt=-b -N ${VERSION}~progress5+u1"
+ VERSION="--dch-opt=-b -N ${VERSION}~progress5.99u1"
;;
*)
# native
- VERSION="--dch-opt=-b -N ${VERSION}-0.0~progress5+u1"
+ VERSION="--dch-opt=-b -N ${VERSION}-0.0~progress5.99u1"
;;
esac
;;
@@ -119,12 +119,12 @@ then
case "${VERSION}" in
*-*)
# non-native
- VERSION="--dch-opt=-b -N ${VERSION}~progress6+u1"
+ VERSION="--dch-opt=-b -N ${VERSION}~progress6.99u1"
;;
*)
# native
- VERSION="--dch-opt=-b -N ${VERSION}-0.0~progress6+u1"
+ VERSION="--dch-opt=-b -N ${VERSION}-0.0~progress6.99u1"
;;
esac
;;
@@ -147,12 +147,12 @@ then
case "${VERSION}" in
*-*)
# non-native
- VERSION="--dch-opt=-b -N ${VERSION}~progress7+u1"
+ VERSION="--dch-opt=-b -N ${VERSION}~progress7.99u1"
;;
*)
# native
- VERSION="--dch-opt=-b -N ${VERSION}-0.0~progress7+u1"
+ VERSION="--dch-opt=-b -N ${VERSION}-0.0~progress7.99u1"
;;
esac
;;
@@ -175,12 +175,12 @@ then
case "${VERSION}" in
*-*)
# non-native
- VERSION="--dch-opt=-b -N ${VERSION}~bfh10+u1"
+ VERSION="--dch-opt=-b -N ${VERSION}~bfh10.99u1"
;;
*)
# native
- VERSION="--dch-opt=-b -N ${VERSION}-0.0~bfh10+u1"
+ VERSION="--dch-opt=-b -N ${VERSION}-0.0~bfh10.99u1"
;;
esac
;;