summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-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
;;