File: rules

package info (click to toggle)
python-reedsolo 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 328 kB
  • sloc: python: 1,452; makefile: 88; sh: 2
file content (10 lines) | stat: -rwxr-xr-x 200 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=reedsolo
export PYBUILD_BUILD_ARGS=--cythonize
export PYBUILD_TEST_ARGS=tests

%:
	dh $@ --buildsystem=pybuild