diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 11:50:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 11:50:52 +0000 |
commit | 907022700e065013d64cc64196ddc175d4c454d6 (patch) | |
tree | 218a957b3859521100533257263f435269d02fb4 /debian/watch | |
parent | Adding upstream version 1.3+ds. (diff) | |
download | inkscape-907022700e065013d64cc64196ddc175d4c454d6.tar.xz inkscape-907022700e065013d64cc64196ddc175d4c454d6.zip |
Adding debian version 1.3+ds-1.debian/1.3+ds-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/watch')
-rw-r--r-- | debian/watch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..defb046 --- /dev/null +++ b/debian/watch @@ -0,0 +1,20 @@ +version=4 + +# ?pre=0 → only stable releases +# ?pre=1 → only unstable releases +# drop the ?pre for everything + +# main tarball +opts=\ +pgpmode=next,\ +dversionmangle=auto, \ +uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)[\-\.]?\d*)$/$1~$2/ \ +https://inkscape.org/release/all/source/archive/?pre=0 \ +(?:.*/)?@PACKAGE@@ANY_VERSION@(?:_.*)?@ARCHIVE_EXT@ + +# find the signature +opts=pgpmode=previous,\ +dversionmangle=auto, \ +uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)[\-\.]?\d*)$/$1~$2/ \ +https://inkscape.org/release/all/source/archive/?pre=0 \ +(?:.*/)?@PACKAGE@@ANY_VERSION@(?:_.*)?@SIGNATURE_EXT@ previous |