File: rules

package info (click to toggle)
ipy 1%3A1.01-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 268 kB
  • sloc: python: 1,774; makefile: 26; sh: 7
file content (13 lines) | stat: -rwxr-xr-x 270 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

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

export PYBUILD_TEST_CUSTOM := 1
export PYBUILD_TEST_ARGS := {interpreter} test/test_IPy.py

%:
	dh $@ --buildsystem=pybuild

execute_before_dh_installdocs:
	rst2html README.rst IPy.html