File: rules

package info (click to toggle)
pykdtree 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 568 kB
  • ctags: 876
  • sloc: ansic: 803; python: 307; makefile: 10; sh: 8
file content (22 lines) | stat: -rwxr-xr-x 446 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f
# -*- makefile -*-

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

# Enable hardening build flags
export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie

export PYBUILD_NAME=pykdtree

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

override_dh_python2:
	dh_python2 -ppython-pykdtree
	dh_numpy -ppython-pykdtree

override_dh_python3:
	dh_python3 -ppython3-pykdtree
	dh_numpy3 -ppython3-pykdtree