File: rules

package info (click to toggle)
schedule 0.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 116 kB
  • ctags: 83
  • sloc: python: 477; makefile: 5
file content (13 lines) | stat: -rwxr-xr-x 317 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

# This file was automatically generated by stdeb 0.6.0+git at
# Tue, 24 Nov 2015 16:44:50 +0100

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

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