summaryrefslogtreecommitdiff
path: root/dh_elpa.in
diff options
context:
space:
mode:
authorDavid Bremner <bremner@debian.org>2019-09-02 12:06:46 -0300
committerDavid Bremner <bremner@debian.org>2019-09-02 12:06:46 -0300
commitf37b03503507f3b0c57247c61d2c4c803be09c66 (patch)
treebf7721979749a82d8b4c934113dc54492610ec92 /dh_elpa.in
parent5cf31bfea2c7567939ddc65db23188942e7521e6 (diff)
initial attempt at moving maint scripts into helper package
This commit is a bit bug, but at least it is atomic.
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);