diff --git a/Makefile b/Makefile index 0e6bbec..8ecb067 100644 --- a/Makefile +++ b/Makefile @@ -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 && \ diff --git a/VERSION.txt b/VERSION.txt index b0f3d96..66c4c22 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.0.8 +1.0.9 diff --git a/debian/changelog b/debian/changelog index a6a9588..0544539 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ceo (1.0.9-bullseye1) bullseye; urgency=medium + + * Go back to symlinks. + + -- Max Erenberg Wed, 03 Nov 2021 00:29:34 +0000 + ceo (1.0.8-bullseye1) bullseye; urgency=medium * Include python binaries in virtualenv.