File: rules

package info (click to toggle)
python-whois 0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 76 kB
  • sloc: python: 453; makefile: 5
file content (10 lines) | stat: -rwxr-xr-x 174 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f
# -*- makefile -*-

export PYBUILD_NAME=whois
export PYBUILD_DISABLE=test

PY3VERS=$(shell py3versions -r)

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