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

lintian: r549 - in trunk: checks debian



Author: rra
Date: 2006-01-22 22:04:58 +0100 (Sun, 22 Jan 2006)
New Revision: 549

Modified:
   trunk/checks/fields
   trunk/debian/changelog
Log:
* checks/fields:
  + [RA] Allow a quilt build-dependency for arch-independent packages if
    the quilt makefile rules are included.  (Closes: #349273)

Modified: trunk/checks/fields
===================================================================
--- trunk/checks/fields	2006-01-19 14:13:25 UTC (rev 548)
+++ trunk/checks/fields	2006-01-22 21:04:58 UTC (rev 549)
@@ -38,7 +38,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/dpatch/' ]
+	[ dpatch => '^include\s+/usr/share/dpatch/' ],
+	[ quilt => '^include\s+/usr/share/quilt/' ]
 );
 
 # Similarly, these pairs of packages and regexes say that if the regex matches

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-01-19 14:13:25 UTC (rev 548)
+++ trunk/debian/changelog	2006-01-22 21:04:58 UTC (rev 549)
@@ -1,3 +1,11 @@
+lintian (1.23.16) unstable; urgency=low
+
+  * checks/fields:
+    + [RA] Allow a quilt build-dependency for arch-independent packages if
+      the quilt makefile rules are included.  (Closes: #349273)
+
+ -- Russ Allbery <rra@debian.org>  Sun, 22 Jan 2006 13:04:05 -0800
+
 lintian (1.23.15) unstable; urgency=low
   
   * The "www.no-name-yet.eu" release



Reply to: