2020-04-18 22:17:58 -04:00
|
|
|
#! /usr/bin/make -f
|
|
|
|
export DH_VERBOSE=1
|
|
|
|
export PYBUILD_INTERPRETERS=python3
|
2020-08-25 13:25:32 -04:00
|
|
|
export PYBUILD_NAME=lubuntu-breeze-config
|
2020-04-18 22:17:58 -04:00
|
|
|
|
|
|
|
%:
|
|
|
|
dh $@ --with python3 --buildsystem=pybuild
|
2020-04-18 22:57:26 -04:00
|
|
|
|
|
|
|
override_dh_auto_test:
|
2020-08-25 13:25:32 -04:00
|
|
|
xvfb-run dh_auto_test -- --test-pytest
|