File: rules

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

# DH_VERBOSE := 1

# Enable hardening build flags
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

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