[libconfig-model-lcdproc-perl] 05/06: refreshed patches
dod at debian.org
dod at debian.org
Sat Jan 25 15:44:36 UTC 2014
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 8b1346754cebfd4caf67eecf0aac66f249331634
Author: Dominique Dumont <dod at debian.org>
Date: Sat Jan 25 16:21:28 2014 +0100
refreshed patches
---
debian/patches/test-driver-path-default | 7 ++++---
debian/patches/tweak-defaults | 14 +++++---------
2 files changed, 9 insertions(+), 12 deletions(-)
diff --git a/debian/patches/test-driver-path-default b/debian/patches/test-driver-path-default
index 92d57fa..5924d81 100644
--- a/debian/patches/test-driver-path-default
+++ b/debian/patches/test-driver-path-default
@@ -3,7 +3,7 @@ Author:dod
Applied-Upstream:NA
--- a/t/model_tests.d/lcdd-test-conf.pl
+++ b/t/model_tests.d/lcdd-test-conf.pl
-@@ -13,33 +13,47 @@
+@@ -13,34 +13,48 @@
$model_to_test = "LCDd" ;
my @fix_warnings ;
@@ -14,8 +14,8 @@ Applied-Upstream:NA
-push @fix_warnings,
+if (! -d $std_path) {
-+ $path = "/tmp/" ;
-+ push @fix_warnings,
++ $path = "/tmp/" ;
++ push @fix_warnings,
(
#load_warnings => [ qr/code check returned false/ ],
- load => "server DriverPath=/tmp/" , # just a work-around
@@ -35,6 +35,7 @@ Applied-Upstream:NA
+ 'server DriverPath', { mode => 'standard', value => $std_path },
+ 'server DriverPath', $path ,
'curses Size', '20x2',
+ 'server AutoRotate', 'off',
- },
+ ],
@fix_warnings ,
diff --git a/debian/patches/tweak-defaults b/debian/patches/tweak-defaults
index 09472d2..10db00f 100644
--- a/debian/patches/tweak-defaults
+++ b/debian/patches/tweak-defaults
@@ -5,7 +5,7 @@ Forwarded:NA
Author:dod
--- a/lib/Config/Model/models/LCDd/server.pl
+++ b/lib/Config/Model/models/LCDd/server.pl
-@@ -117,7 +117,27 @@
+@@ -115,7 +115,27 @@
},
'DriverPath',
{
@@ -34,20 +34,16 @@ Author:dod
'description' => 'Where can we find the driver modules ?
IMPORTANT: Make sure to change this setting to reflect your
specific setup! Otherwise LCDd won\'t be able to find
-@@ -199,10 +219,9 @@
- },
- 'ReportToSyslog',
+@@ -196,7 +216,7 @@
{
-- 'description' => 'Should we report to syslog instead of stderr ?
--[default: yes]',
-+ 'default' => 'yes',
-+ 'description' => 'Should we report to syslog instead of stderr ?',
+ 'description' => 'Should we report to syslog instead of stderr ? ',
'type' => 'leaf',
- 'upstream_default' => 'no',
++ 'default' => 'yes',
'value_type' => 'boolean',
'write_as' => [
'no',
-@@ -261,7 +280,6 @@
+@@ -253,7 +273,6 @@
},
'User',
{
--
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