summaryrefslogtreecommitdiff
path: root/puddletag/debian/watch
diff options
context:
space:
mode:
Diffstat (limited to 'puddletag/debian/watch')
-rw-r--r--puddletag/debian/watch4
1 files changed, 4 insertions, 0 deletions
diff --git a/puddletag/debian/watch b/puddletag/debian/watch
new file mode 100644
index 0000000..a0f62bb
--- /dev/null
+++ b/puddletag/debian/watch
@@ -0,0 +1,4 @@
+# You must remove unused comment lines for the released package.
+version=3
+opts="filenamemangle=s/(?:.*?)?v?(\d[\d.]*)\.tar\.gz/puddletag-$1.tar.gz/" \
+ https://github.com/keithgg/puddletag/tags (?:.*?/)?v?(\d[\d.]*)\.tar\.gz
bgstack15