apostrophe/debian/rules

9 lines
362 B
Plaintext
Raw Normal View History

2014-07-06 20:35:24 +00:00
2014-10-04 22:18:17 +00:00
export PYBUILD_NAME=uberwriter
export PYBUILD_DISABLE=test
export PYBUILD_INSTALL_ARGS_python3="--root=./debian/uberwriter/ --install-scripts=/opt/extras.ubuntu.com/uberwriter/bin --install-data=/opt/extras.ubuntu.com/uberwriter --install-lib=/opt/extras.ubuntu.com/uberwriter"
2014-10-04 22:18:17 +00:00
export XDG_RUNTIME_DIR=/tmp
2014-07-06 20:35:24 +00:00
2014-10-04 22:18:17 +00:00
%:
dh $@ --with python3 --buildsystem=pybuild