File: rules

package info (click to toggle)
fluster 0.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 980 kB
  • sloc: python: 2,725; makefile: 139; sh: 4
file content (8 lines) | stat: -rwxr-xr-x 174 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export PYBUILD_NAME=fluster
export PYBUILD_SYSTEM=pyproject

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