summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-01-23 15:06:15 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-01-23 15:06:15 -0700
commit71c89dedb81521423335a4c67b632e1a6d2ab971 (patch)
tree91cab5b1cd9b3c93d394bc96b761260bd0eeedba /lib
parentc1c3c46a8cb2e175609206136b40ccf22b6448f5 (diff)
generate dep on 'emacsen-common' not 'emacs'
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 791a933..a985e47 100644
--- a/lib/DhMakeELPA/Command/make.pm
+++ b/lib/DhMakeELPA/Command/make.pm
@@ -82,7 +82,7 @@ sub create_control {
my ($short_desc, $long_desc) =
$self->extract_description( $self->main_file("$bin.el") );
- my $depends = '${misc:Depends}, emacs, ${elpa:Depends}';
+ my $depends = '${misc:Depends}, emacsen-common (>= 2.0.8), ${elpa:Depends}';
# append depends that aren't included in ${elpa:Depends}
$depends .= ", dash-el"