go back to symlinks

pull/34/head
Max Erenberg 1 year ago
parent 89febf0400
commit 99819ce4fe
  1. 2
      Makefile
  2. 2
      VERSION.txt
  3. 6
      debian/changelog

@ -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 && \

@ -1 +1 @@
1.0.8
1.0.9

6
debian/changelog vendored

@ -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.

Loading…
Cancel
Save