Source: numpy Version: 1:1.21.5-1 Severity: normal Tags: patch Hello,
There are a lot of build dependencies that are marked with the !nodoc profile Shouldn't all of these be moved to Build-Depends-Indep instead? That should reduce the package pulled by the buildd (and also make the package easier to bootstrap on new ports) Kind regards, Laurent Bigonville -- System Information: Debian Release: bookworm/sid APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 'experimental-debug'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 5.15.0-2-amd64 (SMP w/8 CPU threads) Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8), LANGUAGE=fr_BE:fr Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: SELinux: enabled - Mode: Permissive - Policy name: refpolicy
commit 88e9936f0efa0aeebec879b4e622b7e5becb9906 Author: Laurent Bigonville <[email protected]> Date: Thu Jan 6 18:55:48 2022 +0100 debian/control: Move all the BD marked wity !nodoc to BDI diff --git a/debian/control b/debian/control index e9acc64e..5ad36d83 100644 --- a/debian/control +++ b/debian/control @@ -10,26 +10,26 @@ Build-Depends: cython3 (>= 0.29.24), gfortran, libblas-dev [!arm !m68k], liblapack-dev [!arm !m68k], - python-imageio-doc <!nodoc>, - python-matplotlib-doc <!nodoc>, - python-pandas-doc <!nodoc>, - python-scipy-doc <!nodoc>, - python-skimage-doc <!nodoc>, python3-all-dev, - python3-doc <!nodoc>, python3-hypothesis (>= 5.19.1) <!nocheck>, - python3-ipython <!nodoc>, - python3-matplotlib <!nodoc>, - python3-numpydoc <!nodoc>, - python3-pydata-sphinx-theme (>= 0.7.1) <!nodoc>, python3-pytest <!nocheck>, python3-scipy <!nocheck>, - python3-scipy <!nodoc>, python3-setuptools, - python3-sphinx (>= 2) <!nodoc>, python3-tz <!nocheck>, - texlive-latex-base <!nodoc>, - texlive-latex-extra <!nodoc>, +Build-Depends-Indep: python-imageio-doc <!nodoc>, + python-matplotlib-doc <!nodoc>, + python-pandas-doc <!nodoc>, + python-scipy-doc <!nodoc>, + python-skimage-doc <!nodoc>, + python3-doc <!nodoc>, + python3-ipython <!nodoc>, + python3-matplotlib <!nodoc>, + python3-numpydoc <!nodoc>, + python3-pydata-sphinx-theme (>= 0.7.1) <!nodoc>, + python3-scipy <!nodoc>, + python3-sphinx (>= 2) <!nodoc>, + texlive-latex-base <!nodoc>, + texlive-latex-extra <!nodoc>, Standards-Version: 4.6.0.1 Vcs-Git: https://salsa.debian.org/python-team/packages/numpy.git Vcs-Browser: https://salsa.debian.org/python-team/packages/numpy

