summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-07-08 16:01:48 +0100
committerSean Whitton <spwhitton@spwhitton.name>2017-07-08 16:01:48 +0100
commit56f22344ef9d51f9af0866fe16bff5e2846176ee (patch)
tree3e1be7d93cbddbd818d0c475a37c1f941cc3745f /lib
parentdb9514e677275ff4c18589fcaca1bec944968fec (diff)
stop generating s-el and dash-el dependencies
Diffstat (limited to 'lib')
-rw-r--r--lib/DhMakeELPA/Command/make.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/DhMakeELPA/Command/make.pm b/lib/DhMakeELPA/Command/make.pm
index 320fb63..bf20647 100644
--- a/lib/DhMakeELPA/Command/make.pm
+++ b/lib/DhMakeELPA/Command/make.pm
@@ -84,12 +84,6 @@ sub create_control {
$self->extract_description( $self->main_file("$bin.el") );
my $depends = '${misc:Depends}, emacsen-common (>= 2.0.8), ${elpa:Depends}';
- # append depends that aren't included in ${elpa:Depends}
- $depends .= ", dash-el"
- if fgrep { /^;; Package-Requires: .*\(dash \"/ } @files;
- $depends .= ", s-el"
- if fgrep { /^;; Package-Requires: .*\(s \"/ } @files;
-
my $stanza = { Package => "elpa-$bin",
Architecture => "all",
Depends => "$depends",