1
0
mirror of https://github.com/limosek/zaf.git synced 2025-11-02 10:37:37 +01:00

Added contrib for making deb packages

This commit is contained in:
Lukas Macura
2016-04-18 12:08:42 +02:00
parent da87113b47
commit 8ad723f45c
3 changed files with 19 additions and 2 deletions

View File

@@ -4,7 +4,9 @@ CONTROLFILES=$(foreach p,$(PLUGINS),$(p)/control.zaf)
ZAF_EXPORT_OPTS=$(foreach o,$(ZAF_OPTIONS),$(shell echo $(o)|cut -d '=' -f 1))
DEBIAN_DIR=tmp/deb
DEBIAN_CTRL=$(DEBIAN_DIR)/DEBIAN
DEBIAN_PKG=$(shell . lib/zaf.lib.sh; echo out/zaf-$$ZAF_VERSION.deb)
ifeq ($(DEBIAN_PKG),)
DEBIAN_PKG=$(shell . lib/zaf.lib.sh; echo out/zaf-$$ZAF_VERSION.deb)
endif
ifeq ($(ZAF_DEBUG),)
ZAF_DEBUG=0
endif