[Pkg-xen-changes] r177 - trunk/xen-3.0/debian

Julien Danjou acid at costa.debian.org
Wed Apr 26 11:22:14 UTC 2006


Author: acid
Date: Wed Apr 26 11:22:03 2006
New Revision: 177

Modified:
   trunk/xen-3.0/debian/changelog
   trunk/xen-3.0/debian/rules
Log:
- Fix PAE disabled in pae build
- New release


Modified: trunk/xen-3.0/debian/changelog
==============================================================================
--- trunk/xen-3.0/debian/changelog	(original)
+++ trunk/xen-3.0/debian/changelog	Wed Apr 26 11:22:03 2006
@@ -1,3 +1,10 @@
+xen-3.0 (3.0.2+hg9651-1) unstable; urgency=low
+
+  * Merge upstream fixes trunk
+  * Fix PAE disabled in pae build (Closes: #364875) 
+
+ -- Julien Danjou <acid at debian.org>  Wed, 26 Apr 2006 13:19:39 +0200
+
 xen-3.0 (3.0.2+hg9646-1) unstable; urgency=low
 
   [ Guido Trotter ]

Modified: trunk/xen-3.0/debian/rules
==============================================================================
--- trunk/xen-3.0/debian/rules	(original)
+++ trunk/xen-3.0/debian/rules	Wed Apr 26 11:22:03 2006
@@ -63,7 +63,7 @@
 	touch $@
 
 $(STAMPS_DIR)/build-hypervisor-i386-pae: $(STAMPS_DIR)/setup-hypervisor-i386-pae
-	$(MAKE) -C $(DIR)/xen XEN_TARGET_ARCH=x86_32 XEN_TARGET_X86_PAE=y
+	$(MAKE) -C $(DIR)/xen XEN_TARGET_ARCH=x86_32 XEN_TARGET_X86_PAE=y pae=y
 	touch $@
 
 $(STAMPS_DIR)/build-tools: $(STAMPS_DIR)/setup-tools



More information about the Pkg-xen-changes mailing list