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

[SCM] Debian package checker branch, master, updated. 2.2.13-60-g9142322



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

    Don't require a tilde in lp: URLs for bzr
    
    * checks/fields{,.desc}:
      + [RA] Don't require a tilde after lp: in bzr URLs.  Thanks, Benjamin
        Drung.  (Closes: #541143)

diff --git a/checks/fields b/checks/fields
index 44caa07..6c1481f 100644
--- a/checks/fields
+++ b/checks/fields
@@ -123,7 +123,7 @@ my @NAME_SECTION_MAPPINGS = (
 my %VCS_RECOMMENDED_URIS = (
     browser => qr;^https?://;,
     arch    => qr;^https?://;,
-    bzr     => qr;^(lp:~|(?:nosmart\+)?https?://);,
+    bzr     => qr;^(lp:|(?:nosmart\+)?https?://);,
     cvs     => qr;^:pserver:;,
     darcs   => qr;^https?://;,
     hg      => qr;^https?://;,
diff --git a/debian/changelog b/debian/changelog
index e27edd0..b0fdbc4 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -49,6 +49,8 @@ lintian (2.2.14) UNRELEASED; urgency=low
       metapackages to make them generic and load the list of metapackages
       from data/fields/metapackages.  Always consider known metapackages
       to be metapackages for the dependency check.
+    + [RA] Don't require a tilde after lp: in bzr URLs.  Thanks, Benjamin
+      Drung.  (Closes: #541143)
   * 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: