#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

# needed for bookworm compatibility!
override_dh_installsystemd:
	ln -s usr/lib debian/pytango-db/lib
	dh_installsystemd
	rm debian/pytango-db/lib

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