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

lintian: r215 - branches/1.23.0/testset



Author: djpig
Date: 2004-04-23 13:50:05 +0200 (Fri, 23 Apr 2004)
New Revision: 215

Added:
   branches/1.23.0/testset/tags.binary.sed
Modified:
   branches/1.23.0/testset/runtests
   branches/1.23.0/testset/tags.binary
Log:
Fix a small error in runtests and add a sed script for
arch-dep-package-has-big-usr-share.


Modified: branches/1.23.0/testset/runtests
===================================================================
--- branches/1.23.0/testset/runtests	2004-04-23 10:37:16 UTC (rev 214)
+++ branches/1.23.0/testset/runtests	2004-04-23 11:50:05 UTC (rev 215)
@@ -218,9 +218,9 @@
     runsystem_ok("$lintian_path $lintian_options $rundir/$pkg\_$ver*.changes".
     	" 2>&1 | sort > $rundir/tags.$pkg");
 
-    # Run a sed-script if it exists, for tests that have slightly varialbe
+    # Run a sed-script if it exists, for tests that have slightly variable
     # output
-    runsystem_ok("sed -i -f $testset/tags.$pkg.sed $rundir/tags/$pkg")
+    runsystem_ok("sed -i -f $testset/tags.$pkg.sed $rundir/tags.$pkg")
 	if -e "$testset/tags.$pkg.sed";
 
     $testok = runsystem_ok("cmp -s $rundir/tags.$pkg $testset/tags.$pkg");

Modified: branches/1.23.0/testset/tags.binary
===================================================================
--- branches/1.23.0/testset/tags.binary	2004-04-23 10:37:16 UTC (rev 214)
+++ branches/1.23.0/testset/tags.binary	2004-04-23 11:50:05 UTC (rev 215)
@@ -15,7 +15,7 @@
 E: binary: su-to-root-without-usr-sbin /usr/lib/menu/binary:4
 E: binary: suidregister-used-in-maintainer-script postinst
 E: binary: unstripped-binary-or-object ./usr/bin/hello
-I: binary: arch-dep-package-has-big-usr-share 1528kB 54%
+I: binary: arch-dep-package-has-big-usr-share
 W: binary source: ancient-standards-version 3.2.1
 W: binary source: maintainer-upload-has-incorrect-version-number 4-1.1
 W: binary source: native-package-with-dash-version

Added: branches/1.23.0/testset/tags.binary.sed
===================================================================
--- branches/1.23.0/testset/tags.binary.sed	2004-04-23 10:37:16 UTC (rev 214)
+++ branches/1.23.0/testset/tags.binary.sed	2004-04-23 11:50:05 UTC (rev 215)
@@ -0,0 +1 @@
+s/arch-dep-package-has-big-usr-share .*kB .*%/arch-dep-package-has-big-usr-share/



Reply to: