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

lintian: r991 - in trunk: checks debian



Author: rra
Date: 2007-11-29 05:48:24 +0100 (Thu, 29 Nov 2007)
New Revision: 991

Modified:
   trunk/checks/common_data.pm
   trunk/debian/changelog
Log:
* checks/common_data.pm:
  + [RA] Add Dm-Upload-Allowed as a recognized control field.

Modified: trunk/checks/common_data.pm
===================================================================
--- trunk/checks/common_data.pm	2007-11-29 04:46:49 UTC (rev 990)
+++ trunk/checks/common_data.pm	2007-11-29 04:48:24 UTC (rev 991)
@@ -86,7 +86,7 @@
      'build-conflicts', 'build-conflicts-indep', 'format', 'origin',
      'uploaders', 'python-version', 'autobuild', 'homepage', 'vcs-arch',
      'vcs-bzr', 'vcs-cvs', 'vcs-darcs', 'vcs-git', 'vcs-hg', 'vcs-mtn',
-     'vcs-svn', 'vcs-browser');
+     'vcs-svn', 'vcs-browser', 'dm-upload-allowed');
 
 %known_binary_fields = map { $_ => 1 }
     ('package', 'version', 'architecture', 'depends', 'pre-depends',

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-11-29 04:46:49 UTC (rev 990)
+++ trunk/debian/changelog	2007-11-29 04:48:24 UTC (rev 991)
@@ -1,12 +1,14 @@
 lintian (1.23.37) UNRELEASED; urgency=low
 
+  * checks/common_data.pm:
+    + [RA] Add Dm-Upload-Allowed as a recognized control field.
   * checks/control-files:
     + [RA] Add symbols as a known control file for debs and udebs.
 
   * debian/control:
     + [TK] Add Vcs-* fields to point to Lintian's repository.
 
- -- Russ Allbery <rra@debian.org>  Tue, 20 Nov 2007 15:12:51 -0800
+ -- Russ Allbery <rra@debian.org>  Wed, 28 Nov 2007 20:48:12 -0800
 
 lintian (1.23.36) unstable; urgency=low
 



Reply to: