kitchen/debian/rules

12 lines
389 B
Makefile
Executable File

#!/usr/bin/make -f
export PYBUILD_NAME = kitchen
export PYBUILD_BEFORE_TEST_python2 = cp -a {dir}/kitchen2/tests {build_dir}/tests
export PYBUILD_BEFORE_TEST_python3 = cp -a {dir}/kitchen3/tests {build_dir}/tests
export PYBUILD_AFTER_TEST = rm -rf {build_dir}/tests
# Necessary because of the i18n tests
export LANGUAGE =
%:
dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild