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

lintian: r676 - in trunk: checks debian



Author: rra
Date: 2006-05-21 00:38:48 +0200 (Sun, 21 May 2006)
New Revision: 676

Modified:
   trunk/checks/fields
   trunk/debian/changelog
Log:
* checks/fields:
  + [RA] Allow build-depend on quilt if clean depends on the xsfclean
    rule, for packages maintained by the X Strike Force.

Modified: trunk/checks/fields
===================================================================
--- trunk/checks/fields	2006-05-17 02:09:04 UTC (rev 675)
+++ trunk/checks/fields	2006-05-20 22:38:48 UTC (rev 676)
@@ -49,10 +49,14 @@
 
 # These are similar, but the resulting dependency is only allowed, not
 # required.
+#
+# The xsfclean rule is specific to the packages maintained by the X Strike
+# Force, but there are enough of those to make the rule worthwhile.
 my @global_clean_allowed = (
 	[ patchutils => '^include\s+/usr/share/cdbs/1/rules/dpatch.mk' ],
 	[ patchutils => '^include\s+/usr/share/cdbs/1/rules/patchsys-quilt.mk' ],
 	[ patchutils => '^include\s+/usr/share/cdbs/1/rules/simple-patchsys.mk' ],
+	[ quilt => '^clean:\s+xsfclean\b' ],
 );
 
 # The allowed Python dependencies currently.  This is the list of alternatives

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-05-17 02:09:04 UTC (rev 675)
+++ trunk/debian/changelog	2006-05-20 22:38:48 UTC (rev 676)
@@ -3,11 +3,14 @@
   * checks/debconf:
     + [JvW] Teach lintian to know about the 'error' debconf template
       question type
+  * checks/fields:
+    + [RA] Allow build-depend on quilt if clean depends on the xsfclean
+      rule, for packages maintained by the X Strike Force.
   * checks/po-debconf:
     + [RA] Don't consider templates.in to be a stray translated template
       file.  Thanks, Thomas Huriaux.  (Closes: #367534)
 
- -- Russ Allbery <rra@debian.org>  Tue, 16 May 2006 19:06:58 -0700
+ -- Russ Allbery <rra@debian.org>  Sat, 20 May 2006 15:33:00 -0700
 
 lintian (1.23.21) unstable; urgency=low
 



Reply to: