summaryrefslogtreecommitdiff
path: root/lib/DhMakeELPA/Command/make.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/DhMakeELPA/Command/make.pm')
-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 23587b7..ca72c05 100644
--- a/lib/DhMakeELPA/Command/make.pm
+++ b/lib/DhMakeELPA/Command/make.pm
@@ -53,7 +53,7 @@ sub create_control {
$src->Priority("optional");
$src->Testsuite("autopkgtest-pkg-elpa");
$src->Standards_Version( $self->debstdversion );
- $src->Build_Depends->add( "debhelper (>= 9.20160402)" );
+ $src->Build_Depends->add( "debhelper (>= 10)" );
$src->Build_Depends->add( "dh-elpa" );
$src->Build_Depends->add( "elpa-buttercup" )
if ( $self->detect_buttercup_tests() );