File: rules

package info (click to toggle)
python-pyppmd 1.1.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,632 kB
  • sloc: ansic: 5,638; python: 1,604; makefile: 15
file content (11 lines) | stat: -rwxr-xr-x 281 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export PYBUILD_NAME=pyppmd

# fuzzing tests fails with timeout often
export PYBUILD_TEST_ARGS = -k "not test_ppmd7_fuzzer and \
                               not test_ppmd8_fuzzer"

%:
	dh $@ --buildsystem=pybuild