Codebase list rust-libslirp / 9eea460
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. Matt Kraai 5 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
6161 To set up a suitable build environment for ``./build.sh``::
6262
6363 $ sudo apt-get install devscripts reprepro debootstrap sbuild
64 $ sudo sbuild-createchroot --include=eatmydata,ccache,gnupg,dh-cargo,cargo,lintian \
64 $ sudo sbuild-createchroot --include=eatmydata,ccache,gnupg,dh-cargo,cargo,lintian,perl-openssl-defaults \
6565 --chroot-prefix debcargo-unstable unstable \
6666 /srv/chroot/debcargo-unstable-amd64-sbuild http://deb.debian.org/debian
6767