summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2020-07-08 20:49:12 +0200
committerGard Spreemann <gspr@nonempty.org>2020-07-08 21:21:08 +0200
commit7347b630cf931828f6d8c6a89f174ec06e798a11 (patch)
treeb0d6afe2ef3a3848ab10a635342370a17c36a5f2
parent20a2b103f263afe8350a014596293e94924b3431 (diff)
Watch file.
-rw-r--r--debian/watch6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..d010629
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,6 @@
+version=4
+opts=filenamemangle=s/.+\/POT-?(\d\S+)\.tar\.gz/python-pot-$1\.tar\.gz/,\
+ dversionmangle=s/\+dfsg(\.\d+)?$//,\
+ uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/ \
+ https://github.com/PythonOT/POT/releases .*/archive/(\d\S+)\.tar\.gz
+ \ No newline at end of file