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

lintian: r1127 - in trunk: checks debian



Author: rra
Date: 2008-01-11 05:23:05 +0100 (Fri, 11 Jan 2008)
New Revision: 1127

Modified:
   trunk/checks/fields
   trunk/debian/changelog
Log:
* checks/fields:
  + [RA] The CDBS ant rules are in class, not rules.  Thanks, Cyril
    Brulebois.  (Closes: #460168)

Modified: trunk/checks/fields
===================================================================
--- trunk/checks/fields	2008-01-10 04:42:08 UTC (rev 1126)
+++ trunk/checks/fields	2008-01-11 04:23:05 UTC (rev 1127)
@@ -109,7 +109,7 @@
 # enough that we can't know what packages are permitted in Build-Depends and
 # should bypass the build-depends-without-arch-dep check completely.
 my @global_clean_bypass = (
-	'^include\s*/usr/share/cdbs/1/rules/ant.mk'
+	'^include\s*/usr/share/cdbs/1/class/ant.mk'
 );
 
 sub run {

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-01-10 04:42:08 UTC (rev 1126)
+++ trunk/debian/changelog	2008-01-11 04:23:05 UTC (rev 1127)
@@ -2,6 +2,9 @@
 
   * checks/debhelper:
     + [RA] CDBS now defaults to a debhelper compatibility level of V5.
+  * checks/fields:
+    + [RA] The CDBS ant rules are in class, not rules.  Thanks, Cyril
+      Brulebois.  (Closes: #460168)
 
   * lib/Spelling.pm:
     + [RA] Add a spelling correction for PostgreSQL and capitalization


Reply to: