From 61447ad3f55f45a404c9602e53bd606b622c8606 Mon Sep 17 00:00:00 2001 From: Christoph Kluenter Date: Tue, 25 Aug 2015 11:24:00 +0200 Subject: 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/ --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') 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 ) -- cgit v1.2.3