Bug#636354: lintian: add "perl6" to the list of known interpreters

Alessandro Ghedini al3xbio at gmail.com
Tue Aug 2 15:06:48 UTC 2011


Package: lintian
Version: 2.5.1
Severity: normal
Tags: patch

Hi,

attached is a patch to fix this.

Cheers

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (700, 'unstable'), (650, 'testing'), (600, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.39 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to it_IT.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages lintian depends on:
ii  binutils              2.21.53.20110729-1 The GNU assembler, linker and bina
ii  bzip2                 1.0.5-6            high-quality block-sorting file co
ii  diffstat              1.54-1             produces graph of changes introduc
ii  file                  5.04-5+b1          Determines file type using "magic"
ii  gettext               0.18.1.1-3         GNU Internationalization utilities
ii  intltool-debian       0.35.0+20060710.1  Help i18n of RFC822 compliant conf
ii  libapt-pkg-perl       0.1.24+b2          Perl interface to libapt-pkg
ii  libclass-accessor-per 0.34-1             Perl module that automatically gen
ii  libdpkg-perl          1.16.0.3           Dpkg perl modules
ii  libemail-valid-perl   0.184-1            Perl module for checking the valid
ii  libipc-run-perl       0.90-1             Perl module for running processes
ii  libparse-debianchange 1.2.0-1            parse Debian changelogs and output
ii  libtimedate-perl      1.2000-1           collection of modules to manipulat
ii  liburi-perl           1.58-1             module to manipulate and access UR
ii  locales               2.13-13            Embedded GNU C Library: National L
ii  man-db                2.6.0.2-2          on-line manual pager
ii  perl [libdigest-sha-p 5.12.4-2           Larry Wall's Practical Extraction 
ii  unzip                 6.0-5              De-archiver for .zip files

lintian recommends no packages.

Versions of packages lintian suggests:
pn  binutils-multiarch            <none>     (no description available)
ii  dpkg-dev                      1.16.0.3   Debian package development tools
ii  libhtml-parser-perl           3.68-1+b1  collection of modules that parse H
ii  libtext-template-perl         1.45-2     Text::Template perl module
ii  man-db                        2.6.0.2-2  on-line manual pager
ii  xz-utils                      5.0.0-2    XZ-format compression utilities

-- no debconf information
-------------- next part --------------
>From 3cce4f204233dfcb6a37b48af5e554a573bee0de Mon Sep 17 00:00:00 2001
From: Alessandro Ghedini <al3xbio at gmail.com>
Date: Mon, 1 Aug 2011 22:12:48 +0200
Subject: [PATCH] Add "perl6" interpreter in checks/scripts

This patch adds the "perl6" interpreter provided by the rakudo package to
the list of known interpreters in the scripts check.

Signed-off-by: Alessandro Ghedini <al3xbio at gmail.com>
---
 checks/scripts |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/checks/scripts b/checks/scripts
index c3d1bf4..ea0c9ee 100644
--- a/checks/scripts
+++ b/checks/scripts
@@ -86,6 +86,7 @@ our %interpreters =
      pagsh	    => [ '/usr/bin', 'openafs-client | heimdal-clients' ],
      parrot	    => [ '/usr/bin' ],
      perl	    => [ '/usr/bin', '' ],
+     perl6	    => [ '/usr/bin', 'rakudo' ],
      procmail	    => [ '/usr/bin' ],
      python	    => [ '/usr/bin', 'python | python-minimal' ],
      pforth	    => [ '/usr/bin' ],
-- 
1.7.5.4



More information about the Pkg-rakudo-devel mailing list