[go: up one dir, main page]

File: rules

package info (click to toggle)
s2geometry 0.10.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,564 kB
  • sloc: cpp: 65,177; python: 763; makefile: 5
file content (10 lines) | stat: -rwxr-xr-x 296 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f
# output every command that modifies files on the build system.
# DH_VERBOSE = 1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

export PYBUILD_CONFIGURE_ARGS=-DPYVER={version} -DBUILD_EXAMPLES=OFF -DWITH_PYTHON=ON
export PYBUILD_SYSTEM=cmake

%:
	dh $@ --buildsystem=pybuild