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

[SCM] Debian package checker branch, master, updated. 1.24.3-30-g69605a6



The following commit has been merged in the master branch:
commit 69605a6e44c53c8e27f8fe2095ec5551d534e9e5
Author: Russ Allbery <rra@debian.org>
Date:   Tue Aug 12 20:48:20 2008 -0700

    Add jruby1.1
    
    * checks/scripts:
      + [RA] Add jruby1.1, thanks Sebastien Delafond.  (Closes: #494919)

diff --git a/checks/scripts b/checks/scripts
index 3e96b67..e54ec62 100644
--- a/checks/scripts
+++ b/checks/scripts
@@ -131,7 +131,7 @@ 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(0.9 1.0 1.1)
 		],
      lua     => [ '/usr/bin', 'lua',
 		  qr/^lua([\d.]+)$/, 'lua$1', qw(40 50 5.1)
diff --git a/debian/changelog b/debian/changelog
index 7fe8ea2..ab3cd16 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ lintian (1.24.4) UNRELEASED; urgency=low
     + [RA] Add dash to the recognized characters in a command in
       command-with-path-in-maintainer-script to avoid truncation.  Thanks,
       Thijs Kinkhorst.  (Closes: #494723)
+    + [RA] Add jruby1.1, thanks Sebastien Delafond.  (Closes: #494919)
   * checks/shared-libs.desc:
     + [RA] Clarify that shlibs-declares-dependency-on-other-package can be
       issued for a version mismatch.  (Closes: #494400)

-- 
Debian package checker


Reply to: