From 0acbb6f396e7e35959c9b89b6e9108761b3271a8 Mon Sep 17 00:00:00 2001 From: geigi Date: Mon, 30 Oct 2017 20:26:52 +0100 Subject: [PATCH] Fixed debian build --- .gitignore | 9 ++++++++- debian/rules | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3b5bab39..35667677 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,16 @@ app/ bin/ +debian/build/ +debian/com.github.geigi.cozy.debhelper.log +debian/com.github.geigi.cozy.substvars +debian/com.github.geigi.cozy/ +debian/debhelper-build-stamp +debian/files +peewee/ # Ignore glade tmp files *~ \#*\# # Ignore sublime files -*.sublime-workspace \ No newline at end of file +*.sublime-workspace diff --git a/debian/rules b/debian/rules index 0dd3fc9f..c28c5181 100755 --- a/debian/rules +++ b/debian/rules @@ -25,8 +25,8 @@ override_dh_auto_configure: cd debian/build && meson --prefix=/usr ../.. override_dh_auto_build: - mkdir ${CURDIR}/peewee - pip4 install --upgrade pip + mkdir ${CURDIR}/peewee + pip3 install --upgrade pip pip3 install --target="${CURDIR}/peewee" peewee cd debian/build && ninja -v