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
Bastian Blank
2007-Dec-17 16:41 UTC
[Pkg-xen-devel] [Pkg-xen-changes] r490 - trunk/xen-3/debian
On Mon, Dec 17, 2007 at 04:26:42PM +0000, Guido Trotter wrote:> Author: ultrotter > Date: Mon Dec 17 16:26:42 2007 > New Revision: 490 > > Log: > Include patch to allow building of libvirtNo. It include private headers. And it needs to put this under /usr/lib/xen-*. Bastian -- A woman should have compassion. -- Kirk, "Catspaw", stardate 3018.2
Bastian Blank
2007-Dec-17 16:48 UTC
[Pkg-xen-devel] [Pkg-xen-changes] r490 - trunk/xen-3/debian
On Mon, Dec 17, 2007 at 05:41:52PM +0100, Bastian Blank wrote:> It include private headers.This was wrong, but the others still apply. Bastian -- All your people must learn before you can reach for the stars. -- Kirk, "The Gamesters of Triskelion", stardate 3259.2