No unit tests.

This commit is contained in:
Thomas Goirand 2015-12-22 15:36:42 +00:00
parent 43a3918655
commit e13bfa6700
1 changed files with 6 additions and 10 deletions

16
debian/rules vendored
View File

@ -20,20 +20,17 @@ override_dh_auto_install:
done
rm -rf $(CURDIR)/debian/python*-rcssmin/usr/lib/python*/dist-packages/*.pth
override_dh_auto_test:
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
set -e ; for pyvers in $(PYTHONS) $(PYTHON3S); do \
python$$pyvers setup.py test ; \
done
endif
#override_dh_auto_test:
#ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
# set -e ; for pyvers in $(PYTHONS) $(PYTHON3S); do \
# python$$pyvers setup.py test ; \
# done
#endif
override_dh_clean:
dh_clean -O--buildsystem=python_distutils
rm -rf build
# Commands not to run
override_dh_installcatalogs:
override_dh_installemacsen override_dh_installifupdown:
@ -43,4 +40,3 @@ override_dh_installpam override_dh_installppp override_dh_installudev override_d
override_dh_installxfonts override_dh_gconf override_dh_icons override_dh_perl override_dh_usrlocal:
override_dh_installcron override_dh_installdebconf:
override_dh_installlogrotate override_dh_installgsettings: