summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/DhMakeELPA/Command/make.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/DhMakeELPA/Command/make.pm b/lib/DhMakeELPA/Command/make.pm
index 3c435c1..91ba8bb 100644
--- a/lib/DhMakeELPA/Command/make.pm
+++ b/lib/DhMakeELPA/Command/make.pm
@@ -47,7 +47,7 @@ sub create_control {
$src->Section("lisp");
$src->Priority("optional");
$src->Standards_Version( $self->debstdversion );
- $src->Build_Depends->add( "debhelper (>= 9)" );
+ $src->Build_Depends->add( "debhelper (>= 9.20160402)" );
$src->Build_Depends->add( "dh-elpa" );
$src->Homepage( $self->homepage ) if ( defined $self->homepage );