summaryrefslogtreecommitdiff
path: root/debian/rules
AgeCommit message (Collapse)Author
2015-08-25only use another builddir only if $GO_BUILDDIR is setChristoph Kluenter
2015-08-25build in /tmp to fix too long path in shebangChristoph Kluenter
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/
2015-08-20Enable pixpybuild buildsystem.Folker Bernitt
2014-09-10Moved debian package fix to install.Folker Bernitt
2014-09-10Added flask debian dependency.Folker Bernitt
- Remove version information from egg for debian as debian manages dependencies.
2014-09-10Build and add resources at the right locations.Folker Bernitt
- include package data into build - build resources as part of debian dpkg-buildpackage use: dpkg-buildpackage -rfakeroot -uc -us to build the package
2014-09-09fix building the debian packages with ./debian in the rootChristoph Kluenter