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

[SCM] Debian package checker branch, master, updated. 2.2.14-9-g37374b7



The following commit has been merged in the master branch:
commit 37374b720be42e9cd031c6a6b283d9125f84047b
Author: Russ Allbery <rra@debian.org>
Date:   Sat Sep 12 13:59:35 2009 -0700

    Stop allowing unversioned build dependencies on coreutils
    
    * checks/fields:
      + [RA] Stop allowing unversioned build dependencies on coreutils.  The
        migration from fileutils is long since finished.

diff --git a/checks/fields b/checks/fields
index ff5d87f..973fbe2 100644
--- a/checks/fields
+++ b/checks/fields
@@ -679,7 +679,7 @@ if ($type eq "source") {
 					    if ($known_build_essential{$d_pkg} && ! $d_version->[1]);
 
 					tag "build-depends-on-essential-package-without-using-version", "$field: $part_d_orig"
-					    if ($d_pkg ne 'coreutils' && $KNOWN_ESSENTIAL->known($d_pkg) && ! $d_version->[0]);
+					    if ($KNOWN_ESSENTIAL->known($d_pkg) && ! $d_version->[0]);
 					push @seen_obsolete_packages, $part_d_orig
 					    if ($OBSOLETE_PACKAGES->known($d_pkg) && &$is_dep_field($field));
 
diff --git a/debian/changelog b/debian/changelog
index 12c004b..3b84a47 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ lintian (2.2.15) UNRELEASED; urgency=low
       and from the warning about depending on a virtual package without
       a real package for the awk virtual package.
     + [RA] Use Lintian::Data to read the essential package list.
+    + [RA] Stop allowing unversioned build dependencies on coreutils.  The
+      migration from fileutils is long since finished.
   * checks/files:
     + [RA] Suppress non-standard-dir-perm for /tmp, /var/tmp, /var/local,
       /var/lock, and /usr/src if they have their normal owner and

-- 
Debian package checker


Reply to: