#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

export PYBUILD_NAME=pyasn1

%:
	dh $@ --with python2,python3,pypy --buildsystem=pybuild
