search for: stamps_dir

Displaying 15 results from an estimated 15 matches for "stamps_dir".

2011 Nov 25
2
[PATCH 6/7] Create 2 ocaml packages, libxen-4.1-ocaml and libxen-4.1-ocaml-dev.
...] || 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.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)...
2006 May 22
2
Bug#368496: xen-utils-3.0: Include support for HVM-based guests
Package: xen-utils-3.0 Severity: wishlist Please include support for HVM-based guests. This allows hardware virtualization on systems with Intel's chips with VT (IE, Pentium D 930), and AMD's future chips with Pacifica. HVM allows you to run unmodified operating systems under Xen, such as Windows XP/2003. The following files are needed: /usr/lib/xen/bin/qemu-dm
2006 Oct 23
3
Bug#394931: xen-utils-3.0.3-1: Manpages not included
...tra, gs-common XS-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)...
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 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
2010 Apr 16
1
Trying to compile/pack the Xen 4 for Debian fail...
...en-4/xen-4.0.0/debian/build/build-tools/tools/blktap2/vhd' administrativo at sid01:~/xen/xen-4/xen-4.0.0$ ...it finishes without problems... I'm not a programmer so, I appreciate any help... The debian/rules file runs the same command, I guess, look: -- some content of debian/rules: $(STAMPS_DIR)/build-tools: $(STAMPS_DIR)/setup-tools $(MAKE) -C $(DIR)/tools touch $@ build-tools:: $(STAMPS_DIR)/build-tools -- Also, if I manually run "$(MAKE) -C $(DIR)/tools" from the same subdir as: "make -C debian/build/build-tools/tools" it works too, look: .........
2011 Jul 23
1
Bug#635166: Please enable audio support in xen-qemu
...0-03-23 17:09:30.000000000 +0800 @@ -1382,6 +1382,9 @@ echo "#define CONFIG_VDE 1" >> $config_h echo "VDE_LIBS=-lvdeplug" >> $config_mak fi +if ! test -z "$audio_card_list"; then + echo "CONFIG_AUDIO=yes" >> $config_mak +fi Then: $(STAMPS_DIR)/setup: $(STAMPS_DIR)/source cd $(BUILD_DIR); ./xen-setup \ --audio-drv-list="pa oss alsa sdl esd" \ --audio-card-list="ac97 es1370 sb16 cs4231a adlib gus" \ --enable-mixemu You also need to build-depends on: libasound2-d...
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
2013 Aug 16
3
Bug#688308: installing some additional docs
...ian Blank <waldi at debian.org> Tue, 23 Jul 2013 12:45:27 +0200 xen (4.2.2-1) unstable; urgency=low diff --git a/xen/debian/rules.real b/xen/debian/rules.real index 2265551..12fc4ae 100644 --- a/xen/debian/rules.real +++ b/xen/debian/rules.real @@ -247,6 +247,10 @@ install-utils-common: $(STAMPS_DIR)/install-utils-common dh_installinit --name xend dh_installinit --name xendomains --no-start -- defaults 21 20 dh_installman $(SOURCE_DIR)/docs/man1/* $(SOURCE_DIR)/docs/man5/* + dh_installdocs $(SOURCE_DIR)/docs/txt/misc/xl-disk-configuration.txt + dh_installdocs $(SOURCE_DIR)/docs/txt/misc/...
2010 Feb 18
0
[PATCH] Build against linux-support-2.6.32-2
...;, 'XEN_ARCH'), ): Index: debian/rules.defs =================================================================== --- debian/rules.defs (revision 706) +++ debian/rules.defs (working copy) @@ -1,4 +1,4 @@ -KERNELVERSION := 2.6.30-1 +KERNELVERSION := 2.6.32-2 BUILD_DIR = debian/build STAMPS_DIR = debian/stamps TEMPLATES_DIR = debian/templates Index: debian/arch/i386/defines =================================================================== --- debian/arch/i386/defines (revision 706) +++ debian/arch/i386/defines (working copy) @@ -4,9 +4,11 @@ i386 xen-arch: x86_32 +[amd64_descripti...
2013 Aug 16
0
Bug#688308: Bug#688308: installing some additional docs
...ian Blank <waldi at debian.org> Tue, 23 Jul 2013 12:45:27 +0200 xen (4.2.2-1) unstable; urgency=low diff --git a/xen/debian/rules.real b/xen/debian/rules.real index 2265551..3b610ea 100644 --- a/xen/debian/rules.real +++ b/xen/debian/rules.real @@ -247,6 +247,13 @@ install-utils-common: $(STAMPS_DIR)/install-utils-common dh_installinit --name xend dh_installinit --name xendomains --no-start -- defaults 21 20 dh_installman $(SOURCE_DIR)/docs/man1/* $(SOURCE_DIR)/docs/man5/* + dh_installman $(SOURCE_DIR)/tools/xenstat/xentop/xentop.1 + dh_installman $(SOURCE_DIR)/tools/xentrace/xentrace.8...
2009 Jul 15
0
Bug#536175: Bug#536175: Bug#536176: xen-utils-3.4: trying xen-3.4 once breaks xen-3.2 (?)
...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 --sourcedir=$(DIR) u...
2015 Jan 22
0
Ubuntu delta against 4.5.0-1 in experimental for disussion
...5,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 \ > + debian/$(PACKAGE_NAME)/etc/default/gru...
2015 Jan 22
5
Ubuntu delta against 4.5.0-1 in experimental for disussion
...1: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 \ + debian/$(PACKAGE_NAME)/etc/default/grub.d/xen.cfg cp $(DIR)/xen/xen$(IM...
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