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

lintian: r1194 - in trunk: checks debian



Author: rra
Date: 2008-02-08 23:27:27 +0100 (Fri, 08 Feb 2008)
New Revision: 1194

Modified:
   trunk/checks/debconf
   trunk/debian/changelog
Log:
* checks/debconf:
  + [RA] Recognize require as well as use when loading debconf modules
    in Perl.  Thanks, Manoj Srivastava.  (Closes: #464775)

Modified: trunk/checks/debconf
===================================================================
--- trunk/checks/debconf	2008-02-08 22:26:26 UTC (rev 1193)
+++ trunk/checks/debconf	2008-02-08 22:27:27 UTC (rev 1194)
@@ -355,7 +355,7 @@
 		$_ .= $next;
 	    }
 	    if (m#(?:\.|source)\s+/usr/share/debconf/confmodule# ||
-	            m/use\s+Debconf::Client::ConfModule/) {
+	            m/(use|require)\s+Debconf::Client::ConfModule/) {
 	        $usesconfmodule=1;
 	    }
 	    if (not $obsoleteconfmodule and

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-02-08 22:26:26 UTC (rev 1193)
+++ trunk/debian/changelog	2008-02-08 22:27:27 UTC (rev 1194)
@@ -1,5 +1,8 @@
 lintian (1.23.45) UNRELEASED; urgency=low
 
+  * checks/debconf:
+    + [RA] Recognize require as well as use when loading debconf modules
+      in Perl.  Thanks, Manoj Srivastava.  (Closes: #464775)
   * checks/fields:
     + [RA] Fix coding error that didn't allow python-all-dev to satisfy a
       Python build dependency.  Thanks, Joerg Jaspert.  (Closes: #464709)


Reply to: