apparmor.d/debian/rules

19 lines
402 B
Plaintext
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>
#
DH_OPTIONS ?=
2021-04-04 00:22:09 +02:00
%:
dh $@ --with=config-package
override_dh_auto_configure:
./configure --distribution=debian --options=$(DH_OPTIONS)
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