core-agent-linux/debian/rules

29 lines
558 B
Plaintext
Raw Normal View History

2014-05-02 01:47:52 +02:00
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export PYTHON_PREFIX_ARG=--install-layout=deb
2014-05-02 01:47:52 +02:00
include /usr/share/dpkg/default.mk
export DESTDIR=$(shell pwd)/debian/tmp
2014-05-02 01:47:52 +02:00
%:
dh $@ --with systemd,python3 --with=config-package
2014-05-02 01:47:52 +02:00
override_dh_auto_build:
make all
override_dh_auto_install:
make install-deb
2014-05-02 01:47:52 +02:00
make -C qrexec install
override_dh_fixperms:
dh_fixperms -a -Xqfile-unpacker
override_dh_systemd_start:
dh_systemd_start --no-restart-on-upgrade
override_dh_install:
dh_install --fail-missing