blivet-gui/debian/rules

9 lines
130 B
Plaintext
Raw Normal View History

2024-08-13 23:15:52 +02:00
#!/usr/bin/make -f
export PYBUILD_NAME = blivet-gui
2024-08-13 23:05:59 +02:00
%:
2024-08-13 23:15:52 +02:00
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_test:
true