Use patched version of make-deb

Ran into a bug in make-deb that fails when there is utf-8 characters
in the git commit message. https://github.com/nylas/make-deb/issues/13.

I wrote a patch to fix the bug and am installing that version until the
make-deb maintainers incorporate it
This commit is contained in:
Job Evers 2016-07-05 14:57:48 -05:00
parent 8336930091
commit 087a9b70b4

View file

@ -101,7 +101,7 @@ $SUDO apt-get ${QUIET} install -y --no-install-recommends \
# need a modern version of pip (more modern than ubuntu default)
$SUDO pip install --upgrade pip
$SUDO pip install make-deb
$SUDO pip install git+https://github.com/jobevers/make-deb
# build packages
#