File: rules

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

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

# enable all hardening
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export PYBUILD_NAME=yenc

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

override_dh_auto_test:
	PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="{interpreter} {build_dir}/test/test.py" dh_auto_test