parent
f3e3ab8d8b
commit
1e710e26c2
@ -1,2 +0,0 @@
|
|||||||
data/breeze-color.desktop /usr/share/applications/breeze-color.desktop
|
|
||||||
data/designer /usr/share/lubuntu-breeze-color/designer
|
|
@ -0,0 +1,2 @@
|
|||||||
|
# data/breeze-color.desktop /usr/share/applications/breeze-color.desktop
|
||||||
|
# data/designer /usr/share/lubuntu-breeze-color/designer
|
@ -1,10 +1,10 @@
|
|||||||
#! /usr/bin/make -f
|
#! /usr/bin/make -f
|
||||||
export DH_VERBOSE=1
|
export DH_VERBOSE=1
|
||||||
export PYBUILD_INTERPRETERS=python3
|
export PYBUILD_INTERPRETERS=python3
|
||||||
export PYBUILD_NAME=lubuntu-breeze-color
|
export PYBUILD_NAME=lubuntu-breeze-config
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --with python3 --buildsystem=pybuild
|
dh $@ --with python3 --buildsystem=pybuild
|
||||||
|
|
||||||
override_dh_auto_test:
|
override_dh_auto_test:
|
||||||
xvfb-run dh_auto_test
|
xvfb-run dh_auto_test -- --test-pytest
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
xvfb-run
|
# xvfb-run python3 setup.py test
|
||||||
python3 setup.py test
|
xvfb-run python3 test/test_gui.py
|
||||||
|
Loading…
Reference in new issue