This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
tabularfile/debian/rules

13 lines
229 B
Makefile
Executable File

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