File: rules

package info (click to toggle)
pydbus 0.6.0-6
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,332 kB
  • sloc: python: 1,023; sh: 25; makefile: 15
file content (13 lines) | stat: -rwxr-xr-x 330 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
#export DH_VERBOSE = 1

export PYBUILD_NAME=pydbus
export PYBUILD_TEST_CUSTOM=1
export PYBUILD_TEST_ARGS={dir}/debian/tests/run_tests.sh {interpreter}

%:
	dh $@ --buildsystem=pybuild

execute_before_dh_installdocs:
	rst2html --report="error" README.rst README.html
	rst2html doc/tutorial.rst doc/tutorial.html