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

export LC_ALL=C.UTF-8

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

override_dh_auto_test:
	dh_auto_test
	ucslint
	univention-unittest
