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

export LC_ALL=C.UTF-8

%:
	dh $@ --with python3

override_dh_auto_test:
	dh_auto_test
	ucslint
