From fa67c1189b84145aa95c3b9dab9e683296570697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20R=C3=B6hling?= Date: Wed, 15 Sep 2021 20:34:07 +0200 Subject: [PATCH] Revert move to Build-Depends-Indep Unfortunately, the documentation build is too much entangled with the main build to cleanly separate them. --- debian/control | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 084a38d94..1423ac6a7 100644 --- a/debian/control +++ b/debian/control @@ -16,10 +16,10 @@ Build-Depends: debhelper-compat (= 13), libuv1-dev (>= 1.10), procps [!hurd-any], qtbase5-dev , - zlib1g-dev -Build-Depends-Indep: python3-sphinx, - python3-sphinxcontrib.qthelp | python3-sphinx (<< 2.0), - dh-sequence-sphinxdoc + zlib1g-dev, + python3-sphinx, + python3-sphinxcontrib.qthelp | python3-sphinx (<< 2.0), + dh-sequence-sphinxdoc Rules-Requires-Root: no Standards-Version: 4.6.0 Vcs-Git: https://salsa.debian.org/cmake-team/cmake.git