summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2023-06-14 17:00:10 +0200
committerGard Spreemann <gspr@nonempty.org>2023-06-14 17:01:01 +0200
commit69e098bb9504c6df2bfd064a71d54d711211fe21 (patch)
tree649e31d701a788bd6ab5e8bfbf893e5b62c74a01
parent510df56ace392a1467204c3b0a77a62da08dd63f (diff)
Add repack suffix to watch file
-rw-r--r--debian/changelog1
-rw-r--r--debian/watch5
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 955ebe8..8f44c0f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ python-pot (0.9.0+dfsg-1) UNRELEASED; urgency=medium
* New upstream release.
* Refresh copyright information.
* Standards-version 4.6.2.0. No changes needed.
+ * Add repack suffix in watch file.
-- Gard Spreemann <gspr@nonempty.org> Wed, 14 Jun 2023 16:57:29 +0200
diff --git a/debian/watch b/debian/watch
index ae7f8ab..012dfae 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,6 +1,7 @@
version=4
opts=filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%,\
dversionmangle=s/\+dfsg(\.\d+)?$//,\
- uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/ \
+ uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/,\
+ repacksuffix=+dfsg \
https://github.com/PythonOT/POT/releases \
- (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian
+ (?:.*?/)?v?(\d[\d.]*)\.tar\.gz