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

[SCM] Debian package checker branch, master, updated. 2.2.17-47-g8e347b3



The following commit has been merged in the master branch:
commit 8e347b33737fa60509676ae5db237018fd0e86e0
Author: Russ Allbery <rra@debian.org>
Date:   Thu Nov 12 22:16:53 2009 -0800

    Add new interpreter rackup
    
    * checks/scripts:
      + [RA] Add rackup.  Thanks, Sebastien Delafond.  (Closes: #552013)

diff --git a/checks/scripts b/checks/scripts
index 5f5fb59..97282c5 100644
--- a/checks/scripts
+++ b/checks/scripts
@@ -161,6 +161,9 @@ our %versioned_interpreters =
 		  qr/^python([\d.]+)$/, 'python$1 | python$1-minimal',
 		  qw(2.4 2.5)
 		],
+     rackup  => [ '/usr/bin', undef,
+		  qr/^rackup([\d.]+)$/, 'librack-ruby$1', qw(1.8 1.9)
+		],
      ruby    => [ '/usr/bin', undef,
 		  qr/^ruby([\d.]+)$/, 'ruby$1', qw(1.8 1.9)
 		],
diff --git a/debian/changelog b/debian/changelog
index e6bc99c..4d8e82b 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -138,6 +138,7 @@ lintian (2.2.18) UNRELEASED; urgency=low
       creating a named pipe.
     + [RA] Add rep.  Thanks, Rodrigo Gallardo.  (Closes: #510954)
     + [RA] Add r.  Thanks, Dirk Eddelbuettel.  (Closes: #555278)
+    + [RA] Add rackup.  Thanks, Sebastien Delafond.  (Closes: #552013)
   * checks/shared-libs:
     + [FL] Add /usr/lib/python*/dist-packages to exception list for
       incorrect-libdir-in-la-file.  Thanks, Mathieu Trudel.

-- 
Debian package checker


Reply to: