#!/usr/bin/make -f
#
# Univention Heimdal
#  rules file for the debian package
#
# SPDX-FileCopyrightText: 2004-2026 Univention GmbH
# SPDX-License-Identifier: AGPL-3.0-only

%:
	dh $@ --with ucr

override_dh_installsystemd:
	dh_installsystemd --no-start --name=heimdal-kdc
	dh_installsystemd --no-start --name=heimdal-kpasswdd
