summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-05-07 08:39:26 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-05-07 08:39:26 -0700
commitb59acf442d1f761ebcedf1aca10640a9171d44e4 (patch)
treea19d04f5585245c2d7f9c0982c9117c77ee9fcc8 /lib
parentff1ddbc63b2def558a2e7c03dd31602cbcd1ee03 (diff)
debhelper dependency bump
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 );