2015-12-14 21:00:24 -05:00
|
|
|
#!/usr/bin/make -f
|
|
|
|
|
2019-10-31 11:19:44 -04:00
|
|
|
## Copyright (C) 2012 - 2019 ENCRYPTED SUPPORT LP <adrelanos@riseup.net>
|
2015-12-14 21:00:24 -05:00
|
|
|
## See the file COPYING for copying conditions.
|
|
|
|
|
|
|
|
#export DH_VERBOSE=1
|
|
|
|
|
|
|
|
%:
|
2019-07-01 09:35:45 -04:00
|
|
|
dh $@ --with=config-package
|
2015-12-14 21:00:24 -05:00
|
|
|
|
|
|
|
override_dh_installchangelogs:
|
|
|
|
dh_installchangelogs changelog.upstream upstream
|
2019-12-08 02:27:09 -05:00
|
|
|
|
2019-10-28 10:24:37 -04:00
|
|
|
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
|