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

lintian: r531 - in trunk: checks debian



Author: djpig
Date: 2006-01-02 10:03:23 +0100 (Mon, 02 Jan 2006)
New Revision: 531

Modified:
   trunk/checks/debhelper
   trunk/debian/changelog
Log:
Also check for debhelper build-dependency in debhelper-using
cdbs based packages


Modified: trunk/checks/debhelper
===================================================================
--- trunk/checks/debhelper	2006-01-02 07:42:40 UTC (rev 530)
+++ trunk/checks/debhelper	2006-01-02 09:03:23 UTC (rev 531)
@@ -87,6 +87,10 @@
 	}
 	$seencommand = 1;
 	$needbuilddepends = 1;
+    } elsif (m,^include\s+/usr/share/cdbs/1/rules/debhelper.mk,) {
+	$seencommand = 1;
+	$needbuilddepends = 1;
+	$needtomodifyscripts = 1;
     } elsif (/^\s*export\s+DH_COMPAT\s*=\s*(\d+)/) {
 	$needversiondepends = $1;
     }

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-01-02 07:42:40 UTC (rev 530)
+++ trunk/debian/changelog	2006-01-02 09:03:23 UTC (rev 531)
@@ -5,6 +5,9 @@
   * debian/changelog:
     + [FL] Fix wrapping of last changelog entry (Closes: #344899)
 
+  * checks/debhelper:
+    + [FL] Also check for debhelper build-dependency in debhelper-using
+      cdbs based packages
   * checks/fields:
     + [FL] Allow version numbers of 0 by correctly checking the output
       of _valid_version for definedness and not the boolean value



Reply to: