mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
18 lines
453 B
Makefile
Executable File
18 lines
453 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
## Copyright (C) 2012 - 2019 ENCRYPTED SUPPORT LP <adrelanos@riseup.net>
|
|
## See the file COPYING for copying conditions.
|
|
|
|
#export DH_VERBOSE=1
|
|
|
|
%:
|
|
dh $@ --with=config-package
|
|
|
|
override_dh_installchangelogs:
|
|
dh_installchangelogs changelog.upstream upstream
|
|
|
|
override_dh_install:
|
|
dh_apparmor --profile-name='usr.lib.security-misc.pam_tally2-info'
|
|
dh_apparmor --profile-name='usr.lib.security-misc.permission-lockdown'
|
|
dh_install
|