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

[SCM] Debian package checker branch, master, updated. 2.5.5-6-g117f9c4



The following commit has been merged in the master branch:
commit 117f9c4d15ad88aecfb995b5a712158bf61a5cb5
Author: Niels Thykier <niels@thykier.net>
Date:   Mon Mar 5 09:35:26 2012 +0100

    scripts: Add fontforge-nox as provider of fontforge script
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/checks/scripts b/checks/scripts
index 14ec5ce..3343acf 100644
--- a/checks/scripts
+++ b/checks/scripts
@@ -58,7 +58,7 @@ my %interpreters =
      expect         => [ '/usr/bin' ],
      expectk        => [ '/usr/bin' ],
      fish           => [ '/usr/bin' ],
-     fontforge      => [ '/usr/bin' ],
+     fontforge      => [ '/usr/bin', 'fontforge-nox | fontforge' ],
      gawk           => [ '/usr/bin' ],
      gbr2           => [ '/usr/bin', 'gambas2-runtime' ],
      gbx            => [ '/usr/bin', 'gambas-runtime' ],
diff --git a/debian/changelog b/debian/changelog
index 9fe866f..8fa5067 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,10 @@ lintian (2.5.6) UNRELEASED; urgency=low
     + [NT] Added missing "unless" in the code.  Fixes false
       positive "source-contains-waf-binary".  Thanks to
       Dmitrijs Ledkovs for the report.  (Closes: #661561)
+  * checks/scripts:
+    + [NT] Allow fontforge-nox as (alternative) provider for the
+      fontforge interpreter.  Thanks to Martin Erik Werner for
+      the report.  (Closes: #661363)
   * checks/source-copyright.desc:
     + [NT] Update references for copyright-format checks.  Thanks
       to Thijs Kinkhorst for the report and the patch.

-- 
Debian package checker


Reply to: