File: rules

package info (click to toggle)
psautohint 2.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,148 kB
  • sloc: ansic: 11,179; python: 5,556; makefile: 6; sh: 1
file content (13 lines) | stat: -rwxr-xr-x 308 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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 $@ --buildsystem=pybuild

execute_after_dh_auto_clean:
	rm libpsautohint/src/version.h