Displaying 12 results from an estimated 12 matches for "utils_".
Did you mean:
utils
2011 Nov 25
2
[PATCH 6/7] Create 2 ocaml packages, libxen-4.1-ocaml and libxen-4.1-ocaml-dev.
...qDEB_BUILD_ARCH)
+GENCONTROL_ARGS := -VF:OCamlABI="$(OCAML_ABI)"
+
export DH_OPTIONS
setup_env := env -u ARCH -u FLAVOUR -u VERSION -u MAKEFLAGS
@@ -18,6 +22,8 @@ binary-arch-arch: install-libxen-dev_$(ARCH)
binary-arch-arch: install-libxenstore_$(ARCH)
binary-arch-arch: install-utils_$(ARCH)
binary-arch-arch: install-xenstore-utils_$(ARCH)
+binary-arch-arch: install-lib-ocaml-dev_$(ARCH)
+binary-arch-arch: install-lib-ocaml_$(ARCH)
binary-arch-flavour: install-hypervisor_$(ARCH)_$(FLAVOUR)
binary-indep: install-docs
@@ -71,6 +77,7 @@ $(STAMPS_DIR)/install-utils_$(ARCH): CON...
2006 Oct 23
3
Bug#394931: xen-utils-3.0.3-1: Manpages not included
...-Python-Version: current
diff -urN xen-3.0-3.0.3-0/debian/rules.real xen-3.0-3.0.3-0.new/debian/rules.real
--- xen-3.0-3.0.3-0/debian/rules.real 2006-10-23 16:45:06.000000000 -0500
+++ xen-3.0-3.0.3-0.new/debian/rules.real 2006-10-23 16:44:45.528956410 -0500
@@ -56,6 +56,9 @@
$(STAMPS_DIR)/build-utils_$(ARCH): DIR=$(BUILD_DIR)/build-utils_$(ARCH)
$(STAMPS_DIR)/build-utils_$(ARCH): $(STAMPS_DIR)/setup-utils_$(ARCH)
$(MAKE) -C $(DIR)/tools XEN_COMPILE_ARCH=$(XEN_ARCH) XEN_TARGET_ARCH=$(XEN_ARCH) XEN_VERSION=$(VERSION)$(ABINAME)
+ pod2man $(DIR)/docs/man/xend-config.sxp.pod.5 $(DIR)/docs/man/xend...
2011 Nov 29
6
[OCAML 0/7] V4 or so of the xen ocaml packaging patches
Here is the latest version of the patches to package the ocaml 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
2011 Nov 15
6
[OCAML 0/7] Xen ocaml library packaging
...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
* 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...
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
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
2015 Jan 22
0
Ubuntu delta against 4.5.0-1 in experimental for disussion
...gt; +++ xen-4.5.0/debian/rules.real 2015-01-22 11:44:54.000000000 +0100
> @@ -95,7 +95,6 @@
> EXTRA_CFLAGS_XEN_TOOLS="$(CFLAGS)" \
> APPEND_CPPFLAGS="$(CPPFLAGS)" \
> APPEND_LDFLAGS="$(LDFLAGS)" \
> - OCAMLDESTDIR=$(CURDIR)/$(BUILD_DIR)/install-utils_$(ARCH)/$(OCAML_STDLIB_DIR) \
> PYTHON=$(shell pyversions -r)
>
> $(STAMPS_DIR)/build-utils_$(ARCH): DIR=$(BUILD_DIR)/build-utils_$(ARCH)
> @@ -152,6 +151,9 @@
> dh_testroot
> dh_prep
> dh_installdirs boot
> + dh_installdirs etc/default/grub.d
> + install -D -m6...
2015 Jan 22
5
Ubuntu delta against 4.5.0-1 in experimental for disussion
...-20 19:29:03.000000000 +0100
+++ xen-4.5.0/debian/rules.real 2015-01-22 11:44:54.000000000 +0100
@@ -95,7 +95,6 @@
EXTRA_CFLAGS_XEN_TOOLS="$(CFLAGS)" \
APPEND_CPPFLAGS="$(CPPFLAGS)" \
APPEND_LDFLAGS="$(LDFLAGS)" \
- OCAMLDESTDIR=$(CURDIR)/$(BUILD_DIR)/install-utils_$(ARCH)/$(OCAML_STDLIB_DIR) \
PYTHON=$(shell pyversions -r)
$(STAMPS_DIR)/build-utils_$(ARCH): DIR=$(BUILD_DIR)/build-utils_$(ARCH)
@@ -152,6 +151,9 @@
dh_testroot
dh_prep
dh_installdirs boot
+ dh_installdirs etc/default/grub.d
+ install -D -m644 debian/xen-hypervisor-$(VERSION).xen.cfg \...
2009 Jul 15
0
Bug#536175: Bug#536175: Bug#536176: xen-utils-3.4: trying xen-3.4 once breaks xen-3.2 (?)
...rget
+@@ -720,6 +720,8 @@
+ LDFLAGS+=-Wl,-G0 -Wl,-T,$(SRC_PATH)/ia64.ld
+ endif
+
++LDFLAGS+=$(call LDFLAGS_RPATH,../lib)
++
+ ifdef CONFIG_WIN32
+ SDL_LIBS := $(filter-out -mwindows, $(SDL_LIBS)) -mconsole
+ endif
--- xen-3/debian/rules.real
+++ xen-3/debian/rules.real
@@ -157,6 +157,7 @@ install-utils_$(ARCH): $(STAMPS_DIR)/install-utils_$(ARCH)
install -D -m644 debian/xen-utils.README.Debian $(PACKAGE_DIR)/usr/share/doc/$(PACKAGE_NAME)/README.Debian
install -D -m644 debian/xen-utils-$(VERSION)$(ABINAME).lintian-overrides $(PACKAGE_DIR)/usr/share/lintian/overrides/$(PACKAGE_NAME)
dh_install...
2011 Aug 29
3
[patch] Packages ocaml libraries
This is the second version of my patch, this one is much more clean,
since it's using upstream Makefile. This is the most urgent patch, since
we need it in order to build xen-api-libs / xen-api. Please really
consider applying this patch.
Thomas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 09_ocaml.diff
Type: text/x-diff
Size: 4680 bytes
Desc: not
2011 Apr 05
1
builder-debian libguestfs FAILED build step afa17809599f3ebc82c3feef025ca812fb26c9fe
...bian/ unstable/main zlib1g amd64 1:1.2.3.4.dfsg-3 [79.2 kB]
Fetched 65.8 MB in 55s (1180 kB/s)
resolved packages: acl_2.2.49-4_amd64.deb adduser_3.112+nmu2_all.deb attr_1%3a2.4.44-2_amd64.deb augeas-lenses_0.7.3-1_all.deb base-files_6.1_amd64.deb base-passwd_3.5.22_amd64.deb bash_4.1-3_amd64.deb binutils_2.21.0.20110327-2_amd64.deb bsdmainutils_8.2.2_amd64.deb bsdutils_1%3a2.17.2-9.1_amd64.deb btrfs-tools_0.19+20100601-3_amd64.deb cdebconf_0.154_amd64.deb cman_3.0.12-2_amd64.deb coreutils_8.5-1_amd64.deb corosync_1.3.0-2_amd64.deb cpio_2.11-7_amd64.deb cryptsetup_2%3a1.2.0-2_amd64.deb dash_0.5.5.1-7...
2011 Apr 02
0
builder-debian libguestfs success 8bb22a2902fc723eb809086dd93f5b8ed2ec85b1
...bian/ unstable/main zlib1g amd64 1:1.2.3.4.dfsg-3 [79.2 kB]
Fetched 65.8 MB in 52s (1244 kB/s)
resolved packages: acl_2.2.49-4_amd64.deb adduser_3.112+nmu2_all.deb attr_1%3a2.4.44-2_amd64.deb augeas-lenses_0.7.3-1_all.deb base-files_6.1_amd64.deb base-passwd_3.5.22_amd64.deb bash_4.1-3_amd64.deb binutils_2.21.0.20110327-2_amd64.deb bsdmainutils_8.2.2_amd64.deb bsdutils_1%3a2.17.2-9.1_amd64.deb btrfs-tools_0.19+20100601-3_amd64.deb cdebconf_0.154_amd64.deb cman_3.0.12-2_amd64.deb coreutils_8.5-1_amd64.deb corosync_1.3.0-2_amd64.deb cpio_2.11-7_amd64.deb cryptsetup_2%3a1.2.0-2_amd64.deb dash_0.5.5.1-7...