File: rules

package info (click to toggle)
python-grpc-tools 1.14.1-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 14,168 kB
  • sloc: cpp: 168,018; makefile: 875; python: 210; javascript: 110; sh: 57
file content (12 lines) | stat: -rwxr-xr-x 257 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export PYBUILD_NAME = grpcio-tools
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export GRPC_PYTHON_BUILD_WITH_CYTHON = 1

DPKG_EXPORT_BUILDFLAGS = 1

include /usr/share/dpkg/default.mk

%:
	dh $@  --with python3 --buildsystem=pybuild