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

lintian: r1132 - in trunk: checks debian testset



Author: rra
Date: 2008-01-22 02:39:20 +0100 (Tue, 22 Jan 2008)
New Revision: 1132

Modified:
   trunk/checks/common_data.pm
   trunk/debian/changelog
   trunk/testset/tags.relations
Log:
* checks/common_data.pm:
  + [RA] Add Bugs, Origin, and Breaks to known binary and udeb fields
    and Bugs to known source fields, matching current dpkg.  Thanks,
    Rapha?\195?\171l Hertzog.  (Closes: #459787)

Modified: trunk/checks/common_data.pm
===================================================================
--- trunk/checks/common_data.pm	2008-01-22 01:26:03 UTC (rev 1131)
+++ trunk/checks/common_data.pm	2008-01-22 01:39:20 UTC (rev 1132)
@@ -87,21 +87,23 @@
      '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', 'dm-upload-allowed');
+     'vcs-svn', 'vcs-browser', 'dm-upload-allowed', 'bugs');
 
 # The Ubuntu original-maintainer field is handled separately.
 %known_binary_fields = map { $_ => 1 }
     ('package', 'version', 'architecture', 'depends', 'pre-depends',
      'recommends', 'suggests', 'enhances', 'conflicts', 'provides',
-     'replaces', 'essential', 'maintainer', 'section', 'priority',
-     'source', 'description', 'installed-size', 'python-version', 'homepage');
+     'replaces', 'breaks', 'essential', 'maintainer', 'section', 'priority',
+     'source', 'description', 'installed-size', 'python-version', 'homepage',
+     'bugs', 'origin');
 
 # The Ubuntu original-maintainer field is handled separately.
 %known_udeb_fields = map { $_ => 1 }
     ('package', 'version', 'architecture', 'subarchitecture', 'depends',
-     'recommends', 'enhances', 'provides', 'installer-menu-item',
-     'replaces', 'maintainer', 'section', 'priority',
-     'source', 'description', 'installed-size', 'kernel-version');
+     'recommends', 'enhances', 'provides', 'replaces', 'breaks', 'replaces',
+     'maintainer', 'section', 'priority', 'source', 'description',
+     'installed-size', 'kernel-version', 'installer-menu-item', 'bugs',
+     'origin');
 
 %known_obsolete_fields = map { $_ => 1 }
     ('revision', 'package-revision', 'package_revision',
@@ -183,3 +185,9 @@
     ( 'html', 'text', 'pdf', 'postscript', 'info', 'dvi', 'debiandoc-sgml' );
 
 1;
+
+# Local Variables:
+# indent-tabs-mode: nil
+# cperl-indent-level: 4
+# End:
+# vim: syntax=perl sw=4 sts=4 ts=4 et shiftround

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-01-22 01:26:03 UTC (rev 1131)
+++ trunk/debian/changelog	2008-01-22 01:39:20 UTC (rev 1132)
@@ -1,5 +1,9 @@
 lintian (1.23.43) UNRELEASED; urgency=low
 
+  * checks/common_data.pm:
+    + [RA] Add Bugs, Origin, and Breaks to known binary and udeb fields
+      and Bugs to known source fields, matching current dpkg.  Thanks,
+      Raphaël Hertzog.  (Closes: #459787)
   * checks/debhelper:
     + [RA] CDBS now defaults to a debhelper compatibility level of V5.
   * checks/fields:
@@ -20,7 +24,7 @@
     + [RA] Add a spelling correction for PostgreSQL and lots of new
       capitalization corrections after a debian-devel thread.
 
- -- Russ Allbery <rra@debian.org>  Mon, 21 Jan 2008 17:25:43 -0800
+ -- Russ Allbery <rra@debian.org>  Mon, 21 Jan 2008 17:36:01 -0800
 
 lintian (1.23.42) unstable; urgency=low
 

Modified: trunk/testset/tags.relations
===================================================================
--- trunk/testset/tags.relations	2008-01-22 01:26:03 UTC (rev 1131)
+++ trunk/testset/tags.relations	2008-01-22 01:39:20 UTC (rev 1132)
@@ -31,10 +31,6 @@
 I: relations source: build-depends-without-arch-dep foo
 I: relations source: build-depends-without-arch-dep libc6-dev
 I: relations source: build-depends-without-arch-dep mail-transport-agent
-I: relations-multiple-libs: unknown-field-in-control bugs
-I: relations-multiple-libs: unknown-field-in-control origin
-I: relations: unknown-field-in-control bugs
-I: relations: unknown-field-in-control origin
 W: relations source: ancient-standards-version 3.1.1 (current is 3.7.3)
 W: relations source: bad-homepage lintian.debian.org
 W: relations source: package-has-a-duplicate-build-relation foo (= 3) [!amd64 !i386], foo (<< 4) [!amd64 !i386]


Reply to: