[PATCH] Add a recommendation for how to check Google Code projects.

Paul Wise pabs at debian.org
Thu Nov 22 14:07:31 UTC 2012


---
 scripts/uscan.1 |    4 ++++
 1 file changed, 4 insertions(+)

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
-- 
1.7.10.4




More information about the devscripts-devel mailing list