From 6bfc8b75c3c645454b216d7f55f14ee67847b51a Mon Sep 17 00:00:00 2001 From: Florian Schlichting Date: Fri, 2 Oct 2015 01:17:16 +0200 Subject: [PATCH] dont call make in Debian package builds (fixes #40) --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index f6537f85..f6021dc2 100755 --- a/debian/rules +++ b/debian/rules @@ -8,6 +8,9 @@ get-orig-source: %: dh $@ +override_dh_auto_build: + @echo "NOTE: not calling make / make built-docs, do this before building the package and review / commit the result" + override_dh_installchangelogs: dh_installchangelogs ChangeLog rm debian/davical/usr/share/davical/htdocs/.htaccess || true