[Pkg-xen-devel] [OCAML 2/7] Import patch 23937:5173834e8476 from xen-unstable.hg

Jon Ludlam jonathan.ludlam at eu.citrix.com
Tue Nov 29 14:43:24 UTC 2011


---
 xen/debian/patches/series                      |    2 +-
 xen/debian/patches/upstream-23937:5173834e8476 |   20 ++++++++++++++++++++
 2 files changed, 21 insertions(+), 1 deletions(-)
 create mode 100644 xen/debian/patches/upstream-23937:5173834e8476

diff --git a/xen/debian/patches/series b/xen/debian/patches/series
index 9eaad71..1530769 100644
--- a/xen/debian/patches/series
+++ b/xen/debian/patches/series
@@ -53,4 +53,4 @@ tools-python-shebang.diff
 tools-xenstore-compatibility.diff
 
 upstream-23936:cdb34816a40a-rework
-
+upstream-23937:5173834e8476
diff --git a/xen/debian/patches/upstream-23937:5173834e8476 b/xen/debian/patches/upstream-23937:5173834e8476
new file mode 100644
index 0000000..f91dbaf
--- /dev/null
+++ b/xen/debian/patches/upstream-23937:5173834e8476
@@ -0,0 +1,20 @@
+# HG changeset patch
+# User Jon Ludlam <jonathan.ludlam at eu.citrix.com>
+# Date 1318261088 -3600
+# Node ID 5173834e8476074afceb5c0124126e74a3954e97
+# Parent  cdb34816a40a2dd3aaf324f7dcba83a122cf9146
+tools/ocaml: Add a missing dependency to the xenctrl ocaml package
+
+Signed-off-by: Jon Ludlam <jonathan.ludlam at eu.citrix.com>
+Acked-by: Ian Campbell <ian.campbell.com>
+Committed-by: Ian Jackson <ian.jackson.citrix.com>
+
+--- a/tools/ocaml/libs/xc/META.in
++++ b/tools/ocaml/libs/xc/META.in
+@@ -1,5 +1,5 @@
+ version = "@VERSION@"
+ description = "Xen Control Interface"
+-requires = "xenmmap,uuid"
++requires = "unix,xenmmap,uuid"
+ archive(byte) = "xenctrl.cma"
+ archive(native) = "xenctrl.cmxa"
-- 
1.7.5.4




More information about the Pkg-xen-devel mailing list