From 087a9b70b4bd45a177a88cf04954836dcc5c6589 Mon Sep 17 00:00:00 2001 From: Job Evers Date: Tue, 5 Jul 2016 14:57:48 -0500 Subject: [PATCH] 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 --- packaging/ubuntu/ubuntu_package_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/ubuntu/ubuntu_package_setup.sh b/packaging/ubuntu/ubuntu_package_setup.sh index 3388570a7..6f237abf7 100755 --- a/packaging/ubuntu/ubuntu_package_setup.sh +++ b/packaging/ubuntu/ubuntu_package_setup.sh @@ -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 #