Codebase list python-pyqrcode / 00dacdc debian / rules
00dacdc

Tree @00dacdc (Download .tar.gz)

rules @00dacdcraw · 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