debian-elementpath/debian/rules

14 lines
273 B
Makefile
Executable File

#!/usr/bin/make -f
export PYBUILD_NAME := elementpath
export PYBUILD_DISABLE_python2=test
export PYBUILD_DISABLE_python3=test
%:
dh $@ --with python2,python3 --buildsystem=pybuild
override_dh_auto_clean:
rm -rf $(PACKAGE_NAME).egg-info
rm -rf PKG-INFO
dh_auto_clean