[Debian-ha-commits] [corosync] 01/05: Fix debian/watch file.

Adrian Vondendriesch discostu-guest at moszumanska.debian.org
Fri May 1 17:47:49 UTC 2015


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

discostu-guest pushed a commit to branch master
in repository corosync.

commit 15b4822fe5efb8476d4f1e0e31db371ac09a2137
Author: Adrian Vondendriesch <adrian.vondendriesch at credativ.de>
Date:   Fri May 1 15:54:11 2015 +0200

    Fix debian/watch file.
    
    The previous watch file has tracked automatic generated tarballs wich does not
    match real releases tarballs generated by upstream. Those automatic generated
    tarballs misses files like .tarball-version and .version.
    
    Signed-off-by: Adrian Vondendriesch <adrian.vondendriesch at credativ.de>
---
 debian/watch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/watch b/debian/watch
index a1287be..fca3333 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 version=3
 
 opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/ \
-  https://github.com/corosync/corosync/releases .*/v?(\d\S*)\.tar\.gz
+  https://github.com/corosync/corosync/wiki/Releases .*/corosync-(\d\S*)\.tar\.gz

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



More information about the Debian-HA-Commits mailing list