core-agent-linux/debian/rules
2014-09-30 00:54:33 +02:00

28 lines
503 B
Makefile
Executable File

#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export DESTDIR=$(shell pwd)/debian/qubes-core-agent
%:
dh $@ --with systemd
override_dh_auto_build:
make all
override_dh_auto_install:
make install-common install-deb install-systemd
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_auto_clean:
dh_auto_clean
rm -f deb/* rpm/*/*