From 2ed4ac2600290131d9ffa9d92abe58ce216d4c59 Mon Sep 17 00:00:00 2001 From: Akendo Date: Tue, 8 Oct 2024 16:17:04 +0200 Subject: [PATCH] Cleanup and some doc --- prepare_binary | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/prepare_binary b/prepare_binary index 6d250d6..ed1025c 100644 --- a/prepare_binary +++ b/prepare_binary @@ -1,5 +1,6 @@ DEB_BUILD_OPTIONS="$DEB_BUILD_OPTIONS nobench nolto nopgo" -# We need libgdbm-compat-dev for x86 or the build process fails will fail -# despite libdb beging disabled. +# We need libgdbm-compat-dev for x86 or the build process fails. apt install python3-pip libgdbm-compat-dev -y +# Python uses blurb to create NEWS entries and there is not debian package. +# Do a unclean installation via pip to allow to generate the NEWS. pip install --break-system-packages blurb