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

[SCM] Debian package checker branch, master, updated. 2.3.3-6-g430e611



The following commit has been merged in the master branch:
commit 430e6114c374746ba1e93aadb2d8db28c6375651
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Thu Mar 18 19:49:03 2010 +0000

    Update the list of octave interpreters
    
    * checks/scripts:
      + [ADB] Update the list of octave interpreters, adding octave3.2
        (Closes: #574048) and removing octave2.1 (only available in lenny
        and earlier) and octave3.1.

diff --git a/checks/scripts b/checks/scripts
index 62aaef4..60c8d70 100644
--- a/checks/scripts
+++ b/checks/scripts
@@ -150,7 +150,7 @@ our %versioned_interpreters =
 		  qr/^lua([\d.]+)$/, 'lua$1', qw(40 50 5.1)
 		],
      octave  => [ '/usr/bin', 'octave',
-		  qr/^octave([\d.]+)$/, 'octave$1', qw(2.1 3.0 3.1)
+		  qr/^octave([\d.]+)$/, 'octave$1', qw(3.0 3.2)
 		],
      php     => [ '/usr/bin', '',
 		  qr/^php(\d+)$/, 'php$1-cli', qw(5)
diff --git a/debian/changelog b/debian/changelog
index 6f8a6db..f630cce 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,10 @@
 lintian (2.3.4) UNRELEASED; urgency=low
 
+  * checks/scripts:
+    + [ADB] Update the list of octave interpreters, adding octave3.2
+      (Closes: #574048) and removing octave2.1 (only available in lenny
+      and earlier) and octave3.1.
+
   * debian/control:
     + [RG] Update package description to mention Policy version 3.8.4
       instead of 3.8.3.  Should have been done on the previous release.

-- 
Debian package checker


Reply to: