#!/usr/bin/make -f # rules makefile. # Copyright (C) 2021 Alexandre Pujol # DH_OPTIONS ?= %: dh $@ --with=config-package override_dh_auto_configure: ./configure --distribution=debian --options=$(DH_OPTIONS) override_dh_install: mv systemd system find system -type f -exec \ install -Dm0644 {} $$(pwd)/debian/apparmor.d/usr/lib/systemd/{}.d/apparmor.conf \; dh_install