File: rules

package info (click to toggle)
pims 0.7%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 16,336 kB
  • sloc: python: 5,559; makefile: 149
file content (9 lines) | stat: -rwxr-xr-x 257 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#! /usr/bin/make -f

export PYBUILD_NAME=pims
export PYBUILD_AFTER_BUILD=${RM} -r {build_dir}/pims/tests
export PYBUILD_BEFORE_TEST=cp -r $(CURDIR)/pims/tests {build_dir}
export PYBUILD_AFTER_TEST=${RM} -r {build_dir}/tests

%:
	dh $@ --buildsystem=pybuild