File: rules

package info (click to toggle)
python-pdal 1.4.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 448 kB
  • ctags: 796
  • sloc: python: 279; cpp: 104; makefile: 9
file content (19 lines) | stat: -rwxr-xr-x 328 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

# DH_VERBOSE := 1

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

export PYBUILD_NAME=pdal

%:
	dh $@ --with python2 --buildsystem pybuild --parallel

override_dh_install:
	dh_install --list-missing

override_dh_python2:
	dh_python2 -ppython-pdal
	dh_numpy -ppython-pdal