diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-07-14 17:39:18 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-07-14 17:39:18 +0000 |
commit | ec0c707b402f50a05b7565ea2d8f00948889f867 (patch) | |
tree | 6c7cdfa1d88435fd08ad4f1829a6b5d39bb448ea | |
parent | Updating to standards version 4.6.1. (diff) | |
download | tarlz-ec0c707b402f50a05b7565ea2d8f00948889f867.tar.xz tarlz-ec0c707b402f50a05b7565ea2d8f00948889f867.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 435269f..06abb8a 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/lzip/tarlz/@PACKAGE@@ANY_VERSION@\.tar\.lz |