From 89febf0400613cdca5dab8ad4cf95c81f420a9fc Mon Sep 17 00:00:00 2001 From: Max Erenberg <> Date: Tue, 2 Nov 2021 20:06:01 -0400 Subject: [PATCH] use python binaries in virtualenv when packaging --- Makefile | 2 +- VERSION.txt | 2 +- debian/changelog | 12 ++++++++++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8ecb067..0e6bbec 100644 --- a/Makefile +++ b/Makefile @@ -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 && \ diff --git a/VERSION.txt b/VERSION.txt index 238d6e8..b0f3d96 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.0.7 +1.0.8 diff --git a/debian/changelog b/debian/changelog index 5015e7b..a6a9588 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +ceo (1.0.8-bullseye1) bullseye; urgency=medium + + * Include python binaries in virtualenv. + + -- Max Erenberg Wed, 03 Nov 2021 00:04:32 +0000 + +ceo (1.0.7-bullseye1) bullseye; urgency=medium + + * Packaging for bullseye. + + -- Max Erenberg Tue, 02 Nov 2021 23:12:46 +0000 + ceo (1.0.7-buster1) buster; urgency=medium * Fix bug in UWLDAP get_programs_for_users.