apparmor.d/debian/rules
2021-04-04 00:00:47 +01:00

18 lines
401 B
Makefile
Executable File

#!/usr/bin/make -f
# rules makefile.
# Copyright (C) 2021 Alexandre Pujol <alexandre@pujol.io>
#
#export DH_VERBOSE=1
%:
dh $@ --with=config-package
override_dh_auto_configure:
./configure --distribution=debian --flavor=desktop
override_dh_install:
find systemd/ -type f -exec \
install -Dm0644 {} $$(pwd)/debian/apparmor.d/usr/lib/systemd/system/$(basename {})/apparmor.conf \;
dh_install