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

lintian: r561 - in trunk: debian testset



Author: rra
Date: 2006-03-05 06:56:24 +0100 (Sun, 05 Mar 2006)
New Revision: 561

Modified:
   trunk/debian/changelog
   trunk/testset/runtests
Log:
* testset/runtests:
  + [RA] Filter out dpkg-source warnings about unsigned source packages.


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-03-02 23:19:43 UTC (rev 560)
+++ trunk/debian/changelog	2006-03-05 05:56:24 UTC (rev 561)
@@ -28,6 +28,9 @@
     + [JvW] Fix postinst-must-call-ldconfig to also get emitted when there is
       no postinst at all, instead of just one lacking a ldconfig call
 
+  * testset/runtests:
+    + [RA] Filter out dpkg-source warnings about unsigned source packages.
+
  -- Russ Allbery <rra@debian.org>  Thu,  9 Feb 2006 11:27:55 -0800
 
 lintian (1.23.15) unstable; urgency=low

Modified: trunk/testset/runtests
===================================================================
--- trunk/testset/runtests	2006-03-02 23:19:43 UTC (rev 560)
+++ trunk/testset/runtests	2006-03-05 05:56:24 UTC (rev 561)
@@ -235,7 +235,8 @@
     print "testing... ";
     print "Running lintian $lintian_options on $rundir/$pkg\_$ver*.changes...\n" if $debug;
     runsystem_ok("$lintian_path $lintian_options $rundir/$pkg\_$ver*.changes".
-    	" 2>&1 | sort > $rundir/tags.$pkg");
+    	" 2>&1 | grep -v '^dpkg-source:.*unsigned source package' | sort".
+        " > $rundir/tags.$pkg");
 
     # Run a sed-script if it exists, for tests that have slightly variable
     # output



Reply to: