Files
deb-python-steadymark/debian/rules
2016-05-19 21:35:15 +02:00

13 lines
292 B
Makefile
Executable File

#!/usr/bin/make -f
UPSTREAM_GIT := https://github.com/gabrielfalcao/steadymark.git
include /usr/share/openstack-pkg-tools/pkgos.make
%:
dh $@ --buildsystem=python_distutils --with python2
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
override_dh_auto_test:
make test || true
endif