summary refs log tree commit diff
path: root/docker/build_debian.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix debian packages for sid being called buster. (#5775)Erik Johnston2019-07-301-1/+2
| | | | | | | | | | * Fix debian packages for sid being called buster. I don't know why the sid images return buster as its codename in `lsb_release` but it does, so lets just grab the codename from the distro we pass into dockerfile * Newsfile
* 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