diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-07-14 17:39:15 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-07-14 17:39:15 +0000 |
commit | 0e5e75e5517539fd299bb85516a10b5997e48131 (patch) | |
tree | f7ce57ec3998d34cd06b6a1d96f441e76e0599a3 | |
parent | Updating to standards version 4.6.1. (diff) | |
download | plzip-0e5e75e5517539fd299bb85516a10b5997e48131.tar.xz plzip-0e5e75e5517539fd299bb85516a10b5997e48131.zip |
Correcting version mangling in watch file.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/watch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/watch b/debian/watch index dbe77f8..ee82196 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/plzip/@PACKAGE@@ANY_VERSION@\.tar\.lz |