File: rules

package info (click to toggle)
psautohint 1.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,176 kB
  • sloc: ansic: 11,602; python: 4,867; sh: 22; makefile: 4
file content (10 lines) | stat: -rwxr-xr-x 261 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

# The integration tests require data files
# not included in the release tarball
export PYBUILD_TEST_ARGS= --ignore tests/integration --verbose

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