Codebase list python-pyqrcode / debian/1.2.1-1 debian / rules
debian/1.2.1-1

Tree @debian/1.2.1-1 (Download .tar.gz)

rules @debian/1.2.1-1

28f8046
 
 
 
 
 
 
 
 
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