[libconfig-model-lcdproc-perl] 03/04: removed fix-log4perl-init patch (obsolete)

dod at debian.org dod at debian.org
Thu May 5 17:06:53 UTC 2016


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

dod pushed a commit to branch master
in repository libconfig-model-lcdproc-perl.

commit 47be19adca3d60d0cf0b96ec43d6c91db01ef82b
Author: Dominique Dumont <dod at debian.org>
Date:   Thu May 5 19:03:33 2016 +0200

    removed fix-log4perl-init patch (obsolete)
---
 debian/patches/fix-log4perl-init | 28 ----------------------------
 debian/patches/series            |  1 -
 2 files changed, 29 deletions(-)

diff --git a/debian/patches/fix-log4perl-init b/debian/patches/fix-log4perl-init
deleted file mode 100644
index 06b7bf6..0000000
--- a/debian/patches/fix-log4perl-init
+++ /dev/null
@@ -1,28 +0,0 @@
-Description: Fix log4perl init
-Forwarded: yes
-Author: dod
---- a/script/lcdconf2model.pl
-+++ b/script/lcdconf2model.pl
-@@ -44,8 +44,21 @@
- 
- # initialise logs for Config;:Model
- use Log::Log4perl qw(:easy);
-+
- my $log4perl_user_conf_file = $ENV{HOME} . '/.log4config-model';
--Log::Log4perl::init($log4perl_user_conf_file);
-+my $fallback_conf           = << 'EOC';
-+log4perl.logger=WARN, Screen
-+log4perl.appender.Screen        = Log::Log4perl::Appender::Screen
-+log4perl.appender.Screen.stderr = 0
-+log4perl.appender.Screen.layout = Log::Log4perl::Layout::PatternLayout
-+log4perl.appender.Screen.layout.ConversionPattern = %d %m %n
-+EOC
-+
-+my $log4perl_conf =
-+      -e $log4perl_user_conf_file ? $log4perl_user_conf_file
-+    :                               \$fallback_conf;
-+
-+Log::Log4perl::init($log4perl_conf);
- 
- say "Building lcdproc model from upstream LCDd.conf file..." ;
- 
diff --git a/debian/patches/series b/debian/patches/series
index 919d7a0..9b11728 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 tweak-lcdd-conf
-fix-log4perl-init
 test-driver-path-default

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-lcdproc-perl.git



More information about the Pkg-perl-cvs-commits mailing list