aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: d03e10979d8126683e2cb9b24bc32e248233492d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/usr/bin/make -f

export LC_ALL=C.UTF-8
#export DH_VERBOSE=1

export PYBUILD_NAME=pyprofibus
export PYBUILD_SYSTEM=distutils
#export PYBUILD_DEBUG=1

export PYBUILD_DESTDIR_python2=debian/destdir-py2-pyprofibus/
export PYBUILD_DESTDIR_python2-dbg=debian/destdir-py2-pyprofibus-dbg/
export PYBUILD_DESTDIR_python3=debian/destdir-py3-pyprofibus/
export PYBUILD_DESTDIR_python3-dbg=debian/destdir-py3-pyprofibus-dbg/
export PYBUILD_DESTDIR_pypy=debian/destdir-pypy-pyprofibus/
export PYBUILD_DESTDIR_pypy-dbg=debian/destdir-pypy-pyprofibus-dbg/

export PYTHONDONTWRITEBYTECODE=1
export PYTHONPATH=
export PYTHONSTARTUP=
export PYTHONINSPECT=

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

override_dh_auto_test:
	true
bues.ch cgit interface