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

[SCM] Debian package checker branch, infra-513663, updated. 2.5.0-rc1-108-ge6b34b8



The following commit has been merged in the infra-513663 branch:
commit e6b34b8ef8960840b3eccbeb8df03c15f2d1e48a
Author: Niels Thykier <niels@thykier.net>
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


Reply to: