diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-07-14 17:39:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-07-14 17:39:24 +0000 |
commit | 992a5a9e7e60fe8cc11330530678cedbb0104bda (patch) | |
tree | 7a8c33ff7d44551d0db10dfea9e903978f21564b | |
parent | Updating to standards version 4.6.1. (diff) | |
download | zutils-992a5a9e7e60fe8cc11330530678cedbb0104bda.tar.xz zutils-992a5a9e7e60fe8cc11330530678cedbb0104bda.zip |
Correcting version mangling in watch file.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/watch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/watch b/debian/watch index 8971cd5..77c4082 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=4 -opts="pgpmode=auto uversionmangle=s/(\d)\-?((pre|rc)\d*)$/$1~$2/" \ +opts="pgpmode=auto, uversionmangle=s/(\d)\-?((pre|rc)\d*)$/$1~$2/" \ https://download.savannah.gnu.org/releases/zutils/@PACKAGE@@ANY_VERSION@\.tar\.lz |