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

[SCM] Debian package checker branch, master, updated. 1.24.4-88-g813a6db



The following commit has been merged in the master branch:
commit 813a6dbc4e1f1998f2ddac0568f511a760580244
Author: Frank Lichtenheld <djpig@debian.org>
Date:   Tue Sep 2 02:11:22 2008 +0200

    checks/scripts: Update lists of available interpreter versions
    
    remove: jruby1.1, pike7.7, php4, octave2.9
    add: tcl8.6, tk8.6

diff --git a/checks/scripts b/checks/scripts
index df546f9..899a2fa 100644
--- a/checks/scripts
+++ b/checks/scripts
@@ -131,19 +131,19 @@ our %versioned_interpreters =
 		  qr/^guile-([\d.]+)$/, 'guile-$1', qw(1.6 1.8)
 		],
      jruby   => [ '/usr/bin', undef,
-		  qr/^jruby([\d.]+)$/, 'jruby$1', qw(0.9 1.0 1.1)
+		  qr/^jruby([\d.]+)$/, 'jruby$1', qw(0.9 1.0)
 		],
      lua     => [ '/usr/bin', 'lua',
 		  qr/^lua([\d.]+)$/, 'lua$1', qw(40 50 5.1)
 		],
      octave  => [ '/usr/bin', 'octave',
-		  qr/^octave([\d.]+)$/, 'octave$1', qw(2.1 2.9 3.0)
+		  qr/^octave([\d.]+)$/, 'octave$1', qw(2.1 3.0)
 		],
      php     => [ '/usr/bin', '',
-		  qr/^php(\d+)$/, 'php$1-cli', qw(4 5)
+		  qr/^php(\d+)$/, 'php$1-cli', qw(5)
 		],
      pike    => [ '/usr/bin', '',
-		  qr/^pike([\d.]+)$/, 'pike$1 | pike$1-core', qw(7.6 7.7)
+		  qr/^pike([\d.]+)$/, 'pike$1 | pike$1-core', qw(7.6)
 		],
      python  => [ '/usr/bin', undef,
 		  qr/^python([\d.]+)$/, 'python$1 | python$1-minimal',
@@ -156,10 +156,10 @@ our %versioned_interpreters =
 		  qr/^scsh-([\d.]+)$/, 'scsh-$1', qw(0.6)
 		],
      tclsh   => [ '/usr/bin', 'tclsh | tcl',
-		  qr/^tclsh([\d.]+)$/, 'tcl$1', qw(8.3 8.4 8.5)
+		  qr/^tclsh([\d.]+)$/, 'tcl$1', qw(8.3 8.4 8.5 8.6)
 		],
      wish    => [ '/usr/bin', 'wish | tk',
-		  qr/^wish([\d.]+)$/, 'tk$1', qw(8.3 8.4 8.5)
+		  qr/^wish([\d.]+)$/, 'tk$1', qw(8.3 8.4 8.5 8.6)
 		],
     );
 
diff --git a/debian/changelog b/debian/changelog
index 3b5a251..30a3553 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -57,6 +57,8 @@ lintian (2.0.0~rc1) experimental; urgency=low
       variable assignment as well and reduce false positives by ignoring
       uses with $RANDOM or without a filename.  Based on a patch from
       Raphael Geissert.
+    + [FL] Update lists of available interpreter versions (remove: jruby1.1,
+      pike7.7, php4, octave2.9, add: tcl8.6, tk8.6).  (Closes: #485954)
 
   * frontend/lintian:
     + [RA] Ensure we close the pipe to lintian-info before exiting, since

-- 
Debian package checker


Reply to: