Codebase list python-pyqrcode / a20a00a debian / rules
a20a00a

Tree @a20a00a (Download .tar.gz)

rules @a20a00araw · history · blame

1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

buildvers := $(shell pyversions -sv)
build3vers := $(shell py3versions -sv)

export PYBUILD_NAME = pyqrcode

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