Files
frappy/debian/rules
Georg Brandl cbf387ed87 install systemd units to /usr/lib
Change-Id: I3c7cbeda67f84008a29ae9f77f4086aaf3143090
2025-08-07 13:38:57 +02:00

14 lines
281 B
Makefile
Executable File

#!/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/frappy-core/lib
dh_installsystemd
rm debian/frappy-core/lib
%:
dh $@ --with python3 --buildsystem=pybuild