From 87bf6203e53ef70579996d14637297be015375a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Sat, 27 Mar 2021 17:49:16 +0000 Subject: [PATCH] Move debian-specific dependencies to Recommends. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 56f6812..bd6dd2e 100644 --- a/debian/control +++ b/debian/control @@ -25,12 +25,12 @@ Architecture: all Depends: python3-apt, python3-breezy, python3-buildlog-consultant (>= 0.0.4), - python3-debmutate, python3-lz4, python3-requirement-parser, python3-toml, ${misc:Depends}, ${python3:Depends}, +Recommends: brz-debian, python3-debmutate Description: Detect and run any build system Ognibuild is a simple wrapper with a common interface for invoking any kind of build tool.