[Pkg-xen-changes] r490 - trunk/xen-3/debian

Guido Trotter ultrotter at alioth.debian.org
Mon Dec 17 16:26:42 UTC 2007


Author: ultrotter
Date: Mon Dec 17 16:26:42 2007
New Revision: 490

Log:
Include patch to allow building of libvirt

Let's delay building libxen packages till we're satisfied with upstream's
policy... No reason not to provide those files in the current packages, if
they're needed by people, though.



Modified:
   trunk/xen-3/debian/changelog
   trunk/xen-3/debian/rules.real

Modified: trunk/xen-3/debian/changelog
==============================================================================
--- trunk/xen-3/debian/changelog	(original)
+++ trunk/xen-3/debian/changelog	Mon Dec 17 16:26:42 2007
@@ -1,3 +1,10 @@
+xen-3 (3.1.2-3) unstable; urgency=low
+
+  * Ship headers to allow building libvirt (closes: #402249)
+    Thanks to Guido Guenther.
+
+ -- Guido Trotter <ultrotter at debian.org>  Mon, 17 Dec 2007 16:19:54 +0000
+
 xen-3 (3.1.2-2) unstable; urgency=low
 
   * Add missing rpath definitions.

Modified: trunk/xen-3/debian/rules.real
==============================================================================
--- trunk/xen-3/debian/rules.real	(original)
+++ trunk/xen-3/debian/rules.real	Mon Dec 17 16:26:42 2007
@@ -116,9 +116,15 @@
 	dh_clean -k
 	@rm -rf $(DIR)
 	$(MAKE) -C $(SOURCE_DIR)/tools install DESTDIR=$(CURDIR)/$(DIR) DISTDIR=$(CURDIR)/$(DIR) $(CONFIG)
+	mkdir -p $(CURDIR)/$(DIR)/usr/include/xen/io $(CURDIR)/$(DIR)/usr/include/xen/hvm $(CURDIR)/$(DIR)/usr/include/xen/arch-x86
+	install -m 644 $(SOURCE_DIR)/xen/include/public/io/*.h $(CURDIR)/$(DIR)/usr/include/xen/io
+	install -m 644 $(SOURCE_DIR)/xen/include/public/hvm/*.h $(CURDIR)/$(DIR)/usr/include/xen/hvm
+	install -m 644 $(SOURCE_DIR)/xen/include/public/arch-x86/*.h $(CURDIR)/$(DIR)/usr/include/xen/arch-x86
+	install -m 644 $(SOURCE_DIR)/xen/include/public/*.h $(CURDIR)/$(DIR)/usr/include/xen/
 	install -D -m644 debian/xen-utils.NEWS $(PACKAGE_DIR)/usr/share/doc/$(PACKAGE_NAME)/NEWS
 	install -D -m644 debian/xen-utils.README.Debian $(PACKAGE_DIR)/usr/share/doc/$(PACKAGE_NAME)/README.Debian
 	dh_install --sourcedir=$(DIR) usr/lib
+	dh_install --sourcedir=$(DIR) usr/include
 	dh_install --sourcedir=$(DIR) usr/share/xen-$(VERSION)$(ABINAME)
 	dh_pycentral
 	dh_strip



More information about the Pkg-xen-changes mailing list