summaryrefslogtreecommitdiff
path: root/simple-mtpfs/debian/watch
diff options
context:
space:
mode:
Diffstat (limited to 'simple-mtpfs/debian/watch')
-rw-r--r--simple-mtpfs/debian/watch8
1 files changed, 8 insertions, 0 deletions
diff --git a/simple-mtpfs/debian/watch b/simple-mtpfs/debian/watch
new file mode 100644
index 0000000..e709a9c
--- /dev/null
+++ b/simple-mtpfs/debian/watch
@@ -0,0 +1,8 @@
+# You must remove unused comment lines for the released package.
+version=4
+# This will work for any tags
+#opts=filenamemangle=s/.+\/@PACKAGE@-?(\d\S+)\.tar\.gz/simple-mtpfs-$1\.tar\.gz/ \
+# https://github.com/phatina/simple-mtpfs/tags .*/@PACKAGE@-?(\d\S+)\.tar\.gz
+opts="mode=git, gitmode=full" \
+ https://github.com/phatina/simple-mtpfs.git \
+ HEAD debian uupdate
bgstack15