From cba6b313f0b1c4d324692f6fe74c37c190091642 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Fri, 17 Jul 2015 07:26:20 +0200 Subject: add no-byte-compile option In particular --no-byte-compile allows building dh-elpa without worrying about where to find the maintainer script helpers. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') 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 -- cgit v1.2.3