[SCM] Git repository for devscripts branch, jessie, updated. v2.12.4-100-gf153e56

James McCoy jamessan at debian.org
Sun Nov 25 16:04:00 UTC 2012


The following commit has been merged in the jessie branch:
commit 4c6698eaa45b64b3cec5f307400779da88ad04f1
Author: Paul Wise <pabs at debian.org>
Date:   Thu Nov 22 22:07:31 2012 +0800

    Add a recommendation for how to check Google Code projects.
    
    Signed-off-by: James McCoy <jamessan at debian.org>

diff --git a/debian/changelog b/debian/changelog
index cb282a2..a74d9ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ devscripts (2.12.6+exp1) UNRELEASED; urgency=low
       example GitHub watch URL.
     + Add an example watch URL that matches the various file extensions used
       by common archive formats.
+    + Add an example watch URL for Google Code projects.
 
  -- James McCoy <jamessan at debian.org>  Sat, 15 Sep 2012 16:12:16 -0400
 
diff --git a/scripts/uscan.1 b/scripts/uscan.1
index 8d01e5c..1aa2f38 100644
--- a/scripts/uscan.1
+++ b/scripts/uscan.1
@@ -79,6 +79,10 @@ http://sf.net/audacity/audacity-src-(.+)\\.tar\\.gz
 # For GitHub projects you can use the tags page:
 https://github.com/<user>/<project>/tags .*/(\\d[\\d\\.]*)\\.tar\\.gz
 
+# For Google Code projects you should use the downloads page like this:
+http://code.google.com/p/<project>/downloads/list?can=1 \\
+  .*/<project>-(\\d[\\d.]*)\\.tar\\.gz
+
 # This is the format for a site which has funny version numbers;
 # the parenthesised groups will be joined with dots to make a
 # sanitised version number

-- 
Git repository for devscripts



More information about the devscripts-devel mailing list