[libconfig-model-lcdproc-perl] 03/05: don't check dir when DriverPath is undef as it will be set by compute stuff.

dod at debian.org dod at debian.org
Thu Jan 16 20:32: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 13f717f65f0cb9273e7e1fd2f2319b9fd5b997d3
Author: Dominique Dumont <dod at debian.org>
Date:   Sat Jan 11 18:17:09 2014 +0100

    don't check dir when DriverPath is undef as it will be set by compute stuff.
---
 debian/patches/tweak-defaults | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/tweak-defaults b/debian/patches/tweak-defaults
index d0a4d4f..09472d2 100644
--- a/debian/patches/tweak-defaults
+++ b/debian/patches/tweak-defaults
@@ -20,7 +20,7 @@ Author:dod
 +        },
 +        warn_unless => {
 +            'dir' => {
-+                code => ' -d ' ,
++                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 ;

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