config/controllerconfig/debian/rules

10 lines
218 B
Makefile

#!/usr/bin/make -f
export PYBUILD_INSTALL_ARGS=--install-data=/usr/share --prefix=/usr --single-version-externally-managed
%:
dh $@ --with python2 --buildsystem=pybuild
override_dh_auto_test:
echo "skipping test"