summaryrefslogtreecommitdiff
path: root/dh_elpa.in
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2018-01-07 13:53:20 -0400
committerDavid Bremner <david@tethera.net>2018-01-07 15:27:10 -0400
commit443ff18fe0381d24980f79a6aae9dacca19b8d89 (patch)
tree53eefa057bf2e1b303e3b952ebc34fad1a19a4ea /dh_elpa.in
parent1981ba2910fb16c300794f23f49dc16052a24dbd (diff)
add NEWS / documentation for --emacs-loadpath
These are related because the NEWS points to the new documentation
Diffstat (limited to 'dh_elpa.in')
-rwxr-xr-xdh_elpa.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/dh_elpa.in b/dh_elpa.in
index 9d5e034..0b70895 100755
--- a/dh_elpa.in
+++ b/dh_elpa.in
@@ -316,6 +316,20 @@ Here is an example of using the helper in a dh(1) style debian/rules
=back
+Here is a more complex dh(1) style debian/rules, where the package
+needs some non-dh-elpa emacs addon I<fubar-el>
+
+=over 4
+
+ #!/usr/bin/make -f
+ %:
+ dh $@ --with elpa
+
+ override_dh_elpa:
+ dh_elpa --emacs-loadpath="/usr/share/emacs/site-lisp/fubar-el"
+
+=back
+
Here is an example of a binary package stanza using dh_elpa generated
substvars