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

lintian: r575 - trunk/testset/filenames/debian



Author: rra
Date: 2006-03-12 05:14:16 +0100 (Sun, 12 Mar 2006)
New Revision: 575

Modified:
   trunk/testset/filenames/debian/rules
Log:
dpkg-gencontrol now defaults to the -isp behavior, so running it without
any arguments no longer results in missing Section and Priority.  Pass
-Usection -Upriority explicitly so that we can still stimulate the same
lintian checks.


Modified: trunk/testset/filenames/debian/rules
===================================================================
--- trunk/testset/filenames/debian/rules	2006-03-12 03:33:35 UTC (rev 574)
+++ trunk/testset/filenames/debian/rules	2006-03-12 04:14:16 UTC (rev 575)
@@ -112,7 +112,11 @@
 	ln -s . debian/tmp/usr/lib/filenames/symlink6ok+warn
 	ln -s / debian/tmp/usr/lib/filenames/symlink7ok+warn
 	ln -s ../../.. debian/tmp/usr/lib/filenames/symlink10wrong
-	dpkg-gencontrol
+
+# Running dpkg-gencontrol without any options used to omit the section and
+# priority from the .dsc file.  Now, as of 1.13.16, -isp is the default.
+# Stimulate the same lintian check by explicitly omitting the fields.
+	dpkg-gencontrol -Usection -Upriority
 	dpkg --build debian/tmp ..
 
 binary: binary-arch binary-indep



Reply to: