reopen 1077197
reopen 1077190
thanks
Hi,
Am 27.07.24 um 06:34 schrieb Debian FTP Masters:
* debian/control: make libcurl*-dev packages Recommends -dev packages.
(Closes: #1077197, #1077190)
This is not going to work.
a) Is this needed for anything using liburls .pc. A pure --cflags now needs
those.
Even when not doing static linking. Recommends here is wrong.
This needs to be a Depends.
b) even more, pbuilder disables the install of recommends. That means builds
inside pbuilder still will fail.
$ sudo pbuilder login --basetgz /var/cache/pbuilder/base.testing.armhf.tgz
[sudo] Passwort für rene:
W: /root/.pbuilderrc does not exist
W: cgroups are not available on the host, not using them.
I: Building the build Environment
I: extracting base tarball [/var/cache/pbuilder/base.testing.armhf.tgz]
I: copying local configuration
I: mounting /proc filesystem
I: mounting /sys filesystem
I: creating /{dev,run}/shm
I: mounting /dev/pts filesystem
I: redirecting /dev/ptmx to /dev/pts/ptmx
I: mounting /dev/pts/4 over /dev/console
I: policy-rc.d already exists
I: Obtaining the cached apt archive contents
I: entering the shell
I: File extracted to: /var/cache/pbuilder/build/2896014
root@rpi4:/# cat /etc/apt/
apt.conf.d/ keyrings/ sources.list trusted.gpg.d/
auth.conf.d/ preferences.d/ sources.list.d/
root@rpi4:/# cat /etc/apt/apt.conf.d/
01autoremove 15pbuilder 70debconf
root@rpi4:/# cat /etc/apt/apt.conf.d/
01autoremove 15pbuilder 70debconf
root@rpi4:/# cat /etc/apt/apt.conf.d/15pbuilder
APT::Install-Recommends "false";
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
APT::AutoRemove::SuggestsImportant false;
APT::AutoRemove::RecommendsImportant false;
Acquire::Languages none;
root@rpi4:/#
Regards,
Rene