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

lintian: r552 - in trunk: checks debian



Author: rra
Date: 2006-01-22 23:09:29 +0100 (Sun, 22 Jan 2006)
New Revision: 552

Modified:
   trunk/checks/debhelper
   trunk/debian/changelog
Log:
* checks/debhelper:
  + [RA] Recognize setting DH_COMPAT with := in addition to = in
    debian/rules.  (Closes: #349272)

Modified: trunk/checks/debhelper
===================================================================
--- trunk/checks/debhelper	2006-01-22 21:18:08 UTC (rev 551)
+++ trunk/checks/debhelper	2006-01-22 22:09:29 UTC (rev 552)
@@ -93,11 +93,11 @@
 	$seencommand = 1;
 	$needbuilddepends = 1;
 	$needtomodifyscripts = 1;
-    } elsif (/^\s*export\s+DH_COMPAT\s*=\s*(\d+)/) {
+    } elsif (/^\s*export\s+DH_COMPAT\s*:?=\s*(\d+)/) {
 	$needversiondepends = $1;
     } elsif (/^\s*export\s+DH_COMPAT/) {
 	$needversiondepends = $dhcompatvalue if $dhcompatvalue;
-    } elsif (/^\s*DH_COMPAT\s*=\s*(\d+)/) {
+    } elsif (/^\s*DH_COMPAT\s*:?=\s*(\d+)/) {
 	$dhcompatvalue = $1;
     }
 }

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-01-22 21:18:08 UTC (rev 551)
+++ trunk/debian/changelog	2006-01-22 22:09:29 UTC (rev 552)
@@ -1,5 +1,8 @@
 lintian (1.23.16) UNRELEASED; urgency=low
 
+  * checks/debhelper:
+    + [RA] Recognize setting DH_COMPAT with := in addition to = in
+      debian/rules.  (Closes: #349272)
   * checks/fields:
     + [RA] Allow a quilt build-dependency for arch-independent packages if
       the quilt makefile rules are included.  (Closes: #349273)
@@ -7,7 +10,7 @@
     + [RA] Use "menu manual" rather than "menu" for references to more
       clearly distinguish from the Debian Menu Policy.  (Closes: #347510)
 
- -- Russ Allbery <rra@debian.org>  Sun, 22 Jan 2006 13:14:54 -0800
+ -- Russ Allbery <rra@debian.org>  Sun, 22 Jan 2006 14:08:12 -0800
 
 lintian (1.23.15) unstable; urgency=low
   



Reply to: