Files
pygeoapi/debian/rules
T
2019-06-10 19:43:51 +03:00

14 lines
252 B
Makefile
Executable File

#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export PYBUILD_NAME=pygeoapi
%:
dh $@ --with python2,python3 --buildsystem pybuild
override_dh_auto_test:
@echo "nocheck set, not running tests"