diff --git a/debian/changelog b/debian/changelog index 063dd58a..e3a8ad86 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +llvm-toolchain-3.4 (1:3.4~+rc2-2) unstable; urgency=low + + * Add the Ocaml ABI dependency (Closes: #731344) + + -- + llvm-toolchain-3.4 (1:3.4~+rc2-1) unstable; urgency=low * New testing upstream release diff --git a/debian/control b/debian/control index c2d7839d..fc04e0a5 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, gcc-4.8, g++-4.8 + lcov, procps, help2man, gcc-4.8, g++-4.8, dh-ocaml Build-Conflicts: oprofile, ocaml Standards-Version: 3.9.5 Homepage: http://www.llvm.org/ diff --git a/debian/rules b/debian/rules index e004405c..1f0c0deb 100755 --- a/debian/rules +++ b/debian/rules @@ -108,8 +108,7 @@ ifeq ($(DEB_HOST_ARCH),hurd-i386) endif %: - dh $@ -# --buildsystem=cmake --builddirectory=$(TARGET_BUILD) + dh $@ --with ocaml debian/%: debian/%.in