Codebase list python-pyqrcode / 83b882b debian / rules
83b882b

Tree @83b882b (Download .tar.gz)

rules @83b882braw · 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