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

lintian: r105 - in branches/1.22.12: checks debian testset



Author: jeroen
Date: 2004-03-10 03:54:07 +0100 (Wed, 10 Mar 2004)
New Revision: 105

Modified:
   branches/1.22.12/checks/huge-usr-share
   branches/1.22.12/checks/huge-usr-share.desc
   branches/1.22.12/debian/changelog
   branches/1.22.12/testset/info_tags.binary
   branches/1.22.12/testset/tags.binary
Log:
Big /usr/share is only I: for now, fixed changelog fact about the threshold


Modified: branches/1.22.12/checks/huge-usr-share
===================================================================
--- branches/1.22.12/checks/huge-usr-share	2004-03-10 02:52:10 UTC (rev 104)
+++ branches/1.22.12/checks/huge-usr-share	2004-03-10 02:54:07 UTC (rev 105)
@@ -54,7 +54,7 @@
     my $perc = int (100 * $size_usrshare / $size);
     if (($size_usrshare > $TRESHOLD_SIZE_HARD)
 	|| ($perc > $TRESHOLD_PERC)) { 
-	print "W: $pkg $type: arch-dep-package-has-big-usr-share ${size_usrshare}kB $perc%\n";
+	print "I: $pkg $type: arch-dep-package-has-big-usr-share ${size_usrshare}kB $perc%\n";
     }
 }
 

Modified: branches/1.22.12/checks/huge-usr-share.desc
===================================================================
--- branches/1.22.12/checks/huge-usr-share.desc	2004-03-10 02:52:10 UTC (rev 104)
+++ branches/1.22.12/checks/huge-usr-share.desc	2004-03-10 02:54:07 UTC (rev 105)
@@ -8,7 +8,7 @@
  have a significantly big /usr/share
 
 Tag: arch-dep-package-has-big-usr-share
-Type: warning
+Type: info
 Info: The package has a significant amount of architecture-independent data in
  /usr/share, while it is an architecture-dependent package.
  This is wasteful of mirror space and bandwidth, as we then end up with

Modified: branches/1.22.12/debian/changelog
===================================================================
--- branches/1.22.12/debian/changelog	2004-03-10 02:52:10 UTC (rev 104)
+++ branches/1.22.12/debian/changelog	2004-03-10 02:54:07 UTC (rev 105)
@@ -67,8 +67,9 @@
       there is no binary perl file at all in the package, since this
       reflects the way the Installer module behaves (Closes: #199898)
   * checks/huge-usr-share:
-    + [JvW] Check for a big /usr/share (currently 250kB) in arch-dependent
-      packages. Thanks Steve McIntyre for the idea. (Closes: #232849)
+    + [JvW] Check for a big /usr/share (currently 1-2MB will trigger it) in
+      arch-dependent packages. Currently just I:. Thanks Steve McIntyre for
+      the idea. (Closes: #232849)
   * checks/menus{,.desc}:
     + [FL] Remove non-exectuable-in-etc-menu-methods as it doesn't
       reflects the current menu manual (Closes: #229460)

Modified: branches/1.22.12/testset/info_tags.binary
===================================================================
--- branches/1.22.12/testset/info_tags.binary	2004-03-10 02:52:10 UTC (rev 104)
+++ branches/1.22.12/testset/info_tags.binary	2004-03-10 02:54:07 UTC (rev 105)
@@ -25,7 +25,7 @@
 E: binary: binary-without-manpage hello-static
 E: binary: binary-without-manpage hello.static
 E: binary: binary-without-manpage static-hello
-W: binary: arch-dep-package-has-big-usr-share 1540kB 55%
+I: binary: arch-dep-package-has-big-usr-share 1540kB 55%
 N:
 N:   The package has a significant amount of architecture-independent data
 N:   in /usr/share, while it is an architecture-dependent package. This is

Modified: branches/1.22.12/testset/tags.binary
===================================================================
--- branches/1.22.12/testset/tags.binary	2004-03-10 02:52:10 UTC (rev 104)
+++ branches/1.22.12/testset/tags.binary	2004-03-10 02:54:07 UTC (rev 105)
@@ -3,7 +3,7 @@
 E: binary: binary-without-manpage hello-static
 E: binary: binary-without-manpage hello.static
 E: binary: binary-without-manpage static-hello
-W: binary: arch-dep-package-has-big-usr-share 1540kB 55%
+I: binary: arch-dep-package-has-big-usr-share 1540kB 55%
 W: binary: package-contains-upstream-install-documentation usr/share/doc/binary/INSTALL
 E: binary: postinst-does-not-call-updatemenus usr/lib/menu/binary
 E: binary: postrm-does-not-call-updatemenus usr/lib/menu/binary



Reply to: