[libconfig-model-lcdproc-perl] 02/09: patch tweak-lcdd-conf: simplified fix instructions (req C::M 2.057)...
dod at debian.org
dod at debian.org
Wed Jul 2 10:18:24 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 41790ed802495e60af9250717a2d737735460545
Author: Dominique Dumont <dod at debian.org>
Date: Mon Jun 23 15:24:50 2014 +0200
patch tweak-lcdd-conf: simplified fix instructions (req C::M 2.057)...
The fix now deletes DriverPath which is set to the correct path by
the compute instructions
---
debian/patches/tweak-lcdd-conf | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/debian/patches/tweak-lcdd-conf b/debian/patches/tweak-lcdd-conf
index 26780e9..4c98bc1 100644
--- a/debian/patches/tweak-lcdd-conf
+++ b/debian/patches/tweak-lcdd-conf
@@ -41,17 +41,12 @@ Author: dod
+# warn_unless:dir
+# code=" defined $_ ? -d : 1"
+# msg="missing DriverPath dir"
-+# fix="my $triplet = `/usr/bin/dpkg-architecture -qDEB_HOST_MULTIARCH`;
-+# warn \"cannot run dpkg-architecture\" unless $triplet ;
-+# chomp $triplet;
-+# my $res = \"/usr/lib/$triplet/lcdproc/\";
-+# $_ = $res;
-+# "
++# fix="$_ = undef;"
+# - %}
DriverPath=server/drivers/
# Tells the server to load the given drivers. Multiple lines can be given.
-@@ -63,10 +83,11 @@
+@@ -63,10 +79,11 @@
#ReportLevel=3
# Should we report to syslog instead of stderr? [default: no; legal: yes, no]
--
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