Displaying 3 results from an estimated 3 matches for "_ocaml".
Did you mean:
ocaml
2011 Nov 25
2
[PATCH 6/7] Create 2 ocaml packages, libxen-4.1-ocaml and libxen-4.1-ocaml-dev.
...h-flavour: install-hypervisor_$(ARCH)_$(FLAVOUR)
binary-indep: install-docs
@@ -71,6 +77,7 @@ $(STAMPS_DIR)/install-utils_$(ARCH): CONFIG = \
XEN_COMPILE_ARCH=$(XEN_ARCH) \
XEN_TARGET_ARCH=$(XEN_ARCH) \
XEN_VERSION=$(VERSION) \
+ OCAMLDESTDIR=$(CURDIR)/$(BUILD_DIR)/install-utils_$(ARCH)_ocaml/$(OCAML_STDLIB_DIR) \
PYTHON=$(shell pyversions -r)
$(STAMPS_DIR)/build-utils_$(ARCH): DIR=$(BUILD_DIR)/build-utils_$(ARCH)
@@ -82,6 +89,7 @@ $(STAMPS_DIR)/install-utils_$(ARCH): DIR = $(BUILD_DIR)/build-utils_$(ARCH)
$(STAMPS_DIR)/install-utils_$(ARCH): INSTALL_DIR = $(BUILD_DIR)/install-ut...
2011 Nov 15
6
[OCAML 0/7] Xen ocaml library packaging
...le here:
https://github.com/jonludlam/pkg-xen/commits/for-debian6.
Changes since last mail:
* I have split out the unrelated change to include 2 extra header files
in libxen-dev
* I have removed some instances of brace expansion
* I have installed the ocaml tools into install-utils_$(ARCH)_ocaml as
suggested
* I have moved the call to dh_ocaml from the base install to the ocaml
specific targets
* I have removed the rpath hackery following the change to install the
libraries into /usr/lib rather than /usr/lib/xen-4.1/lib
These patches were created with the help and assistance of...
2011 Nov 29
6
[OCAML 0/7] V4 or so of the xen ocaml packaging patches
...libraries. Changes
since last time:
* rename the packages from libxen-4.1-ocaml* to libxen-ocaml* - we wont be
looking to install multiple concurrent versions of the same package, so
the version doesn't need to be in the package name
* Removed superfluous GENCONTROL definitions - dh_ocaml does what we need
* Removed inclusion of the ocamlvars.mk in rules - it only needs to be
in rules.real
* Fixed a problem with the dh_install invocations where it was globbing
the local filesystem rather than the sourcedir
* Excluded the .owner files from OCAML_DLL_DIR
* Renamed the patch...