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

[lintian] 01/01: commands/lintian: Remove "." from @INC



This is an automated email from the git hooks/post-receive script.

jwilk pushed a commit to branch master
in repository lintian.

commit 2440cf6934fba855afd4e6b6b896a8ff19d0272b
Author: Jakub Wilk <jwilk@debian.org>
Date:   Fri Jul 1 23:06:45 2016 +0200

    commands/lintian: Remove "." from @INC
    
    This is follow-up for c92ba9515d581077e37dc4421272ef32516a403f, which
    was incomplete.
---
 commands/lintian | 2 ++
 debian/changelog | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/commands/lintian b/commands/lintian
index 8973d1f..16fb16c 100755
--- a/commands/lintian
+++ b/commands/lintian
@@ -22,6 +22,8 @@
 # }}}
 
 # {{{ libraries and such
+no lib '.';
+
 use strict;
 use warnings;
 use autodie;
diff --git a/debian/changelog b/debian/changelog
index a27e997..96d3af1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,8 @@ lintian (2.5.46) UNRELEASED; urgency=medium
   * collection/*:
     + [JW] Remove "." from Perl's module search path.  (Mitigates: #588017)
 
+  * commands/lintian:
+    + [NT,JW] Remove "." from Perl's search path.  (Mitigates: #588017)
   * commands/reporting-html-reports.pm:
     + [NT] Fix typo in named parameter that made the raw lintain.log
       unavailable on lintian.debian.org.  Thanks to Guillem Jover

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: