summaryrefslogtreecommitdiff
path: root/debian/watch
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@debian.org>2016-09-25 12:18:12 -0300
committerFelipe Sateler <fsateler@debian.org>2016-09-25 13:07:52 -0300
commit9e8630a837f7002b2270a3d5e2aadb2db93d2d86 (patch)
treec47f173a01be956f2663de40fa5a752ec94e9f94 /debian/watch
parentfc5e177ccb7722fb4739bfc8e502c270a933d424 (diff)
Initial debian version
Diffstat (limited to 'debian/watch')
-rw-r--r--debian/watch7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..aca3482
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,7 @@
+# Compulsory line, this is a version 4 file
+version=4
+
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%mkosi-$1.tar.gz%" \
+ https://github.com/systemd/mkosi/tags \
+ (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate
+