diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-03-11 06:03:45 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-03-11 06:03:45 +0000 |
commit | a4e6b5db4fd9ed5041e29afdc112f37d73a5a612 (patch) | |
tree | f553c873edc539cb7868584cf1bd2c54cf1add9b | |
parent | Releasing progress-linux version 1.13-1. (diff) | |
download | clzip-a4e6b5db4fd9ed5041e29afdc112f37d73a5a612.tar.xz clzip-a4e6b5db4fd9ed5041e29afdc112f37d73a5a612.zip |
Handling pre/rc versions 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 2f4ccf4..538e00d 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=4 -opts="pgpmode=auto" \ +opts="pgpmode=auto" uversionmangle=s/(\d)\-?((pre|rc)\d*)$/$1~$2/" \ https://download.savannah.gnu.org/releases/lzip/clzip/@PACKAGE@@ANY_VERSION@\.tar\.lz |