File: rules

package info (click to toggle)
organize 3.3.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,540 kB
  • sloc: python: 5,837; makefile: 4
file content (8 lines) | stat: -rwxr-xr-x 187 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

# Needed to make tests pass
export PYBUILD_BEFORE_TEST=cp -R {dir}/docs {build_dir}
export PYBUILD_AFTER_TEST=rm -fr {build_dir}/docs

%:
	dh $@ --buildsystem=pybuild