File: rules

package info (click to toggle)
python-lz4 4.4.5%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 568 kB
  • sloc: ansic: 3,101; python: 2,711; makefile: 150
file content (16 lines) | stat: -rwxr-xr-x 485 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

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

export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
export PYBUILD_NAME=lz4
# The stream bindings are considered experimental by upstream and not built
# as part of the Debian package.
export PYBUILD_TEST_ARGS = --ignore tests/stream
# This test is unreasonably slow.
PYBUILD_TEST_ARGS += -k 'not test_frame_5'
export PYBUILD_AFTER_TEST = rm -f {build_dir}/testfile*

%:
	dh $@ --buildsystem=pybuild