File: rules

package info (click to toggle)
python-datrie 0.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,852 kB
  • sloc: ansic: 3,639; python: 508; makefile: 10; sh: 1
file content (15 lines) | stat: -rwxr-xr-x 338 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export PYBUILD_NAME=datrie
export HYPOTHESIS_DATABASE_FILE = $(CURDIR)/debian/hypothesis

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

override_dh_auto_build:
	cython src/datrie.pyx src/cdatrie.pxd src/stdio_ext.pxd
	dh_auto_build

override_dh_auto_clean:
	dh_auto_clean
	rm -rf $(CURDIR)/debian/hypothesis