File: rules

package info (click to toggle)
beangulp 0.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 876 kB
  • sloc: python: 4,199; xml: 32; makefile: 6; sh: 5
file content (14 lines) | stat: -rwxr-xr-x 394 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# -*- makefile -*-

export PYBUILD_NAME = beangulp

# To help tests find necessary artifacts
export PYBUILD_BEFORE_TEST=cp -r $(CURDIR)/beangulp/file_type_testdata {build_dir}/beangulp/
# Remove all introduced test artifacts
export PYBUILD_AFTER_TEST=rm -rfv {build_dir}/beangulp/file_type_testdata

export PYBUILD_TEST_ARGS = {dir}/beangulp

%:
	dh $@ --buildsystem=pybuild