apparmor.d/debian/rules

19 lines
384 B
Text
Raw Normal View History

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