Package: libllvm-ocaml-dev Version: 2.6-9 Severity: normal Tags: patch
The patch attached fix this bug. Cheers Sylvain Le Gall -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-trunk-amd64 (SMP w/8 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages libllvm-ocaml-dev depends on: ii llvm-dev 2.6-9 Low-Level Virtual Machine (LLVM), ii ocaml-nox [ocaml-nox-3.11.2] 3.11.2-1 ML implementation with a class-bas libllvm-ocaml-dev recommends no packages. Versions of packages libllvm-ocaml-dev suggests: ii llvm-doc 2.6-9 Low-Level Virtual Machine (LLVM), -- no debconf information
diff -Nurd llvm-2.6.org/debian/packages.d/llvm.mk llvm-2.6/debian/packages.d/llvm.mk --- llvm-2.6.org/debian/packages.d/llvm.mk 2010-05-27 21:27:30.000000000 +0200 +++ llvm-2.6/debian/packages.d/llvm.mk 2010-05-27 21:28:40.000000000 +0200 @@ -81,7 +81,7 @@ define libllvm-ocaml-dev_extra_binary if test "x$*" = "xlibllvm-ocaml-dev" ; then \ - cp $(D)/debian/$*.META $(D)/debian/$*/$(OCAML_STDLIB_DIR)/METAS/ ; \ + cp $(D)/debian/$*.META $(D)/debian/$*/$(OCAML_STDLIB_DIR)/METAS/META.llvm ; \ fi endef