mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-30 18:37:12 +00:00
dont call make in Debian package builds (fixes #40)
This commit is contained in:
parent
0b40989b4c
commit
6bfc8b75c3
3
debian/rules
vendored
3
debian/rules
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user