[SCM] Debian packaging of dh-make-perl branch, master, updated. debian/0.75-1-16-g93e922f

gregor herrmann gregoa at debian.org
Mon Apr 9 14:06:18 UTC 2012


The following commit has been merged in the master branch:
commit 03a1d823208de2192e9f139e5484461b6f41802a
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Apr 9 16:03:18 2012 +0200

    DhMakePerl::Config: mark cpan option as explicitly set when called as cpan2deb.
    
    Avoids overriding by having a cpan key in ~/.dh-make-perl/.dh-make-perl.conf.
    
    Thanks: Brendan Byrd for the bug report.
    Closes: #668084

diff --git a/lib/DhMakePerl/Config.pm b/lib/DhMakePerl/Config.pm
index 3613369..535845a 100644
--- a/lib/DhMakePerl/Config.pm
+++ b/lib/DhMakePerl/Config.pm
@@ -191,6 +191,7 @@ sub parse_command_line_options {
         @ARGV == 1 or die "cpan2deb requires exactly one non-option argument";
 
         $self->cpan( shift @ARGV );
+        $self->_explicitly_set->{cpan} = 1;
         $self->build(1);
         $self->command('make');
     }

-- 
Debian packaging of dh-make-perl



More information about the Pkg-perl-cvs-commits mailing list