#!/usr/bin/make -f

## Copyright (C) 2025 - 2025 ENCRYPTED SUPPORT LLC <adrelanos@whonix.org>
## See the file COPYING for copying conditions.

#export DH_VERBOSE=1

%:
	dh $@

override_dh_installchangelogs:
	dh_installchangelogs changelog.upstream upstream

override_dh_installman:
	dh_installman $(CURDIR)/auto-generated-man-pages/*

override_dh_installsystemd:
	## dh_installsystemd's startup logic isn't compatible with the logic we
	## need in privleapd. It also requires installing systemd units under /lib
	## rather than /usr/lib, which doesn't work well with our packaging
	## procedures. Just get rid of it.
	true
