[Pkg-cli-libs-commits] [SCM] gdata-sharp branch, master, updated. debian/1.7.0.1-1-7-g6d2799a

Chow Loong Jin hyperair at ubuntu.com
Wed Aug 3 16:44:14 UTC 2011


The following commit has been merged in the master branch:
commit 2286665695a56099273816929e471322b3a3eb4e
Author: Chow Loong Jin <hyperair at ubuntu.com>
Date:   Wed Aug 3 22:50:52 2011 +0800

    Update watch file for google code change
    
    Google Code has switched their http://blahblah hrefs to //blahblah instead,
    which is not supported by uscan at the moment (See Debian Bug #630808).
    
    This commit changes the href regex to use .*/blahblah-(.*).tar.gz instead of
    hardcoding the entire path from http:// onwards. This allows uscan to at least
    detect the tarball link, even if it tries to download using the wrong link later
    on.

diff --git a/debian/watch b/debian/watch
index e747045..ecb8235 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
 
-http://code.google.com/p/google-gdata/downloads/list http://google-gdata.googlecode.com/files/libgoogle-data-mono-(.*)\.tar\.gz
+http://code.google.com/p/google-gdata/downloads/list .*/libgoogle-data-mono-(.*)\.tar\.gz

-- 
gdata-sharp



More information about the Pkg-cli-libs-commits mailing list