search for: f4656f8

Displaying 2 results from an estimated 2 matches for "f4656f8".

2011 Nov 25
2
[PATCH 6/7] Create 2 ocaml packages, libxen-4.1-ocaml and libxen-4.1-ocaml-dev.
...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.real index f4656f8..b99b999 100644 --- a/xen/debian/rules.real +++ b/xen/debian/rules.real @@ -1,7 +1,11 @@ +include /usr/share/ocaml/ocamlvars.mk + DEB_HOST_ARCH := $(shell dpkg-architecture -a$(ARCH) -qDEB_HOST_ARCH) DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -a$(ARCH) -qDEB_HOST_GNU_TYPE) DEB_BUILD_ARCH...
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