From: Matt Kraai Date: Thu, 22 Nov 2018 19:46:29 +0000 (-0800) Subject: Include perl-openssl-defaults when creating chroot X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=9eea460b7572e08d3894c7267e294215a56110b3;p=debcargo-conf.git Include perl-openssl-defaults when creating chroot lintian transitively depends on libnet-ssleay-perl, which depends on perl-openssl-abi-1.1. If perl-openssl-defaults is not specified, the dependency on perl-openssl-abi-1.1 isn't satisfied when creating the chroot, so the creation fails. --- diff --git a/README.rst b/README.rst index 6e6c07de6..427011289 100644 --- a/README.rst +++ b/README.rst @@ -62,7 +62,7 @@ DD instructions To set up a suitable build environment for ``./build.sh``:: $ sudo apt-get install devscripts reprepro debootstrap sbuild - $ sudo sbuild-createchroot --include=eatmydata,ccache,gnupg,dh-cargo,cargo,lintian \ + $ sudo sbuild-createchroot --include=eatmydata,ccache,gnupg,dh-cargo,cargo,lintian,perl-openssl-defaults \ --chroot-prefix debcargo-unstable unstable \ /srv/chroot/debcargo-unstable-amd64-sbuild http://deb.debian.org/debian