search for: dh_prep

Displaying 9 results from an estimated 9 matches for "dh_prep".

Did you mean: dcprep
2011 Nov 25
2
[PATCH 6/7] Create 2 ocaml packages, libxen-4.1-ocaml and libxen-4.1-ocaml-dev.
...ase +install-lib-ocaml_$(ARCH): DIR = $(BUILD_DIR)/install-utils_$(ARCH)_ocaml +install-lib-ocaml_$(ARCH): PACKAGE_NAME = libxen-$(VERSION)-ocaml +install-lib-ocaml_$(ARCH): DH_OPTIONS = -p$(PACKAGE_NAME) +install-lib-ocaml_$(ARCH): $(STAMPS_DIR)/install-utils_$(ARCH) + dh_testdir + dh_testroot + dh_prep + dh_install --sourcedir=$(DIR) $(OCAML_STDLIB_DIR)/*/META + dh_install --sourcedir=$(DIR) $(OCAML_STDLIB_DIR)/*/*.cma + dh_install --sourcedir=$(DIR) $(OCAML_DLL_DIR)/* + dh_strip + dh_shlibdeps + dh_ocaml + +$(MAKE_SELF) install-base + +install-lib-ocaml-dev_$(ARCH): DIR = $(BUILD_DIR)/install-ut...
2010 Nov 22
3
Bug#591456: xen-utils-common: The script hotplugpath.sh is missing in /etc/xen/scripts
Is there a fix for this in the works/coming for squeeze or do I have to patch the package myself? If so, how? Thanks, a grateful Debian user that hasn't patched packages yet! Steve -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20101122/8433308c/attachment.htm>
2012 Apr 05
0
Bug#588406: fix for missing XEN_SCRIPT_DIR
...the required "hotplugpath.sh" file is generated (also attached to this mail): ===================================8<======================================= --- rules.orig 2010-03-01 22:03:38.000000000 +0100 +++ rules 2012-04-05 15:18:43.000000000 +0200 @@ -60,6 +60,7 @@ dh_testroot dh_prep $(MAKE) -C $(BUILD_DIR)/tools/examples install-configs + $(MAKE) -C $(BUILD_DIR)/tools/hotplug/common install-scripts $(MAKE) -C $(BUILD_DIR)/tools/hotplug/Linux install-udev install-scripts UDEV_RULES_DIR=/lib/udev/rules.d $(MAKE) -C $(BUILD_DIR)/scripts install ===========================...
2015 Jan 22
0
Ubuntu delta against 4.5.0-1 in experimental for disussion
...PPEND_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 \ > + debian/$(PACKAGE_NAME)/etc/default/grub.d/xen.cfg > cp $(DIR)/xen/xen$(IMAGE_SUFFIX) > debian/$(PACKAGE_NAME)/boot/xen-$(VERSION)-$(FLAVOUR)$(IMAGE_...
2015 Jan 22
5
Ubuntu delta against 4.5.0-1 in experimental for disussion
...LAGS="$(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 \ + debian/$(PACKAGE_NAME)/etc/default/grub.d/xen.cfg cp $(DIR)/xen/xen$(IMAGE_SUFFIX) debian/$(PACKAGE_NAME)/boot/xen-$(VERSION)-$(FLAVOUR)$(IMAGE_SUFFIX) ifeq ($(ARCH),amd64)...
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 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 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