use python binaries in virtualenv when packaging

This commit is contained in:
Max Erenberg 2021-11-02 20:06:01 -04:00
parent 620ef8ef8e
commit 89febf0400
3 changed files with 14 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
1.0.7
1.0.8

12
debian/changelog vendored
View File

@ -1,3 +1,15 @@
ceo (1.0.8-bullseye1) bullseye; urgency=medium
* Include python binaries in virtualenv.
-- Max Erenberg <merenber@csclub.uwaterloo.ca> Wed, 03 Nov 2021 00:04:32 +0000
ceo (1.0.7-bullseye1) bullseye; urgency=medium
* Packaging for bullseye.
-- Max Erenberg <merenber@csclub.uwaterloo.ca> Tue, 02 Nov 2021 23:12:46 +0000
ceo (1.0.7-buster1) buster; urgency=medium
* Fix bug in UWLDAP get_programs_for_users.