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

[SCM] Debian package checker branch, master, updated. 2.2.15-24-g90e6d5a



The following commit has been merged in the master branch:
commit 90e6d5a9999fa402fb6c789638a01ab636353755
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Mon Sep 21 20:09:44 2009 +0100

    Fix a typo in the description of example-script-uses-bin-env
    
    * checks/scripts{,.desc}:
      + [ADB] Fix a typo in the description of example-script-uses-bin-env
        (pth -> path).  Thanks, Jakub Wilk.  (Closes: #547670)

diff --git a/checks/scripts.desc b/checks/scripts.desc
index 28f71eb..4152335 100644
--- a/checks/scripts.desc
+++ b/checks/scripts.desc
@@ -76,7 +76,7 @@ Certainty: certain
 Info: This example script uses /bin/env as its interpreter (used to find
  the actual interpreter on the user's path).  There is no /bin/env on
  Debian systems; env is instead installed as /usr/bin/env.  Usually, the
- pth to env in the script should be changed.
+ path to env in the script should be changed.
 
 Tag: forbidden-config-interpreter
 Severity: important
diff --git a/debian/changelog b/debian/changelog
index 1f47e50..fd72ece 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,9 +20,11 @@ lintian (2.2.16) UNRELEASED; urgency=low
   * checks/menus{,.desc}:
     + [RA] Exclude examples from documentation that may require doc-base
       registration.  Thanks, Mikhail Gusarov.  (Closes: #547345)
-  * checks/scripts:
+  * checks/scripts{,.desc}:
     + [RA] Add /usr/bin/ir as an interpreter provided by the ironruby
       package.  Thanks, Matthias Klose.  (Closes: #547555)
+    + [ADB] Fix a typo in the description of example-script-uses-bin-env
+      (pth -> path).  Thanks, Jakub Wilk.  (Closes: #547670)
 
   * lib/Lintian/Output.pm:
     + [ADB] Import Exporter before Class::Accessor to avoid accidentally

-- 
Debian package checker


Reply to: