From 383ae3c41732c4236626002c1ac34a4809b796a6 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Wed, 31 Jan 2024 16:22:46 +0100 Subject: [PATCH] Install pigz by default on Ubuntu (#827) Recommend the installation of pigz on Ubuntu as a dependency of alibuild. This means pigz will be installed by default, unless the user explicitly runs `apt install --no-install-recommends python3-alibuild`. --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 101eb661..96a9b630 100644 --- a/debian/control +++ b/debian/control @@ -9,5 +9,6 @@ X-Python3-Version: >= 3.6 Package: python3-alibuild Architecture: all Description: ALICE build tool. - Please refer to https://alisw.github.io for full documentation + Please refer to https://alisw.github.io/alibuild for full documentation. Depends: ${python3:Depends},python3-requests,python3-yaml +Recommends: pigz