go back to symlinks

This commit is contained in:
Max Erenberg 2021-11-02 20:30:56 -04:00
parent 89febf0400
commit 99819ce4fe
3 changed files with 8 additions and 2 deletions

View File

@ -6,7 +6,7 @@ CEO_HOME = /var/lib/ceo
build: docs venv
venv:
python3 -m venv --copies venv && \
python3 -m venv venv && \
. venv/bin/activate && \
pip install --upgrade pip && \
pip install setuptools wheel && \

View File

@ -1 +1 @@
1.0.8
1.0.9

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
ceo (1.0.9-bullseye1) bullseye; urgency=medium
* Go back to symlinks.
-- Max Erenberg <merenber@csclub.uwaterloo.ca> Wed, 03 Nov 2021 00:29:34 +0000
ceo (1.0.8-bullseye1) bullseye; urgency=medium
* Include python binaries in virtualenv.