File: rules

package info (click to toggle)
python-murmurhash 1.0.9%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 176 kB
  • sloc: cpp: 592; python: 132; sh: 10; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 282 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 = murmurhash

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

# ignore test requiring not yet packaged mmh3
override_dh_auto_test:
	find .pybuild -name test_against_mmh3.py -delete
	dh_auto_test