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

[SCM] Debian package checker branch, master, updated. 2.2.13-64-gf6b6a7f



The following commit has been merged in the master branch:
commit f6b6a7f62096ebb7ca19db26690123cbcb927f73
Author: Russ Allbery <rra@debian.org>
Date:   Sat Aug 15 22:14:31 2009 -0700

    Allow :ext: CVS URLs with anonymous users
    
    * checks/fields{,.desc}:
      + [RA] Allow :ext: CVS repository references if the username looks
        like it won't require autentication.  Thanks, Thorsten Glaser.

diff --git a/checks/fields b/checks/fields
index aa34093..a98c699 100644
--- a/checks/fields
+++ b/checks/fields
@@ -123,8 +123,8 @@ my @NAME_SECTION_MAPPINGS = (
 my %VCS_RECOMMENDED_URIS = (
     browser => qr;^https?://;,
     arch    => qr;^https?://;,
-    bzr     => qr;^(lp:|(?:nosmart\+)?https?://);,
-    cvs     => qr;^:pserver:;,
+    bzr     => qr;^(?:lp:|(?:nosmart\+)?https?://);,
+    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 a86ffb1..a091b63 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -55,6 +55,8 @@ lintian (2.2.14) UNRELEASED; urgency=low
       Drung.  (Closes: #541143)
     + [RA] Fix spelling of xfonts-encodings in the xfont dependency
       exception.  (Closes: #540425)
+    + [RA] Allow :ext: CVS repository references if the username looks
+      like it won't require autentication.  Thanks, Thorsten Glaser.
   * checks/files{,.desc}:
     + [CW] /var/lock and /var/run are not temporary filesystems in d-i, so
       don't emit errors about their use in udebs.

-- 
Debian package checker


Reply to: