#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	patch -p1 <remove-version-check.patch
	dh_auto_build --sourcedirectory=cryptography-source --buildsystem=pybuild
