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

lintian: r644 - in trunk: checks debian



Author: rra
Date: 2006-04-28 06:43:37 +0200 (Fri, 28 Apr 2006)
New Revision: 644

Modified:
   trunk/checks/fields
   trunk/debian/changelog
Log:
  + [RA] Recognize the CDBS included rule files that indicate dpatch or
    quilt will be used, check those dependencies, and require that they
    be in Build-Depends since they're used for clean.  Thanks, Marc
    Dequ?\195?\168nes (Duck).  (Closes: #365041)

Modified: trunk/checks/fields
===================================================================
--- trunk/checks/fields	2006-04-28 00:49:54 UTC (rev 643)
+++ trunk/checks/fields	2006-04-28 04:43:37 UTC (rev 644)
@@ -41,6 +41,8 @@
 	[ cdbs => '^include\s+/usr/share/cdbs/' ],
 	[ dbs => '^include\s+/usr/share/dbs/' ],
 	[ debhelper => '^include\s+/usr/share/cdbs/1/rules/debhelper.mk' ],
+	[ dpatch => '^include\s+/usr/share/cdbs/1/rules/dpatch.mk' ],
+	[ quilt => '^include\s+/usr/share/cdbs/1/rules/patchsys-quilt.mk' ],
 	[ dpatch => '^include\s+/usr/share/dpatch/' ],
 	[ 'quilt (>= 0.40)' => '^include\s+/usr/share/quilt/' ]
 );

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-04-28 00:49:54 UTC (rev 643)
+++ trunk/debian/changelog	2006-04-28 04:43:37 UTC (rev 644)
@@ -5,6 +5,10 @@
       Thanks, Marc Dequènes (Duck).  (Closes: #364943)
     + [RA] Allow python in Build-Depends if it's invoked explicitly in the
       clean rule.  Thanks, Marc Dequènes (Duck).  (Closes: #365030)
+    + [RA] Recognize the CDBS included rule files that indicate dpatch or
+      quilt will be used, check those dependencies, and require that they
+      be in Build-Depends since they're used for clean.  Thanks, Marc
+      Dequènes (Duck).  (Closes: #365041)
   * checks/files{.desc,}:
     + [RA] Add the references to Policy for the deprecation of X11R6
       directories now that Policy has been updated in 3.7.0.0.



Reply to: