summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsylvestre <sylvestre@670adf90-79fe-46c2-b027-9eb1e76e7c7d>2014-08-04 11:36:00 +0000
committersylvestre <sylvestre@670adf90-79fe-46c2-b027-9eb1e76e7c7d>2014-08-04 11:36:00 +0000
commitac388bc0c94556577fd40726ea128f884e6b00c4 (patch)
treece0afeda5aadf03a2d3b0b44135ff6a415f1e3cd
parent91d6bc8c68d4227c32b9258436b0ebb10756cb30 (diff)
downloadllvm-toolchain-3.5-ac388bc0c94556577fd40726ea128f884e6b00c4.tar.gz
Enable compressed debug sections (Closes: #757002)
git-svn-id: svn://svn.debian.org/svn/pkg-llvm/llvm-toolchain/branches/3.5@1311 670adf90-79fe-46c2-b027-9eb1e76e7c7d
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 4e50b8f..95efb4b 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 <sylvestre@debian.org> 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 de198cc..1ddab9a 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/