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

[SCM] Debian package checker branch, master, updated. 2.5.12-79-g2252f05



The following commit has been merged in the master branch:
commit 2252f0540dbd6d52fbca6271889c3b2b4336d6f8
Author: Niels Thykier <niels@thykier.net>
Date:   Sat May 18 13:23:51 2013 +0200

    c/init.d: Add missing "use L::Util qw(...)"
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/checks/init.d b/checks/init.d
index a05184a..b081b2a 100644
--- a/checks/init.d
+++ b/checks/init.d
@@ -28,6 +28,7 @@ use List::MoreUtils qw(any none);
 
 use Lintian::Data;
 use Lintian::Tags qw(tag);
+use Lintian::Util qw(is_ancestor_of);
 
 # A list of valid LSB keywords.  The value is 0 if optional and 1 if required.
 my %lsb_keywords = (provides            => 1,
diff --git a/debian/changelog b/debian/changelog
index 35b58c4..2177bd3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -52,6 +52,9 @@ lintian (2.5.13) UNRELEASED; urgency=low
   * checks/group-checks.desc:
     + [NT] Add missing semi-colon in tag description.  Thanks to
       Andrey Rahmatullin for the report.  (Closes: #706827)
+  * checks/init.d:
+    + [NT] Add missing import of utility function that could cause
+      Lintian to crash in some cases.
   * checks/po-debconf{,.desc}:
     + [NT] Remove tests for commands that are provided by
       Lintian's dependencies.

-- 
Debian package checker


Reply to: