apparmor.d/debian/rules

19 lines
384 B
Text
Raw Normal View History

2021-04-04 00:22:09 +02:00
#!/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:
2021-04-04 22:38:07 +02:00
./configure --distribution=debian
override_dh_install:
2021-09-27 21:24:22 +02:00
mv systemd system
find system -type f -exec \
install -Dm0644 {} $$(pwd)/debian/apparmor.d/usr/lib/systemd/{}.d/apparmor.conf \;
dh_install