[Pkg-bitcoin-commits] [bitcoin] 14/18: Update watch file: Use substitution strings.

Jonas Smedegaard dr at jones.dk
Thu Sep 14 08:06:19 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository bitcoin.

commit 4b0315b9b23ac6c6107935704744c1db10b52033
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Sep 14 09:33:35 2017 +0200

    Update watch file: Use substitution strings.
---
 debian/watch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/watch b/debian/watch
index a044746..9668fb4 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,5 +1,5 @@
 # run "uscan --report" to check or "gpb import-orig --uscan" to update
 version=4
-opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%,uversionmangle=s/(\d)(alpha|beta|rc)/$1~~$2/,dversionmangle=s/~dfsg\d*$//,repacksuffix=~dfsg" \
+opts="filenamemangle=s%(?:.*?)?v?(@ANY_VERSION@@ARCHIVE_EXT@)%@PACKAGE at -$1%,uversionmangle=s/(\d)(alpha|beta|rc)/$1~~$2/,dversionmangle=s/~dfsg\d*$//,repacksuffix=~dfsg" \
  https://github.com/bitcoin/bitcoin/tags \
- (?:.*?/)?v?(\d.*)\.tar\.gz debian
+ (?:.*?/)?v?@ANY_VERSION@@ARCHIVE_EXT@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/bitcoin.git



More information about the Pkg-bitcoin-commits mailing list