File: rules

package info (click to toggle)
python-pipdeptree 2.30.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 348 kB
  • sloc: python: 3,286; sh: 28; makefile: 5
file content (12 lines) | stat: -rwxr-xr-x 324 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

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

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

export PYTEST_ADDOPTS="-k not test_custom_interpreter_ensure_pythonpath_envar_is_honored and not test_local_only"
export PYBUILD_NAME=pipdeptree

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