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

lintian: r1018 - in trunk/testset: . filenames/debian



Author: rra
Date: 2007-12-04 04:25:20 +0100 (Tue, 04 Dec 2007)
New Revision: 1018

Modified:
   trunk/testset/filenames/debian/rules
   trunk/testset/tags.filenames
Log:
It's no longer possible to force dpkg-genchanges to leave out the
priority and section if they're specified in the control file; it now
throws its own fatal error.  We'll leave the lintian check, but this
can't test it.


Modified: trunk/testset/filenames/debian/rules
===================================================================
--- trunk/testset/filenames/debian/rules	2007-12-04 03:13:55 UTC (rev 1017)
+++ trunk/testset/filenames/debian/rules	2007-12-04 03:25:20 UTC (rev 1018)
@@ -149,10 +149,7 @@
 	ln -s / debian/tmp/usr/lib/filenames/symlink7ok+warn
 	ln -s ../../.. debian/tmp/usr/lib/filenames/symlink10wrong
 
-# 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 -pfilenames -Pdebian/tmp
+	dpkg-gencontrol -pfilenames -Pdebian/tmp
 	dpkg --build debian/tmp ..
 
 	install -d debian/filename-games debian/filename-games/DEBIAN

Modified: trunk/testset/tags.filenames
===================================================================
--- trunk/testset/tags.filenames	2007-12-04 03:13:55 UTC (rev 1017)
+++ trunk/testset/tags.filenames	2007-12-04 03:25:20 UTC (rev 1018)
@@ -77,8 +77,6 @@
 W: filenames: macos-ds-store-file-in-package usr/share/doc/filenames/.DS_Store
 W: filenames: macos-resource-fork-file-in-package usr/share/doc/filenames/._NEWS.Debian
 W: filenames: menu-file-in-usr-lib usr/lib/menu/menu
-W: filenames: no-priority-field
-W: filenames: no-section-field
 W: filenames: non-standard-dir-perm usr/lib/filenames/readonly/ 0555 != 0755
 W: filenames: package-contains-CVS-dir usr/lib/perl5/CVS/
 W: filenames: package-contains-arch-control-dir usr/lib/perl5/.arch-ids/



Reply to: