diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-07-14 17:39:06 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-07-14 17:39:06 +0000 |
commit | c90d42a16de2a87c75686cc7cd6be04d37486fe8 (patch) | |
tree | 6f959567d46374ae9b8d25185cbadee63e74340c | |
parent | Updating to standards version 4.6.1. (diff) | |
download | lziprecover-c90d42a16de2a87c75686cc7cd6be04d37486fe8.tar.xz lziprecover-c90d42a16de2a87c75686cc7cd6be04d37486fe8.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 ef7cefa..52e83c3 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/lziprecover/@PACKAGE@@ANY_VERSION@\.tar\.lz |