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

[SCM] Debian package checker branch, master, updated. 2.2.6-42-g2ce785b



The following commit has been merged in the master branch:
commit 2ce785b3cd8dcaabb0d93f9b2d245ce768681ab5
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Wed Mar 4 22:14:48 2009 +0000

    Update lists of known interpreter versions
    
    * Add jruby1.1, octave3.1
    * Remove jruby0.9

diff --git a/checks/scripts b/checks/scripts
index 9132778..dbcdfa5 100644
--- a/checks/scripts
+++ b/checks/scripts
@@ -138,13 +138,13 @@ 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)
+		  qr/^jruby([\d.]+)$/, 'jruby$1', qw(1.0 1.1)
 		],
      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 3.0)
+		  qr/^octave([\d.]+)$/, 'octave$1', qw(2.1 3.0 3.1)
 		],
      php     => [ '/usr/bin', '',
 		  qr/^php(\d+)$/, 'php$1-cli', qw(5)
diff --git a/debian/changelog b/debian/changelog
index 4e2a28f..2558db8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -70,6 +70,8 @@ lintian (2.2.7) UNRELEASED; urgency=low
     + [ADB] Remove some obsolete code and therefore stop use-ing Dep.
   * checks/scripts:
     + [ADB] Use Lintian::Relation rather than Dep.
+    + [ADB] Update lists of known interpreter versions (add jruby1.1,
+      octave3.1 and remove jruby0.9)
   * checks/shared-libs:
     + [ADB] When parsing symbols files, correctly ensure that meta-information
       occurs between the end of the dependency template(s) and the start of

-- 
Debian package checker


Reply to: