dont call make in Debian package builds (fixes #40)

This commit is contained in:
Florian Schlichting 2015-10-02 01:17:16 +02:00
parent 0b40989b4c
commit 6bfc8b75c3

3
debian/rules vendored
View File

@ -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