File: rules

package info (click to toggle)
python-email-validator 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 304 kB
  • sloc: python: 1,598; makefile: 43; sh: 15
file content (15 lines) | stat: -rwxr-xr-x 347 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export PYBUILD_NAME=python-email-validator

%:
	dh $@ --buildsystem=pybuild

override_dh_install:
	dh_install
	# We don't ship the binary that comes with the package.
	rm -rf debian/python3-email-validator/usr/bin/

# The tests require internet connectivity (just DNS), so we run them
# via autopkgtest.
override_dh_auto_test: