File: rules

package info (click to toggle)
cairosvg 2.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 15,032 kB
  • sloc: python: 2,983; sh: 8; makefile: 6; javascript: 1
file content (14 lines) | stat: -rwxr-xr-x 333 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export PYBUILD_AFTER_TEST=rm -rf {build_dir}/.pytest_cache
export PYBUILD_TEST_ARGS=--pyargs cairosvg.test_api


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

execute_before_dh_installman:
	docbook-to-man debian/manpage.cairosvg.sgml > cairosvg.1