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

Bug#652736: lintian: [patch] Add fontforge as a valid interpreter



Package: lintian
Version: 2.5.4
Severity: wishlist

Dear Maintainer,
Fontforge scripts are quite common in automatic font generation, and therefore
it would be nice if lintian handled #!/usr/bin/fontforge as a known interpreter.

I'v attached a patch which does just this. Please consider implementing it.


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.1.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages lintian depends on:
ii  binutils                       2.22-1
ii  bzip2                          1.0.6-1
ii  diffstat                       1.54-1
ii  file                           5.09-2
ii  gettext                        0.18.1.1-5
ii  intltool-debian                0.35.0+20060710.1
ii  libapt-pkg-perl                0.1.25+b1
ii  libclass-accessor-perl         0.34-1
ii  libclone-perl                  0.31-1+b2
ii  libdpkg-perl                   1.16.1.2
ii  libemail-valid-perl            0.185-1
ii  libipc-run-perl                0.90-1
ii  libparse-debianchangelog-perl  1.2.0-1
ii  libtimedate-perl               1.2000-1
ii  liburi-perl                    1.59-1
ii  locales                        2.13-21
ii  man-db                         2.6.0.2-3
ii  patchutils                     0.3.2-1
ii  perl [libdigest-sha-perl]      5.14.2-6
ii  unzip                          6.0-5

lintian recommends no packages.

Versions of packages lintian suggests:
ii  binutils-multiarch     <none>
ii  dpkg-dev               1.16.1.2
ii  libhtml-parser-perl    3.69-1+b1
ii  libtext-template-perl  <none>
ii  man-db                 2.6.0.2-3
ii  xz-utils               5.1.1alpha+20110809-3

-- no debconf information
>From ba778b594ad873300da73295a77e7ab0f62311d3 Mon Sep 17 00:00:00 2001
From: Martin Erik Werner <martinerikwerner@gmail.com>
Date: Tue, 20 Dec 2011 13:30:06 +0100
Subject: [PATCH] Add fontforge as a valid interpreter

---
 checks/scripts |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/checks/scripts b/checks/scripts
index 1857b4b..5f465f0 100644
--- a/checks/scripts
+++ b/checks/scripts
@@ -58,6 +58,7 @@ my %interpreters =
      expect         => [ '/usr/bin' ],
      expectk        => [ '/usr/bin' ],
      fish           => [ '/usr/bin' ],
+     fontforge      => [ '/usr/bin' ],
      gawk           => [ '/usr/bin' ],
      gbr2           => [ '/usr/bin', 'gambas2-runtime' ],
      gbx            => [ '/usr/bin', 'gambas-runtime' ],
-- 
1.7.7.3


Reply to: