nwg-displays/debian/rules

11 lines
235 B
Plaintext
Raw Permalink Normal View History

2023-06-11 18:37:02 +02:00
#! /usr/bin/make -f
## See debhelper(7) (uncomment to enable).
## Output every command that modifies files on the build system.
export DH_VERBOSE = 1
2023-06-11 19:07:02 +02:00
export PYBUILD_NAME = nwg-displays
2023-06-11 18:37:02 +02:00
%:
2023-06-11 19:07:02 +02:00
dh $@ --with python3 --buildsystem=pybuild