]> err.no Git - dpkg/commitdiff
Dpkg/ErrorHandling.pm: Set $warnable_error to 1 to match controllib.pl
authorGuillem Jover <guillem@debian.org>
Wed, 10 Oct 2007 01:06:31 +0000 (04:06 +0300)
committerGuillem Jover <guillem@debian.org>
Thu, 11 Oct 2007 01:19:06 +0000 (04:19 +0300)
ChangeLog
scripts/Dpkg/ErrorHandling.pm

index a25b33f9b3526a83dce232487f586bead5565cc8..95e4fd1b53fb4fe4a600f2d7e04dd1d18adbd3a1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-10-10  Guillem Jover  <guillem@debian.org>
+
+       * scripts/Dpkg/ErrorHandling.pm ($warnable_error): Set to 1 to match
+       controllib.pl.
+
 2007-10-10  Guillem Jover  <guillem@debian.org>
 
        * m4/arch.m4(_DPKG_ARCHITECTURE): Set PERL5LIB when calling
index 3cb4040809e67477c3cc73de0d770a74c6d4e00b..3473ea45acfdd2dbb7b82f2253762f4e89bb9cf8 100644 (file)
@@ -6,7 +6,7 @@ use base qw(Exporter);
 our @EXPORT_OK = qw( failure syserr error internerr warning
                      warnerror subprocerr );
 
-our $warnable_error = 0;
+our $warnable_error = 1;
 our $quiet_warnings = 0;
 our $progname = "unknown";