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

lintian: r854 - in trunk: checks debian



Author: rra
Date: 2007-04-23 20:47:25 +0200 (Mon, 23 Apr 2007)
New Revision: 854

Modified:
   trunk/checks/common_data.pm
   trunk/debian/changelog
Log:
  + [RA] Add Vcs-Mtn and Vcs-Browser to the known source package
    fields.

Modified: trunk/checks/common_data.pm
===================================================================
--- trunk/checks/common_data.pm	2007-04-22 23:26:57 UTC (rev 853)
+++ trunk/checks/common_data.pm	2007-04-23 18:47:25 UTC (rev 854)
@@ -82,7 +82,8 @@
      'standards-version', 'files', 'build-depends', 'build-depends-indep',
      'build-conflicts', 'build-conflicts-indep', 'format', 'origin',
      'uploaders', 'python-version', 'autobuild', 'vcs-arch', 'vcs-bzr',
-     'vcs-cvs', 'vcs-darcs', 'vcs-git', 'vcs-hg', 'vcs-svn');
+     'vcs-cvs', 'vcs-darcs', 'vcs-git', 'vcs-hg', 'vcs-mtn', 'vcs-svn',
+     'vcs-browser');
 
 %known_binary_fields = map { $_ => 1 }
     ('package', 'version', 'architecture', 'depends', 'pre-depends',

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-04-22 23:26:57 UTC (rev 853)
+++ trunk/debian/changelog	2007-04-23 18:47:25 UTC (rev 854)
@@ -2,6 +2,8 @@
 
   * checks/common_data.pm:
     + [RA] Add mktemp and sysvinit-utils as known essential packages.
+    + [RA] Add Vcs-Mtn and Vcs-Browser to the known source package
+      fields.
   * checks/fields:
     + [RA] The CDBS Python rules only call pycentral or pysupport during
       the binary targets, so those dependencies can be safely moved to
@@ -22,7 +24,7 @@
       program its maintainer scripts use.  Thanks, Daniel Leidert.
       (Closes: #419461)
 
- -- Russ Allbery <rra@debian.org>  Sun, 22 Apr 2007 16:22:54 -0700
+ -- Russ Allbery <rra@debian.org>  Mon, 23 Apr 2007 11:47:08 -0700
 
 lintian (1.23.29) unstable; urgency=low
 



Reply to: