summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChristoph Kluenter <ckluente@thoughtworks.com>2015-08-25 11:24:00 +0200
committerChristoph Kluenter <ckluente@thoughtworks.com>2015-08-25 11:46:20 +0200
commit61447ad3f55f45a404c9602e53bd606b622c8606 (patch)
treef994534d3046c82fe7f4e92d3c86eb614ea0a60e /debian
parentac06712cb381d5b7e9306aa145b4738a0c0f069e (diff)
build in /tmp to fix too long path in shebang
the virtualenv files are created in a directory that is too long to be used in a shebang. we need to force a shorter path by hardcoding the builddir to /tmp/build/
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 0e82b529..7421b670 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@ include /usr/share/dpkg/default.mk
# main packaging script based on dh7 syntax
%:
- dh $@ --buildsystem pixpybuild --sourcedirectory=service
+ dh $@ --buildsystem pixpybuild --sourcedirectory=service --builddirectory=/tmp/build
# debmake generated override targets
# This is example for Cmake (See http://bugs.debian.org/641051 )