File: rules

package info (click to toggle)
python-ipaddr 2.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 224 kB
  • sloc: python: 1,895; makefile: 8; sh: 8
file content (13 lines) | stat: -rwxr-xr-x 285 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
# -*- makefile -*-

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

override_dh_auto_test:
	dh_auto_test -- --system=custom --test-args "{interpreter} $(CURDIR)/ipaddr_test.py"

override_dh_auto_clean:
	rm -rf $(CURDIR)/__pycache__
	rm -rf $(CURDIR)/build
	dh_clean