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

[SCM] Debian package checker branch, master, updated. 2.5.4-89-gb2c521a



The following commit has been merged in the master branch:
commit b2c521aed042d1ddef02dd52b8fbe98fc54afa64
Author: Jakub Wilk <jwilk@debian.org>
Date:   Wed Jan 18 23:13:02 2012 +0100

    Include ssh:// as valid protocol for hg
    
    Acked-by: Niels Thykier <niels@thykier.net>

diff --git a/checks/fields b/checks/fields
index 8587b13..4cefe26 100644
--- a/checks/fields
+++ b/checks/fields
@@ -126,6 +126,7 @@ my %VCS_VALID_URIS = (
     arch    => qr;^https?://;,
     bzr     => qr;^(?:sftp|(?:bzr\+)?ssh)://;,
     cvs     => qr;^(?:-d\s*)?:(?:ext|pserver):;,
+    hg      => qr;^ssh://;,
     git     => qr;^(?:git\+)?ssh://;,
     svn     => qr;^(?:svn\+)?ssh://;,
 );
diff --git a/debian/changelog b/debian/changelog
index 59c9091..bea4225 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -49,6 +49,8 @@ lintian (2.5.5) UNRELEASED; urgency=low
     + [NT] Fixed an issue where "doc-pkg-depends-on-main-pkg" would
       only be triggered if it was a "pre-depends" relation.
     + [NT] Use new Lintian::Architecture API.
+    + [JW] Include ssh:// as a valid protocol for hg.
+      (Closes: #655907)
   * checks/files:
     + [JW,NT] Skip "Multi-Arch: same" check of gzip files if their
       install path contains the architecture.  (Closes: #650665)

-- 
Debian package checker


Reply to: