浏览代码

Dpkg/ErrorHandling.pm: Set $warnable_error to 1 to match controllib.pl

Guillem Jover 19 年之前
父节点
当前提交
1331216d2b
共有 2 个文件被更改,包括 6 次插入1 次删除
  1. 5 0
      ChangeLog
  2. 1 1
      scripts/Dpkg/ErrorHandling.pm

+ 5 - 0
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>
 2007-10-10  Guillem Jover  <guillem@debian.org>
 
 
 	* m4/arch.m4(_DPKG_ARCHITECTURE): Set PERL5LIB when calling
 	* m4/arch.m4(_DPKG_ARCHITECTURE): Set PERL5LIB when calling

+ 1 - 1
scripts/Dpkg/ErrorHandling.pm

@@ -6,7 +6,7 @@ use base qw(Exporter);
 our @EXPORT_OK = qw( failure syserr error internerr warning
 our @EXPORT_OK = qw( failure syserr error internerr warning
                      warnerror subprocerr );
                      warnerror subprocerr );
 
 
-our $warnable_error = 0;
+our $warnable_error = 1;
 our $quiet_warnings = 0;
 our $quiet_warnings = 0;
 our $progname = "unknown";
 our $progname = "unknown";