mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-08 14:47:38 +00:00
Add the Ocaml ABI dependency (Closes: #731344)
This commit is contained in:
parent
7543629b39
commit
6510afe00e
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
|
llvm-toolchain-3.4 (1:3.4~+rc2-1) unstable; urgency=low
|
||||||
|
|
||||||
* New testing upstream release
|
* New testing upstream release
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9.0), flex, bison, dejagnu, tcl, expect,
|
|||||||
lsb-release, patchutils, diffstat, xz-utils, chrpath, python-dev,
|
lsb-release, patchutils, diffstat, xz-utils, chrpath, python-dev,
|
||||||
libedit-dev, swig, python-sphinx, ocaml-nox, binutils-dev, libcloog-isl-dev,
|
libedit-dev, swig, python-sphinx, ocaml-nox, binutils-dev, libcloog-isl-dev,
|
||||||
libisl-dev (>= 0.11.1), libjsoncpp-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
|
Build-Conflicts: oprofile, ocaml
|
||||||
Standards-Version: 3.9.5
|
Standards-Version: 3.9.5
|
||||||
Homepage: http://www.llvm.org/
|
Homepage: http://www.llvm.org/
|
||||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -108,8 +108,7 @@ ifeq ($(DEB_HOST_ARCH),hurd-i386)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@
|
dh $@ --with ocaml
|
||||||
# --buildsystem=cmake --builddirectory=$(TARGET_BUILD)
|
|
||||||
|
|
||||||
|
|
||||||
debian/%: debian/%.in
|
debian/%: debian/%.in
|
||||||
|
Loading…
Reference in New Issue
Block a user