summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-10-08 18:14:23 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-10-08 18:14:57 -0700
commitab11eaaeeb40f6a5e5107e606f960771123850ed (patch)
tree5b238817216b082e4e241917504460d7d71fdd77 /lib
parent53dea2e45d709fda6337e05e40c55414f8ac9368 (diff)
generate >=10 debhelper build dependency
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 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() );