From cea9f174eee12e4a2babfeb7df83d5d642a553c1 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 25 Mar 2015 08:47:13 +0100 Subject: [PATCH] For now, disable build profiles as they are not supported in Debian --- debian/changelog | 3 ++- debian/control | 24 ++++++++++++++++-------- 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5eb5ca3d1c..656cca8d61 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -rustc (1.0.0~alpha.2-1) unstable; urgency=low +rustc (1.0.0~alpha.2-1~exp1) experimental; urgency=low [ Angus Lees ] * Patch upstream manpages to address minor troff issues @@ -12,6 +12,7 @@ rustc (1.0.0~alpha.2-1) unstable; urgency=low * New testing release * Renaming of the source package * Set a minimal version for dpkg-dev and debhelper (for profiles) + * For now, disable build profiles as they are not supported in Debian * Introduce some changes by Angus Lees - Introduction of build stages - Disable the parallel execution of tests diff --git a/debian/control b/debian/control index d84ed1d42c..18bd0498c0 100644 --- a/debian/control +++ b/debian/control @@ -17,16 +17,24 @@ Build-Depends: debhelper (>= 9.20141010), libedit-dev, valgrind, git, - ca-certificates , + ca-certificates, +# , llvm-3.6-dev (>= 1:3.6~+rc4) -Build-Depends-Indep: pandoc (>=1.9) , - po4a , - texlive-xetex , - texlive-latex-base , - texlive-generic-recommended , - texlive-fonts-recommended , - lmodern # git is necessary for 'make check' +Build-Depends-Indep: pandoc (>=1.9), +# , + po4a, +# , + texlive-xetex, +# , + texlive-latex-base, +# , + texlive-generic-recommended, +# , + texlive-fonts-recommended, +# , + lmodern +# Standards-Version: 3.9.6 Homepage: http://www.rust-lang.org/ Vcs-Git: git://git.debian.org/pkg-rust/rust.git