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

lintian: r540 - in trunk: checks debian



Author: djpig
Date: 2006-01-19 14:10:30 +0100 (Thu, 19 Jan 2006)
New Revision: 540

Modified:
   trunk/checks/scripts.desc
   trunk/debian/changelog
Log:
Make mknod-in-maintainer-script an error since this is now
a must in policy. Pointed out by Bartosz Fenski (Closes: #344928)


Modified: trunk/checks/scripts.desc
===================================================================
--- trunk/checks/scripts.desc	2006-01-17 14:49:36 UTC (rev 539)
+++ trunk/checks/scripts.desc	2006-01-19 13:10:30 UTC (rev 540)
@@ -227,10 +227,10 @@
  instead.
 
 Tag: mknod-in-maintainer-script
-Type: warning
+Type: error
 Ref: policy 10.6
-Info: Maintainer scripts should not create device files directly.  They
- should call makedev instead.
+Info: Maintainer scripts must not create device files directly.  They
+ should call MAKEDEV instead.
 
 Tag: possible-bashism-in-maintainer-script
 Type: warning

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-01-17 14:49:36 UTC (rev 539)
+++ trunk/debian/changelog	2006-01-19 13:10:30 UTC (rev 540)
@@ -33,6 +33,9 @@
     + [FL] Fix stupid mistake in regex to strip of filenames from roff
       output (which was hidden by another stupid mistake in the test
       suite). Patch by Nicolas François (Closes: #347999)
+  * checks/scripts:
+    + [FL] Make mknod-in-maintainer-script an error since this is now
+      a must in policy. Pointed out by Bartosz Fenski (Closes: #344928)
 
  -- Frank Lichtenheld <djpig@debian.org>  Wed,  4 Jan 2006 16:02:50 +0100
 



Reply to: