search for: ocaml_dll_dir

Displaying 4 results from an estimated 4 matches for "ocaml_dll_dir".

2011 Aug 10
1
Xen 4.1.1 packaging enhancement
Hi, This email is mainly addressed at Waldi (Bastian Blank). I'm resending it since the previous one is waiting for approval due to its size being bigger than 40k (I compressed the .diff this time, so it should be ok). I have worked on enhancing the current packaging of Xen 4.1.1 over the last weeks. The main goal was to package the OCaml libraries of Xen as separated binary packages, and
2011 Nov 25
2
[PATCH 6/7] Create 2 ocaml packages, libxen-4.1-ocaml and libxen-4.1-ocaml-dev.
...,7 @@ $(STAMPS_DIR)/install-utils_$(ARCH): DIR = $(BUILD_DIR)/build-utils_$(ARCH) $(STAMPS_DIR)/install-utils_$(ARCH): INSTALL_DIR = $(BUILD_DIR)/install-utils_$(ARCH) $(STAMPS_DIR)/install-utils_$(ARCH): $(STAMPS_DIR)/build-utils_$(ARCH) @rm -rf $(INSTALL_DIR) + mkdir -p $(INSTALL_DIR)_ocaml/$(OCAML_DLL_DIR) +$(MAKE_CLEAN) -C $(DIR)/tools install DESTDIR=$(CURDIR)/$(INSTALL_DIR) $(CONFIG) # hvmloader #strip --remove-section=.comment --remove-section=.note $(INSTALL_DIR)/usr/lib/xen*/boot/* @@ -144,6 +152,37 @@ install-libxen-dev_$(ARCH): $(STAMPS_DIR)/install-utils_$(ARCH) dh_shlibdeps +$(MA...
2011 Nov 29
6
[OCAML 0/7] V4 or so of the xen ocaml packaging patches
...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 patches to reflect their origins, and whether they are exactly taken from upstream or reworked. * Rebased on Bastian's latest work Likely that the larger patches will be rejected again, so they're all available here: https://github.com/jonludlam/pkg-xen/commits/for-deb...
2011 Nov 15
6
[OCAML 0/7] Xen ocaml library packaging
This is an update to the patches sent out on 25th October. I expect, as before, that some of the larger patches won't get to the list so they are also available 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