deb-fsdb/debian/rules
2015-12-23 12:33:20 +01:00

11 lines
183 B
Makefile
Executable file

#!/usr/bin/make -f
# export DH_VERBOSE = 1
export PYBUILD_NAME = fsdb
export PYBUILD_SYSTEM = distutils
%:
dh $@ --with python2 --buildsystem pybuild
override_dh_auto_test:
true