This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 4a81ba1896810a320d41cab140c54008683e16b0 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 00:45:18 2018 +0200 debian/control.in: add (optional) rust build dependencies. --- debian/changelog | 1 + debian/control.in | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index cdf5efb..71f8b4e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -46,6 +46,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Move mesa build dependency around. - Move libpulse build dependency around. - Move yasm build dependency around. + - Add (optional) rust build dependencies. * debian/rules: - Tabbify. - Add dh_testdir protection. Debian's firefox(-esr) package uses it. diff --git a/debian/control.in b/debian/control.in index 0ffa1c2..d9a687b 100644 --- a/debian/control.in +++ b/debian/control.in @@ -73,6 +73,10 @@ Build-Depends: autotools-dev, mesa-common-dev, libpulse-dev, yasm (>= 1.1), +%if RUST + rustc (>= 1.10) [amd64 i386], + cargo (>= 0.13) [amd64 i386], +%endif # standard build-deps unzip, zip, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git