diff options
author | Matt Corallo <matt@bluematt.me> | 2011-10-25 16:48:36 -0400 |
---|---|---|
committer | Matt Corallo <matt@bluematt.me> | 2011-11-08 11:57:05 -0500 |
commit | 38f33ce4a318c8dbff648154ea4978d3ccaf8495 (patch) | |
tree | 2e1d1602ec3520ec1437f0a27c7d60f6c656ccfc /contrib/debian/watch | |
parent | 2b814d6eb08458c54273af8263d1f7a11f64edf5 (diff) |
Add debian build folder
Diffstat (limited to 'contrib/debian/watch')
-rw-r--r-- | contrib/debian/watch | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/debian/watch b/contrib/debian/watch new file mode 100644 index 0000000000..c96d2f8e75 --- /dev/null +++ b/contrib/debian/watch @@ -0,0 +1,7 @@ +# Run the "uscan" command to check for upstream updates and more. +version=3 +# use qa.debian.org redirector; see man uscan +opts=uversionmangle=s/(\d)(alpha|beta|rc)/$1~$2/;s/\-src//,dversionmangle=s/~dfsg\d*// \ + http://sf.net/bitcoin/bitcoin-(\d.*)-linux\.tar\.gz debian +opts=uversionmangle=s/(\d)(alpha|beta|rc)/$1~$2/,dversionmangle=s/~dfsg\d*// \ + http://githubredir.debian.net/github/bitcoin/bitcoin v(.*).tar.gz |