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

[SCM] Debian package checker branch, master, updated. 2.2.14-51-g2e28930



The following commit has been merged in the master branch:
commit 8702f3b9f20733555d6fc2f7155ba98c423c4fe2
Author: Russ Allbery <rra@debian.org>
Date:   Sun Sep 13 19:30:41 2009 -0700

    Add pike 7.8 to the valid interpreters
    
    * checks/scripts:
      + [RA] Add pike 7.8.  Thanks, Magnus Holmgren.  (Closes: #543262)

diff --git a/checks/scripts b/checks/scripts
index aa87350..e6b679f 100644
--- a/checks/scripts
+++ b/checks/scripts
@@ -152,7 +152,7 @@ our %versioned_interpreters =
 		  qr/^php(\d+)$/, 'php$1-cli', qw(5)
 		],
      pike    => [ '/usr/bin', '',
-		  qr/^pike([\d.]+)$/, 'pike$1 | pike$1-core', qw(7.6)
+		  qr/^pike([\d.]+)$/, 'pike$1 | pike$1-core', qw(7.6 7.8)
 		],
      python  => [ '/usr/bin', undef,
 		  qr/^python([\d.]+)$/, 'python$1 | python$1-minimal',
diff --git a/debian/changelog b/debian/changelog
index 6d7fda4..e039129 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -93,6 +93,7 @@ lintian (2.2.15) UNRELEASED; urgency=low
       of tags with info or pedantic severity.  Patch from Damyan Ivanov.
       (Closes: #543873)
     + [RA] Add seed.  Thanks, Josselin Mouette.  (Closes: #543779)
+    + [RA] Add pike 7.8.  Thanks, Magnus Holmgren.  (Closes: #543262)
 
   * data/fields/essential:
     + [RA] New list of essential packages.

-- 
Debian package checker


Reply to: