[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 54b890c5f8f434512c52ce64411eae959f921f34
Author: Paul Wise <pabs at debian.org>
Date: Thu Nov 22 21:51:19 2012 +0800
No need to use githubredir any more, recommend the tags page instead.
Signed-off-by: James McCoy <jamessan at debian.org>
diff --git a/debian/changelog b/debian/changelog
index c48de51..b2e51d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,8 @@ devscripts (2.12.6+exp1) UNRELEASED; urgency=low
[ Paul Wise ]
* checkbashisms:
+ When examining a bash script, indicate the lack of use of bashisms.
+ + Access GitHub directly instead of using githubredir.debian.net in
+ example GitHub watch URL.
-- 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 86b3078..0047b14 100644
--- a/scripts/uscan.1
+++ b/scripts/uscan.1
@@ -73,9 +73,8 @@ http://tmrc.mit.edu/mirror/twisted/Twisted/(\\d\\.\\d)/Twisted-([\\d\\.]*)\\.tar
# be rewritten to use the redirector.
http://sf.net/audacity/audacity-src-(.+)\\.tar\\.gz
-# githubredir.debian.net is a redirector for GitHub projects
-# It can be used as following:
-http://githubredir.debian.net/github/<user>/<project> (.+).tar.gz
+# For GitHub projects you can use the tags page:
+https://github.com/<user>/<project>/tags .*/(\\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
--
Git repository for devscripts
More information about the devscripts-devel
mailing list