File: rules

package info (click to toggle)
pypng 0.0.19%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 568 kB
  • sloc: python: 4,371; sh: 126; makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 179 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

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

export PYBUILD_NAME = png

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