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

lintian: r673 - in trunk: checks debian



Author: jeroen
Date: 2006-05-14 00:35:23 +0200 (Sun, 14 May 2006)
New Revision: 673

Modified:
   trunk/checks/debconf
   trunk/debian/changelog
Log:
* [JvW] Teach lintian to know about the 'error' debconf template question
  type


Modified: trunk/checks/debconf
===================================================================
--- trunk/checks/debconf	2006-05-09 02:07:41 UTC (rev 672)
+++ trunk/checks/debconf	2006-05-13 22:35:23 UTC (rev 673)
@@ -50,6 +50,7 @@
 	note
 	text
 	title
+	error
 	);
 $valid_types{error} = 1 if $type eq 'udeb';
 

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-05-09 02:07:41 UTC (rev 672)
+++ trunk/debian/changelog	2006-05-13 22:35:23 UTC (rev 673)
@@ -1,3 +1,10 @@
+lintian (1.23.22) UNRELEASED; urgency=low
+
+  * [JvW] Teach lintian to know about the 'error' debconf template question
+    type
+
+ -- Jeroen van Wolffelaar <jeroen@wolffelaar.nl>  Sun, 14 May 2006 00:32:48 +0200
+
 lintian (1.23.21) unstable; urgency=low
 
   * checks/menus:



Reply to: