The following commit has been merged in the infra-513663 branch:
commit e6b34b8ef8960840b3eccbeb8df03c15f2d1e48a
Author: Niels Thykier <[email protected]>
Date:   Tue Mar 29 23:40:40 2011 +0200

    Made taint warning more general to cover all kinds of taints

diff --git a/lib/Lintian/ProcessablePool.pm b/lib/Lintian/ProcessablePool.pm
index baac2ee..4c32260 100644
--- a/lib/Lintian/ProcessablePool.pm
+++ b/lib/Lintian/ProcessablePool.pm
@@ -93,7 +93,7 @@ sub add_file {
     $tmap = $self->{$pkg_type};
     $proc = Lintian::Processable->new($pkg_type, $pkg_path);
     if ($proc->tainted()){
-        warn(sprintf("warning: bad name for %1\$s package '%2\$s', skipping\n",
+        warn(sprintf("warning: tainted %1\$s package '%2\$s', skipping\n",
              $pkg_type, $proc->pkg_name()));
         return 0;
     }

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to