This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
logtracker/debian/rules

15 lines
409 B
Makefile
Executable File

#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
# export DH_VERBOSE = 1
export PYBUILD_NAME=logtracker
export PYBUILD_INSTALL_ARGS_python3=--install-scripts=/usr/lib/logtracker/
%:
dh $@ --with python3 --buildsystem=pybuild
override_dh_installsystemd:
dh_installsystemd
dh_installsystemd -p logtracker --name=logtracker-hourly