File: rules

package info (click to toggle)
dnspython 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,872 kB
  • sloc: python: 17,350; makefile: 56; sh: 5
file content (15 lines) | stat: -rwxr-xr-x 334 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
#export DH_VERBOSE=1

# As currently defined, tests can't be automatically run and be policy
# compliant due to network access.  Uncomment this to run tests in a
# local build
#RUN_TEST=dh_auto_test

export PYBUILD_NAME=dnspython

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

override_dh_auto_test:
	$(RUN_TEST)