sudo pbuilder caused SUDO_USER to be set during the
build. mk/install.mk will then try to run sudo, but since sudo is not
a build-dep, this will fail.
Signed-off-by: Jordan Justen <jljusten@gmail.com>
src/rt/miniz.c is public domain, but uses 'unlicense' wording.
Related lintian warning:
W: rust source: missing-license-paragraph-in-dep5-copyright public-domain (paragraph at line 21)
Signed-off-by: Jordan Justen <jljusten@gmail.com>
Apparently this have moved to src/librand/isaac.rs and is now licensed
as Expat or Apache-2.0.
Related lintian warning:
W: rust source: missing-license-paragraph-in-dep5-copyright public-domain (paragraph at line 21)
Signed-off-by: Jordan Justen <jljusten@gmail.com>
The Rust website now has different synopsis text.
The previous description caused this lintian warning:
description-synopsis-starts-with-article
I think the new one will trigger description-starts-with-package-name,
but in this case it seems like a reasonable thing to override.
Signed-off-by: Jordan Justen <jljusten@gmail.com>
Install rust under:
usr/lib/$(DEB_HOST_MULTIARCH)/rust/$(RUST_VERSION)
override_dh_shlibdeps is based on
https://launchpad.net/~hansjorg/+archive/ubuntu/rust
usr/bin/rustc and usr/bin/rustdoc will be symlinked to the new install
location.
Signed-off-by: Jordan Justen <jljusten@gmail.com>
The configure script uses this to find the shell binary. If not set,
it will try to build i386 when on amd64 systems.
Signed-off-by: Jordan Justen <jljusten@gmail.com>