summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2015-07-17 07:26:20 +0200
committerDavid Bremner <david@tethera.net>2015-07-17 07:26:20 +0200
commitcba6b313f0b1c4d324692f6fe74c37c190091642 (patch)
tree0efbd8b09a28c974cffd290d23482d3a262f1c81 /debian/rules
parentb921f829b88d325e5d9df09295eb30e45d153d18 (diff)
add no-byte-compile option
In particular --no-byte-compile allows building dh-elpa without worrying about where to find the maintainer script helpers.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index b553078..49e5292 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ override_dh_auto_build:
override_dh_install:
dh_install
dh_installman dh_elpa.1
- ./dh_elpa
+ ./dh_elpa --no-byte-compile
override_dh_auto_install:
install -m 755 -D dh_elpa $(DESTDIR)/usr/bin/dh_elpa