summaryrefslogtreecommitdiff
path: root/dh_elpa.in
diff options
context:
space:
mode:
Diffstat (limited to 'dh_elpa.in')
-rwxr-xr-xdh_elpa.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/dh_elpa.in b/dh_elpa.in
index 7b960d2..11cbfc9 100755
--- a/dh_elpa.in
+++ b/dh_elpa.in
@@ -333,6 +333,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
if ($dh{BYTECOMPILE}) {
addsubstvar($package, 'misc:Depends', 'emacsen-common');
+ addsubstvar($package, 'misc:Depends', 'dh-elpa-helper');
maybe_install_helper($package, 'compat', '0644', $desc, $emacs_loadpath);
maybe_install_helper($package, 'install', '0755', $desc, $emacs_loadpath);
maybe_install_helper($package, 'remove', '0755', $desc, $emacs_loadpath);