File: rules

package info (click to toggle)
pybind11-json 0.2.15-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 220 kB
  • sloc: cpp: 587; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 301 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- -DGTEST_SRC_DIR=/usr/src/googletest

override_dh_auto_test:
	obj-*/test/test_pybind11_json

override_dh_gencontrol:
	echo "python3:lib=lib$(shell py3versions -d)-dev" >> debian/pybind11-json-dev.substvars
	dh_gencontrol