[dh-make-perl] 01/02: DhMakePerl::Command::Packaging: don't enforce 9.20120312~ for debhelper

gregor herrmann gregoa at debian.org
Sat May 21 09:45:01 UTC 2016


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository dh-make-perl.

commit 5dc3cb14105cd503d6ee7f7f7bc242512a24a809
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 21 11:42:07 2016 +0200

    DhMakePerl::Command::Packaging: don't enforce 9.20120312~ for debhelper
    
    in arch:any packages anymore.
    
    There is no older version in the archive anymore.
---
 lib/DhMakePerl/Command/Packaging.pm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/DhMakePerl/Command/Packaging.pm b/lib/DhMakePerl/Command/Packaging.pm
index 2d1de02..76ff2cf 100644
--- a/lib/DhMakePerl/Command/Packaging.pm
+++ b/lib/DhMakePerl/Command/Packaging.pm
@@ -1490,7 +1490,6 @@ sub discover_utility_deps {
     }
     else {
         $build_deps->add('perl');
-        $debhelper_version = '9.20120312~' if $debhelper_version eq '9';
     }
     $build_deps->add( Debian::Dependency->new( 'debhelper', $debhelper_version ) );
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/dh-make-perl.git



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