File: rules

package info (click to toggle)
python-preshed 3.0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 184 kB
  • sloc: python: 339; ansic: 160; sh: 13; makefile: 7
file content (10 lines) | stat: -rwxr-xr-x 242 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 = preshed
export PYBUILD_DISABLE_python2 = 1

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

override_dh_python3:
	dh_python3 --requires=requirements.txt