mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 08:58:15 +01:00
13 lines
233 B
Text
13 lines
233 B
Text
|
#!/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
|