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

[SCM] Debian package checker branch, master, updated. 2.2.0-20-g386f467



The following commit has been merged in the master branch:
commit a80c11d8324696908e5ef968385e1b0fd5384c89
Author: Russ Allbery <rra@debian.org>
Date:   Fri Jan 30 23:35:01 2009 -0800

    Make font-in-non-font-package wishlist and improve the description
    
    Merge differences in Raphael Geissert's implementation of the same
    check.  Wishlist is a better severity since a wishlist bug could be
    filed for this tag.

diff --git a/checks/files.desc b/checks/files.desc
index a728e17..1c3b192 100644
--- a/checks/files.desc
+++ b/checks/files.desc
@@ -933,14 +933,12 @@ Info: This package appears to contain development files only meaningful to
  source tarball.
 
 Tag: font-in-non-font-package
-Severity: pedantic
+Severity: wishlist
 Certainty: possible
 Info: This package contains a *.ttf or *.otf file, file extensions
  normally used for TrueType or OpenType fonts, but the package does not
- appear to be a font package.  Font package names should begin with
- <tt>ttf-</tt> or <tt>otf-</tt>.
- .
- Normally fonts should be packaged separate from their applications since
- they are usually useful outside of the package that embeds them.  Fonts
- are also frequently duplicated, and often the font is already available
- as a separate Debian package.
+ appear to be a dedicated font package.  (Dedicated font package names
+ should begin with <tt>ttf-</tt> or <tt>otf-</tt>.)  If the font is
+ already packaged, you should depend on that package instead.  Otherwise,
+ normally the font should be packaged separately, since fonts are usually
+ useful outside of the package that embeds them.
diff --git a/debian/changelog b/debian/changelog
index 00f5ae4..1087b49 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,15 +2,15 @@ lintian (2.2.1) UNRELEASED; urgency=low
 
   * Summary of tag changes:
     + Added
-      - font-in-non-font-package (pedantic)
+      - font-in-non-font-package
 
   * checks/fields:
     + [RA] Allow but do not require a libmodule-build-perl dependency if
       the Build script is referenced in clean.  Thanks, Charles Plessy and
       gregor herrmann.  (Closes: #421549)
   * checks/files{,.desc}:
-    + [RA] Add pedantic check for fonts in non-font packages.  Thanks,
-      Paul Wise.  (Closes: #513650)
+    + [RA] Add check for fonts in non-font packages.  Thanks, Paul Wise
+      and Raphael Geissert.  (Closes: #513650)
   * checks/shared-libs.desc:
     + [RA] Add references to the UsingSymbolsFiles wiki page in the tags
       requesting generation of a symbols file.
diff --git a/t/tests/files-fonts/desc b/t/tests/files-fonts/desc
index 1ec6efe..a6f4f18 100644
--- a/t/tests/files-fonts/desc
+++ b/t/tests/files-fonts/desc
@@ -2,6 +2,4 @@ Testname: files-fonts
 Sequence: 6000
 Version: 1.0
 Description: Font file checks
-Options: -I -E --pedantic
-Skeleton: pedantic
 Test-For: font-in-non-font-package
diff --git a/t/tests/files-fonts/tags b/t/tests/files-fonts/tags
index 8ca474f..fdd1efb 100644
--- a/t/tests/files-fonts/tags
+++ b/t/tests/files-fonts/tags
@@ -1,2 +1,2 @@
-P: files-fonts: font-in-non-font-package usr/share/fonts/truetype/font.otf
-P: files-fonts: font-in-non-font-package usr/share/fonts/truetype/font.ttf
+I: files-fonts: font-in-non-font-package usr/share/fonts/truetype/font.otf
+I: files-fonts: font-in-non-font-package usr/share/fonts/truetype/font.ttf

-- 
Debian package checker


Reply to: