[SCM] Debian package checker branch, master, updated. 2.4.3-255-g4122845
The following commit has been merged in the master branch:
commit 4122845fd7ab07e9500ca7542654ebcd851be830
Author: Niels Thykier <niels@thykier.net>
Date: Sun Feb 20 13:36:58 2011 +0100
Enable warnings in frontend/lintian
diff --git a/frontend/lintian b/frontend/lintian
index c6a70f5..8288d7b 100755
--- a/frontend/lintian
+++ b/frontend/lintian
@@ -23,6 +23,7 @@
# {{{ libraries and such
use strict;
+use warnings;
use Getopt::Long;
# }}}
@@ -615,7 +616,6 @@ import Lintian::Command qw(spawn reap);
require Lintian::Tags;
import Lintian::Tags qw(tag);
-no warnings 'once';
if (defined $experimental_output_opts) {
my %opts = map { split(/=/) } split( /,/, $experimental_output_opts );
foreach (keys %opts) {
@@ -682,8 +682,6 @@ for my $level (@display_level) {
}
}
-use warnings;
-
# }}}
# {{{ No clue why this code is here...
--
Debian package checker
Reply to: