File: rules

package info (click to toggle)
python-debianbts 2.8.2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 256 kB
  • sloc: python: 582; makefile: 20
file content (15 lines) | stat: -rwxr-xr-x 433 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export PYBUILD_NAME=debianbts
# don't install the same binary in python2 and python3, this can be removed once
# we support python3 only
export PYBUILD_INSTALL_ARGS_python2=--install-scripts=/usr/share/debianbts

# disable tests as they require internet connection
export PYBUILD_DISABLE=test

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