[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.2.15-16-g29ad295



The following commit has been merged in the master branch:
commit 29ad2951d70610d744fb678c90f70b1895c75007
Author: Russ Allbery <rra@debian.org>
Date:   Wed Sep 16 11:31:34 2009 -0700

    Fix regex for recognizing anonymous ssh CVS repositories
    
    * checks/fields:
      + [RA] Fix regex for recognizing CVS repositories available via
        anonymous ssh.  Thanks, Thorsten Glaser.  (Closes: #546927)

diff --git a/checks/fields b/checks/fields
index 1da5317..58da092 100644
--- a/checks/fields
+++ b/checks/fields
@@ -126,7 +126,7 @@ my %VCS_RECOMMENDED_URIS = (
     browser => qr;^https?://;,
     arch    => qr;^https?://;,
     bzr     => qr;^(?:lp:|(?:nosmart\+)?https?://);,
-    cvs     => qr;^:(?:pserver:|:ext:_?anoncvs);,
+    cvs     => qr;^:(?:pserver:|ext:_?anoncvs);,
     darcs   => qr;^https?://;,
     hg      => qr;^https?://;,
     git     => qr;^(?:git|https?|rsync)://;,
diff --git a/debian/changelog b/debian/changelog
index bfde814..a9632a4 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,8 @@ lintian (2.2.16) UNRELEASED; urgency=low
   * checks/fields{,.desc}:
     + [RA] Check for library packages that recommend documentation
       packages.  Patch from Raphael Geissert.  (Closes: #527363)
+    + [RA] Fix regex for recognizing CVS repositories available via
+      anonymous ssh.  Thanks, Thorsten Glaser.  (Closes: #546927)
 
   * lib/Spelling.pm:
     + [RA] Additional spelling corrections from Raphael Geissert.

-- 
Debian package checker


Reply to: