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

lintian: r944 - in trunk: checks debian testset



Author: rra
Date: 2007-08-05 20:55:57 +0200 (Sun, 05 Aug 2007)
New Revision: 944

Modified:
   trunk/checks/fields
   trunk/debian/changelog
   trunk/testset/tags.relations
Log:
  + [RA] Start tagging unversioned dependencies on coreutils again since
    the transition from fileutils is long-since finished.  Thanks,
    Guillem Jover.  (Closes: #436058)

Modified: trunk/checks/fields
===================================================================
--- trunk/checks/fields	2007-08-05 18:41:47 UTC (rev 943)
+++ trunk/checks/fields	2007-08-05 18:55:57 UTC (rev 944)
@@ -433,7 +433,7 @@
 					    if ($known_x_metapackages{$d_pkg} && ! $metapackage && &$is_dep_field($field));
 
 					tag "depends-on-essential-package-without-using-version", "$field: $part_d_orig"
-					    if ($d_pkg ne "coreutils" && $known_essential{$d_pkg} && ! $d_version->[0] && &$is_dep_field($field));
+					    if ($known_essential{$d_pkg} && ! $d_version->[0] && &$is_dep_field($field));
 
 					tag "package-depends-on-an-x-font-package", "$field: $part_d_orig"
 					    if ($field =~ /^(pre-)?depends$/ && $d_pkg =~ /^xfont.*/ && $d_pkg ne 'xfonts-utils' && $d_pkg ne 'xfongs-encodings');

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-08-05 18:41:47 UTC (rev 943)
+++ trunk/debian/changelog	2007-08-05 18:55:57 UTC (rev 944)
@@ -23,6 +23,9 @@
   * checks/fields{.desc,}:
     + [RA] Tag packages listing emacs21 as the preferred Emacs flavor in a
       dependency.  Thanks, Tatsuya Kinoshita.  (Closes: #434978)
+    + [RA] Start tagging unversioned dependencies on coreutils again since
+      the transition from fileutils is long-since finished.  Thanks,
+      Guillem Jover.  (Closes: #436058)
   * checks/files{.desc,}:
     + [RA] Check for .git directories in binary packages.
   * checks/menu-format{.desc,}:
@@ -70,7 +73,7 @@
   * man/lintian.1:
     + [RA] Remove the mention of the debdiff check script.
 
- -- Russ Allbery <rra@debian.org>  Sun, 05 Aug 2007 11:21:46 -0700
+ -- Russ Allbery <rra@debian.org>  Sun, 05 Aug 2007 11:47:45 -0700
 
 lintian (1.23.32) unstable; urgency=low
 

Modified: trunk/testset/tags.relations
===================================================================
--- trunk/testset/tags.relations	2007-08-05 18:41:47 UTC (rev 943)
+++ trunk/testset/tags.relations	2007-08-05 18:55:57 UTC (rev 944)
@@ -20,6 +20,7 @@
 E: relations: bad-version-in-relation conflicts: foobar (<< 5&5)
 E: relations: conflicts-with-dependency foo
 E: relations: conflicts-with-dependency relations
+E: relations: depends-on-essential-package-without-using-version depends: coreutils
 E: relations: depends-on-essential-package-without-using-version depends: dpkg
 E: relations: needlessly-depends-on-awk depends
 E: relations: no-copyright-file



Reply to: