summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Shadura <andrew.shadura@collabora.co.uk>2019-01-15 14:00:05 +0100
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2019-01-15 14:00:05 +0100
commit283d6994d2d39096406b2d1aee6b9efb2fb335b5 (patch)
treebba7d5c271ba8ea62433e5990e52f6ed0fb4341a
parent31835922e7ca13691dd6cacb18009314396215b6 (diff)
Make debian/watch access the upstream Git repo directly
-rw-r--r--debian/watch8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/watch b/debian/watch
index 58853c1..515ab52 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
-version=3
-opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/golang-github-sjoerdsimons-ostree-go-\$1\.tar\.gz/,\
-uversionmangle=s/(\d)[_\.\-\+]?(RC|rc|pre|dev|beta|alpha)[.]?(\d*)$/\$1~\$2\$3/ \
- https://github.com/sjoerdsimons/ostree-go/tags .*/v?(\d\S*)\.tar\.gz
+version=4
+opts="mode=git, pgpmode=none, pretty=0.0~git%cd.%h, repack" \
+https://github.com/sjoerdsimons/ostree-go \
+HEAD