[libconfig-model-lcdproc-perl] 01/01: removed unused patch file

dod at debian.org dod at debian.org
Sat Mar 25 20:09:02 UTC 2017


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 c7ddceea46e8404a729acf92038839057c6f691e
Author: Dominique Dumont <dod at debian.org>
Date:   Sat Mar 25 21:08:11 2017 +0100

    removed unused patch file
    
    has been obsoleted a while ago by tweak-lccd patch
---
 debian/patches/tweak-defaults | 53 -------------------------------------------
 1 file changed, 53 deletions(-)

diff --git a/debian/patches/tweak-defaults b/debian/patches/tweak-defaults
deleted file mode 100644
index 10db00f..0000000
--- a/debian/patches/tweak-defaults
+++ /dev/null
@@ -1,53 +0,0 @@
-Description:Tweak defaults values for Debian
- Debian needs some default values slightly different
- from upstream
-Forwarded:NA
-Author:dod
---- a/lib/Config/Model/models/LCDd/server.pl
-+++ b/lib/Config/Model/models/LCDd/server.pl
-@@ -115,7 +115,27 @@
-       },
-       'DriverPath',
-       {
--        'default' => 'server/drivers/',
-+        compute => {
-+            formula => 'my $triplet = `/usr/bin/dpkg-architecture -qDEB_HOST_MULTIARCH`;
-+warn "cannot run dpkg-architecture" unless $triplet ;
-+chomp $triplet;
-+"/usr/lib/$triplet/lcdproc/";',
-+            allow_override => 1,
-+            use_eval => 1
-+        },
-+        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;
-+',
-+             }
-+        },
-+        #'default' => 'server/drivers/',
-         '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
-@@ -196,7 +216,7 @@
-       {
-         'description' => 'Should we report to syslog instead of stderr ? ',
-         'type' => 'leaf',
--        'upstream_default' => 'no',
-+        'default' => 'yes',
-         'value_type' => 'boolean',
-         'write_as' => [
-           'no',
-@@ -253,7 +273,6 @@
-       },
-       'User',
-       {
--        'default' => 'nobody',
-         'description' => 'User to run as.  LCDd will drop its root privileges, if any,
- and run as this user instead.',
-         'type' => 'leaf',

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