mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-11-27 00:36:19 -05:00
17 lines
621 B
Makefile
Executable file
17 lines
621 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
## Copyright (C) 2012 - 2025 ENCRYPTED SUPPORT LLC <adrelanos@whonix.org>
|
|
## See the file COPYING for copying conditions.
|
|
|
|
#export DH_VERBOSE=1
|
|
|
|
%:
|
|
dh $@ --with=config-package
|
|
|
|
override_dh_installman:
|
|
mkdir --parents -- debian/security-misc-shared/usr/share/man/man8
|
|
gzip -c -9 -- auto-generated-man-pages/apparmor-info.8 > debian/security-misc-shared/usr/share/man/man8/apparmor-info.8.gz
|
|
gzip -c -9 -- auto-generated-man-pages/apparmor-watch.8 > debian/security-misc-shared/usr/share/man/man8/apparmor-watch.8.gz
|
|
|
|
override_dh_installchangelogs:
|
|
dh_installchangelogs changelog.upstream upstream
|