summary refs log tree commit diff
path: root/docker/build_debian.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Install the optional dependencies into the debian package (#4325)Richard van der Hoff2019-01-021-14/+0
| | | | | | | | since #4298, the optional dependencies are no longer installed with a simple `pip install .`, which meant that they were not being included in the debian package. The easy fix to that is dh_virtualenv --extras, but that needs dh_virtualenv 1.1...
* Debian packaging via dh_virtualenv (#4285)Richard van der Hoff2018-12-201-0/+41