Files
pass-import-mirror/debian/rules
2020-10-25 22:27:58 +00:00

10 lines
143 B
Makefile
Executable File

#!/usr/bin/make -f
export PYBUILD_NAME=pass-import
%:
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_test:
echo "Skip tests"