#!/usr/bin/make -f

# SPDX-FileCopyrightText: 2025 Univention GmbH
# SPDX-License-Identifier: MIT

export PYBUILD_NAME=logfmter

%:
	dh $@ --with python3 --buildsystem=pybuild --with quilt

override_dh_quilt_patch:
	make -C $(CURDIR) unpack
	dh_quilt_patch

override_dh_auto_clean:
	make -C $(CURDIR) clean || true
