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

lintian: r351 - in trunk: checks debian



Author: jeroen
Date: 2004-10-13 01:51:42 +0200 (Wed, 13 Oct 2004)
New Revision: 351

Modified:
   trunk/checks/debhelper
   trunk/debian/changelog
Log:
checks/debhelper:
+ [JvW] dh-make also creates sample files named .EX, so make that check
  case-insensitive (Closes: #251262)


Modified: trunk/checks/debhelper
===================================================================
--- trunk/checks/debhelper	2004-10-12 23:48:49 UTC (rev 350)
+++ trunk/checks/debhelper	2004-10-12 23:51:42 UTC (rev 351)
@@ -164,7 +164,7 @@
 	    tag "package-uses-debhelper-but-lacks-build-depends", "";
 	}
 	close IN;
-    } elsif ($file =~ m/^ex\.|\.ex$/) {
+    } elsif ($file =~ m/^ex\.|\.ex$/i) {
         tag "dh-make-template-in-source", "debian/$file";
     }
 }

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-10-12 23:48:49 UTC (rev 350)
+++ trunk/debian/changelog	2004-10-12 23:51:42 UTC (rev 351)
@@ -13,6 +13,9 @@
   * checks/debconf:
     + [JvW] Don't warn when you're not translation choices of a debconf
       question, it might not make sense (Closes: #262649)
+  * checks/debhelper:
+    + [JvW] dh-make also creates sample files named .EX, so make that check
+      case-insensitive (Closes: #251262)
   * checks/fields.desc:
     + [JvW] Adjust package-has-a-duplicate-relation to warning, and note that
       this sometimes happens to you when using ${shlibs:Depends}, and you



Reply to: