#!/usr/bin/make -f
#
# UMC modules for UCS@school exam mode
#  rules file for the debian package
#
# SPDX-FileCopyrightText: 2013-2026 Univention GmbH
# SPDX-License-Identifier: AGPL-3.0-only

export LC_ALL=C.UTF-8

%:
	dh $@ --with python3,ucr,umc,univention-join

override_dh_auto_test:
	dh_auto_test
	ucslint

override_dh_compress:
	dh_compress -X.admx -X.adml -X.vbs
