File: rules

package info (click to toggle)
python-subprocess32 3.2.7-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 324 kB
  • ctags: 333
  • sloc: python: 2,951; ansic: 792; makefile: 6
file content (13 lines) | stat: -rwxr-xr-x 328 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

#export DH_VERBOSE=1
export PYBUILD_NAME=subprocess32

# Enable all hardening flags
export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow

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

override_dh_auto_test:
	PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="LC_ALL=C {interpreter} test_subprocess32.py" dh_auto_test