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