[libconfig-model-lcdproc-perl] 06/12: added patch headers

dod at debian.org dod at debian.org
Sat May 31 13:26:15 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 5b3f1e0fbe4df175bce5b3551a6732d00c176db5
Author: Dominique Dumont <dod at debian.org>
Date:   Fri May 30 21:09:58 2014 +0200

    added patch headers
---
 debian/patches/tweak-lcdconf2model |  4 ++++
 debian/patches/tweak-lcdd-conf     | 24 ++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/debian/patches/tweak-lcdconf2model b/debian/patches/tweak-lcdconf2model
index 4f91c6e..0333b3d 100644
--- a/debian/patches/tweak-lcdconf2model
+++ b/debian/patches/tweak-lcdconf2model
@@ -1,3 +1,7 @@
+Description: Tweak lcdconf2model
+ Fix bugs discoverted while twaeking previous patch
+Forwarded: yes
+Author: dod
 --- a/examples/lcdproc/lcdconf2model.pl
 +++ b/examples/lcdproc/lcdconf2model.pl
 @@ -197,10 +197,10 @@
diff --git a/debian/patches/tweak-lcdd-conf b/debian/patches/tweak-lcdd-conf
index bc3d211..26780e9 100644
--- a/debian/patches/tweak-lcdd-conf
+++ b/debian/patches/tweak-lcdd-conf
@@ -1,3 +1,27 @@
+Description: Tweak defaults values for Debian
+ Debian needs some default value and a way
+ to compute DriverPath different
+ from upstream. 
+ .
+ Debian specific model snippets
+ are added in commemts between {% and %}. This
+ model snippet is applied after the model generated
+ from LCDd.conf. Hence it can override upstream
+ default value. For instance:
+ .
+ # {% upstream_default~ default=yes %}
+ #ReportToSyslog=yes
+ .
+ Generated model has upstream_default=yes. This value
+ is canceled by '  upstream_default~ ' and the default
+ value is set to yes.
+ .
+ DriverPath is more complex. The model snippets
+ adds a way to test and fix this system dependant value.
+ The compute instruction also provides a correct
+ default value.
+Forwarded: NA
+Author: dod
 --- a/examples/lcdproc/LCDd.conf
 +++ b/examples/lcdproc/LCDd.conf
 @@ -34,6 +34,26 @@

-- 
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