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

lintian: r878 - in trunk: checks debian



Author: rra
Date: 2007-04-30 04:59:05 +0200 (Mon, 30 Apr 2007)
New Revision: 878

Modified:
   trunk/checks/fields
   trunk/debian/changelog
Log:
* checks/fields:
  + [RA] Require libmodule-build-perl in Build-Depends if the clean rule
    runs perl Build.  Hopefully this isn't too aggressive.  Thanks, Ian
    Beckwith.  (Closes: #421549)

Modified: trunk/checks/fields
===================================================================
--- trunk/checks/fields	2007-04-28 23:36:31 UTC (rev 877)
+++ trunk/checks/fields	2007-04-30 02:59:05 UTC (rev 878)
@@ -85,6 +85,7 @@
 my @rule_clean_depends = (
 	[ debhelper => '^\t\s*dh_.+' ],
 	[ dpatch => '^\t\s*dpatch\s' ],
+        [ 'libmodule-build-perl' => '(^\t|\|\|)\s*(perl|\$\(PERL\))\s+Build\b' ],
 	[ "po-debconf" => '^\t\s*debconf-updatepo\s' ],
 	[ $python_depend => '^\t\s*python\s' ],
 	[ quilt => '^\t\s*(\S+=\S+\s+)*quilt\s' ],

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-04-28 23:36:31 UTC (rev 877)
+++ trunk/debian/changelog	2007-04-30 02:59:05 UTC (rev 878)
@@ -1,3 +1,12 @@
+lintian (1.23.31) UNRELEASED; urgency=low
+
+  * checks/fields:
+    + [RA] Require libmodule-build-perl in Build-Depends if the clean rule
+      runs perl Build.  Hopefully this isn't too aggressive.  Thanks, Ian
+      Beckwith.  (Closes: #421549)
+
+ -- Russ Allbery <rra@debian.org>  Sun, 29 Apr 2007 19:58:44 -0700
+
 lintian (1.23.30) unstable; urgency=low
 
   The "beating false positives off with a stick" release.



Reply to: