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

lintian: r803 - trunk/checks



Author: jaalto
Date: 2007-01-30 08:00:15 +0100 (Tue, 30 Jan 2007)
New Revision: 803

Modified:
   trunk/checks/common_data.pm
Log:
* checks/common_data.pm
  + [JA] Support the Autobuild: and Vcs-* fields in .dsc files.
    Applied patch to implement this by Ian Beckwith (Closes #403553).



Modified: trunk/checks/common_data.pm
===================================================================
--- trunk/checks/common_data.pm	2007-01-30 06:54:46 UTC (rev 802)
+++ trunk/checks/common_data.pm	2007-01-30 07:00:15 UTC (rev 803)
@@ -65,7 +65,8 @@
     ('source', 'version', 'maintainer', 'binary', 'architecture',
      'standards-version', 'files', 'build-depends', 'build-depends-indep',
      'build-conflicts', 'build-conflicts-indep', 'format', 'origin',
-     'uploaders', 'python-version' );
+     'uploaders', 'python-version', 'autobuild', 'vcs-arch', 'vcs-bzr',
+     'vcs-cvs', 'vcs-darcs', 'vcs-git', 'vcs-hg', 'vcs-svn');
 
 %known_binary_fields = map { $_ => 1 }
     ('package', 'version', 'architecture', 'depends', 'pre-depends',



Reply to: