search for: ocamlvar

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

Did you mean: ocamlvars
2011 Nov 25
2
[PATCH 6/7] Create 2 ocaml packages, libxen-4.1-ocaml and libxen-4.1-ocaml-dev.
...fb..91f9b1d 100755 --- a/xen/debian/rules +++ b/xen/debian/rules @@ -14,6 +14,11 @@ VERSION_BINNMU := $(shell echo "$(VERSION)" | sed -ne 's,.*\+b\(.*\)$$,\1,p') stamp = [ -d $(dir $@) ] || mkdir $(dir $@); touch $@ include debian/rules.defs +ifneq ($(wildcard /usr/share/ocaml/ocamlvars.mk),/usr/share/ocaml/ocamlvars.mk) + $(error /usr/share/ocaml/ocamlvars.mk not found - please install dh-ocaml) +else + include /usr/share/ocaml/ocamlvars.mk +endif setup: debian/control $(STAMPS_DIR)/setup-base $(STAMPS_DIR)/setup-base: diff --git a/xen/debian/rules.real b/xen/debian/rules....
2011 Nov 29
6
[OCAML 0/7] V4 or so of the xen ocaml packaging patches
...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 patches to reflect their origins, and whether they are exact...
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
2011 Oct 25
14
[PATCH 0/9] Package the ocaml libraries
The following set of patches package up the ocaml libraries that are part of the standard xen build. The patches are also currently available at: https://github.com/jonludlam/pkg-xen/commits/for-debian There are some things to note: 1. The 5 patches imported from xen-unstable are not, and will not go into the xen-4.1-stable series. However, the patches were created at the request of the