mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-04 09:02:02 +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
|
||||
|
||||
* 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,
|
||||
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/
|
||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -108,8 +108,7 @@ ifeq ($(DEB_HOST_ARCH),hurd-i386)
|
||||
endif
|
||||
|
||||
%:
|
||||
dh $@
|
||||
# --buildsystem=cmake --builddirectory=$(TARGET_BUILD)
|
||||
dh $@ --with ocaml
|
||||
|
||||
|
||||
debian/%: debian/%.in
|
||||
|
Loading…
Reference in New Issue
Block a user