File debian.rules of Package python-cryptography
#!/usr/bin/make -f # Copyright 2018 Pascal COMBES <pascom@orange.fr> # Verbose mode export DH_VERBOSE=1 export PYBUILD_NAME=cryptography %: dh $@ --with python2,python3 --buildsystem=pybuild # Skip tests: override_dh_auto_test: