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

lintian: r709 - in trunk: checks debian



Author: rra
Date: 2006-08-19 00:06:29 +0200 (Sat, 19 Aug 2006)
New Revision: 709

Modified:
   trunk/checks/fields
   trunk/debian/changelog
Log:
  + [RA] Catch and check dependencies correctly for debconf-updatepo run
    from the clean target.  Thanks, James Westby.  (Closes: #380399)

Modified: trunk/checks/fields
===================================================================
--- trunk/checks/fields	2006-08-18 21:54:40 UTC (rev 708)
+++ trunk/checks/fields	2006-08-18 22:06:29 UTC (rev 709)
@@ -80,6 +80,7 @@
 my @rule_clean_depends = (
 	[ debhelper => '^\t\s*dh_.+' ],
 	[ dpatch => '^\t\s*dpatch\s' ],
+	[ "po-debconf" => '^\t\s*debconf-updatepo\s' ],
 	[ $python_depend => '^\t\s*python\s' ],
 	[ quilt => '^\t\s*(\S+=\S+\s+)*quilt\s' ],
 	[ yada => '^\t\s*yada\s' ],

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-08-18 21:54:40 UTC (rev 708)
+++ trunk/debian/changelog	2006-08-18 22:06:29 UTC (rev 709)
@@ -15,6 +15,8 @@
       for Recommends and rewrite the tag description to be more accurate.
       Thanks to Martin F. Krafft for the report.  (Closes: #370720)
     + [RA] ~ is now permitted in version numbers.  (Closes: #381965)
+    + [RA] Catch and check dependencies correctly for debconf-updatepo run
+      from the clean target.  Thanks, James Westby.  (Closes: #380399)
   * checks/manpages{.desc,}:
     + [RA] Warn about manpage short descriptions of the form "manual page
       for program" (usually generated by help2man).



Reply to: