Skip to content

Commit

Permalink
Fixed debian build
Browse files Browse the repository at this point in the history
  • Loading branch information
geigi committed Oct 30, 2017
1 parent 27b66ef commit 0acbb6f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -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
*.sublime-workspace
4 changes: 2 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0acbb6f

Please sign in to comment.