Author: rra
Date: 2006-04-17 02:12:30 +0200 (Mon, 17 Apr 2006)
New Revision: 623

Modified:
   trunk/checks/fields
   trunk/debian/changelog
Log:
  + [RA] Allow xfonts-utils in dependencies.  It's not actually an X
    font package.

Modified: trunk/checks/fields
===================================================================
--- trunk/checks/fields 2006-04-16 22:48:02 UTC (rev 622)
+++ trunk/checks/fields 2006-04-17 00:12:30 UTC (rev 623)
@@ -375,7 +375,7 @@
                                            if ($d_pkg ne "coreutils" && 
$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.*/);
+                                           if ($field =~ /^(pre-)?depends$/ && 
$d_pkg =~ /^xfont.*/ && $d_pkg ne 'xfonts-utils');
 
                                        tag "needlessly-depends-on-awk", 
"$field"
                                            if ($d_pkg eq "awk" && ! 
$d_version->[0] && &$is_dep_field($field));

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2006-04-16 22:48:02 UTC (rev 622)
+++ trunk/debian/changelog      2006-04-17 00:12:30 UTC (rev 623)
@@ -48,6 +48,8 @@
       (Closes: #242789, #278290)
     + [RA] Check for conflicting with dependencies and build-conflicting
       with build dependencies.  (Closes: #122760)
+    + [RA] Allow xfonts-utils in dependencies.  It's not actually an X
+      font package.
   * checks/files{.desc,}:
     + [RA] For the X.Org 7 transition, add explicit checks for fonts and
       binaries installed in /usr/X11R6.  Rename the existing check for


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to