From: Breno Leitao Date: Thu, 7 Jan 2016 17:36:50 +0000 (-0500) Subject: Add debian watch file X-Git-Tag: v0.3~2^2~4 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=c7d2059b0ac7b250dd9cb195dcae22de1209c468;p=users%2Fsagi%2Fnvme-cli.git Add debian watch file The file named watch in the debian directory is used to check for newer versions of upstream software is available and to download it if necessary. The download itself will be performed with the uscan program from the devscripts package. --- diff --git a/debian/watch b/debian/watch new file mode 100644 index 00000000..082059c3 --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts="filenamemangle=s/(?:.*?)?v?(\d[\d.]*)\.tar\.gz/nvme-cli-$1.tar.gz/" \ +https://github.com/linux-nvme/nvme-cli/tags (?:.*?/)?v?(\d[\d.]*)\.tar\.gz