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

[SCM] Debian package checker branch, master, updated. 2.4.2-31-g9b4c4a9



The following commit has been merged in the master branch:
commit 9b4c4a918673cb428350065669bf0b076037e513
Author: Russ Allbery <rra@debian.org>
Date:   Sun Jul 25 18:36:05 2010 -0700

    Add runhaskell and runghc
    
    * checks/scripts{,.desc}:
      + [RA] Add runhaskell and runghc.  (Closes: #589266)

diff --git a/checks/scripts b/checks/scripts
index e86914f..a14d3c9 100644
--- a/checks/scripts
+++ b/checks/scripts
@@ -95,6 +95,7 @@ our %interpreters =
      rexx	    => [ '/usr/bin', 'regina-rexx' ],
      rrdcgi	    => [ '/usr/bin', 'rrdtool' ],
      ruby	    => [ '/usr/bin' ],
+     runhaskell     => [ '/usr/bin', 'ghc | ghc6' ],
      runhugs	    => [ '/usr/bin', 'hugs | hugs98' ],
      sed	    => [ '/bin', '' ],
      seed	    => [ '/usr/bin' ],
@@ -170,6 +171,9 @@ our %versioned_interpreters =
      ruby    => [ '/usr/bin', undef,
 		  qr/^ruby([\d.]+)$/, 'ruby$1', qw(1.8 1.9)
 		],
+     runghc  => [ '/usr/bin', 'ghc',
+		  qr/^runghc(\d+)$/, 'ghc$1', qw(6)
+		],
      scsh    => [ '/usr/bin', 'scsh',
 		  qr/^scsh-([\d.]+)$/, 'scsh-$1', qw(0.6)
 		],
diff --git a/debian/changelog b/debian/changelog
index 130c983..9d65559 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -44,11 +44,12 @@ lintian (2.4.3) UNRELEASED; urgency=low
     + [RA] Rephrase the debian-rules-calls-debhelper-in-odd-order long
       description to try to be clearer about the ordering requirements.
       (Closes: #579964)
-  * checks/scripts.desc:
+  * checks/scripts{,.desc}:
     + [RA] Improve python-script-but-no-python-dep tag description to be
       clearer about the requirement for a versioned dependency for
       versioned scripts and to mention ${python:Depends}, created by the
       various Python debhelper scripts.  (Closes: #575590, #582763)
+    + [RA] Add runhaskell and runghc.  (Closes: #589266)
 
   * debian/changelog:
     + [RA] Fix Policy 3.9.0 reference in 2.4.2.  (Closes: #587549)

-- 
Debian package checker


Reply to: