File: rules

package info (click to toggle)
python-fakeredis 0.8.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 292 kB
  • ctags: 595
  • sloc: python: 3,656; makefile: 5
file content (10 lines) | stat: -rwxr-xr-x 249 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#! /usr/bin/make -f

#export DH_VERBOSE = 1
export PYBUILD_NAME = fakeredis

export PYBUILD_BEFORE_TEST=cp -r {dir}/test_*.py {build_dir}
export PYBUILD_AFTER_TEST=rm -rf {build_dir}/test_*.py

%:
	dh $@ --with python2,python3 --buildsystem=pybuild