File: rules

package info (click to toggle)
python-backports.csv 1.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 176 kB
  • sloc: python: 1,497; sh: 7; makefile: 5
file content (12 lines) | stat: -rwxr-xr-x 250 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
# -*- makefile -*-

# export DH_VERBOSE=1

export PYBUILD_NAME=backports.csv

export PYBUILD_BEFORE_TEST=cp tests.py {build_dir}
export PYBUILD_AFTER_TEST=rm -rf {build_dir}/tests.py

%:
	dh $@ --with python2 --buildsystem pybuild