[SCM] Git repository for devscripts branch, jessie, updated. v2.12.3-5-gf63dc91
James McCoy
jamessan at debian.org
Mon Sep 17 02:37:20 UTC 2012
The following commit has been merged in the jessie branch:
commit f63dc9118bcbc68b2932296283892f8739fd5bb8
Author: James McCoy <jamessan at debian.org>
Date: Sat Sep 15 16:58:14 2012 -0400
namecheck: Check Apache's projects page for names.
Closes: #686862
Signed-off-by: James McCoy <jamessan at debian.org>
diff --git a/debian/changelog b/debian/changelog
index 433aafe..85779cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ devscripts (2.12.3+exp1) UNRELEASED; urgency=low
[ James McCoy ]
* licensecheck: Recognize MPL 2.0 licenses. Thanks to Ryan Pavlik for the
patch. (Closes: #687664)
+ * namecheck: Check Apache's projects page for names. (Closes: #686862)
-- James McCoy <jamessan at debian.org> Sat, 15 Sep 2012 16:12:16 -0400
diff --git a/scripts/namecheck.pl b/scripts/namecheck.pl
index 3c109ef..1b69e4c 100755
--- a/scripts/namecheck.pl
+++ b/scripts/namecheck.pl
@@ -265,3 +265,4 @@ http://sourceforge.net/projects/%s | Invalid Project
http://www.ohloh.net/projects/%s | Sorry, the page you are trying to view is not here
https://gna.org/projects/%s | Invalid Group
http://code.google.com/p/%s | Not Found
+http://projects.apache.org/projects/%s.html | Not Found
--
Git repository for devscripts
More information about the devscripts-devel
mailing list