13 lines
376 B
Makefile
Executable file
13 lines
376 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
# Uncomment this to turn on verbose mode.
|
|
export DH_VERBOSE=1
|
|
#export PYBUILD_NAME=fabscanpi-server
|
|
export PYBUILD_INSTALL_ARGS_python2=--install-scripts=/usr/bin/
|
|
export PYBUILD_INSTALL_ARGS_python2=--prefix=/usr/
|
|
#export PYBUILD_DESTDIR_python2=debian/
|
|
#export PYBUILD_DISABLE=test
|
|
|
|
%:
|
|
dh $@ --with python2 --buildsystem=pybuild
|
|
|
|
#override_dh_usrlocal:
|