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

[SCM] Debian package checker branch, master, updated. 2.2.13-63-gc78393a



The following commit has been merged in the master branch:
commit c78393a35ad6f2d5ec6749ff49e77a4e060ed1a3
Author: Russ Allbery <rra@debian.org>
Date:   Sat Aug 15 22:03:53 2009 -0700

    Correctly except xfonts-encodings from xfont dependency check
    
    * checks/fields{,.desc}:
      + [RA] Fix spelling of xfonts-encodings in the xfont dependency
        exception.  (Closes: #540425)

diff --git a/checks/fields b/checks/fields
index 6c1481f..aa34093 100644
--- a/checks/fields
+++ b/checks/fields
@@ -552,7 +552,7 @@ if (($type eq "binary") || ($type eq 'udeb')) {
 					    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');
+					    if ($field =~ /^(pre-)?depends$/ && $d_pkg =~ /^xfont.*/ && $d_pkg ne 'xfonts-utils' && $d_pkg ne 'xfonts-encodings');
 
 					tag "needlessly-depends-on-awk", "$field"
 					    if ($d_pkg eq "awk" && ! $d_version->[0] && &$is_dep_field($field));
diff --git a/debian/changelog b/debian/changelog
index d9e73d1..a86ffb1 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -53,6 +53,8 @@ lintian (2.2.14) UNRELEASED; urgency=low
       to be metapackages for the dependency check.
     + [RA] Don't require a tilde after lp: in bzr URLs.  Thanks, Benjamin
       Drung.  (Closes: #541143)
+    + [RA] Fix spelling of xfonts-encodings in the xfont dependency
+      exception.  (Closes: #540425)
   * checks/files{,.desc}:
     + [CW] /var/lock and /var/run are not temporary filesystems in d-i, so
       don't emit errors about their use in udebs.

-- 
Debian package checker


Reply to: