File: rules

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

export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export PYBUILD_NAME=brotlicffi

# Use Debian's Brotli library
export USE_SHARED_BROTLI=1

# These tests are skipped because they requires some test files from libbrotli
export PYBUILD_TEST_ARGS = -k "not test_brotli_version              and \
                               not test_streaming_compression       and \
                               not test_streaming_compression_flush "

%:
	dh $@ --buildsystem=pybuild