forked from OpenZWave/python-openzwave
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrules
More file actions
executable file
·29 lines (21 loc) · 673 Bytes
/
rules
File metadata and controls
executable file
·29 lines (21 loc) · 673 Bytes
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
27
28
29
#! /usr/bin/make -f
#export DH_VERBOSE = 1
export PYBUILD_NAME = openzwave
export PYBUILD_INSTALL_ARGS=--flavor=shared
export PYBUILD_DESTDIR_python2=debian/python-openzwave/
export PYBUILD_DESTDIR_python2-dbg=debian/python-openzwave-dbg/
export PYBUILD_DESTDIR_python3=debian/python3-openzwavefoo/
export PYBUILD_DESTDIR_python3-dbg=debian/python3-openzwave-dbg/
export PYBUILD_DESTDIR_pypy=debian/pypy-openzwave/
override_dh_auto_clean:
make clean
-rm -rf venv*
-rm -rf openzwave*
-rm -rf dist
-rm -rf dists
-rm -rf archives
override_dh_auto_build:
override_dh_auto_configure:
override_dh_auto_test:
%:
dh $@ --with python2,python3 --buildsystem=pybuild