From 8c5664f979c3c2b6c5d0565b87abf555a300dbdc Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 4 Aug 2014 11:36:00 +0000 Subject: [PATCH] Enable compressed debug sections (Closes: #757002) --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4e50b8f8..95efb4b9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +llvm-toolchain-3.5 (1:3.5~+rc1-3~exp2) UNRELEASED; urgency=medium + + * Enable compressed debug sections (Closes: #757002) + + -- Sylvestre Ledru Mon, 04 Aug 2014 13:35:35 +0200 + llvm-toolchain-3.5 (1:3.5~+rc1-3~exp1) experimental; urgency=medium * SVN branched. Update the Vcs- flags. diff --git a/debian/control b/debian/control index de198cc5..1ddab9aa 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9.0), flex, bison, dejagnu, tcl, expect, lsb-release, patchutils, diffstat, xz-utils, chrpath, python-dev, libedit-dev, swig, python-sphinx, ocaml-nox, binutils-dev, libcloog-isl-dev, libisl-dev (>= 0.11.1), libjsoncpp-dev, - lcov, procps, help2man, dh-ocaml + lcov, procps, help2man, dh-ocaml, zlib1g-dev Build-Conflicts: oprofile, ocaml, libllvm-3.4-ocaml-dev, libllvm-3.5-ocaml-dev Standards-Version: 3.9.5 Homepage: http://www.llvm.org/