File: rules

package info (click to toggle)
python-pyzstd 0.17.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,732 kB
  • sloc: python: 7,544; ansic: 3,938; makefile: 5
file content (10 lines) | stat: -rwxr-xr-x 237 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export PYBUILD_NAME=pyzstd

# Use Debian's zstd library
export PYBUILD_BUILD_ARGS = --config-setting="--build-option=--dynamic-link-zstd"

%:
	dh $@ --buildsystem=pybuild