Codebase list rust-stfu8 / b1c0085
Add dh-cargo to dependency list for build.sh in readme build.sh will execute dpkg-buildpackage, which will try to execute dh-cargo. But dh-cargo is not listed as a required dependency for build.sh (see issue #13). This patch adds dh-cargo to the dependency list for build.sh in the readme file. Robin Krahl 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
167167
168168 To set up a suitable build environment for ``./build.sh``::
169169
170 $ sudo apt-get install devscripts reprepro debootstrap sbuild
170 $ sudo apt-get install devscripts reprepro debootstrap sbuild dh-cargo
171171 $ sudo sbuild-createchroot --include=eatmydata,ccache,gnupg,dh-cargo,cargo,lintian,perl-openssl-defaults \
172172 --chroot-prefix debcargo-unstable unstable \
173173 /srv/chroot/debcargo-unstable-amd64-sbuild http://deb.debian.org/debian