Author: waldi Date: 2006-03-07 11:50:56 +0000 (Tue, 07 Mar 2006) New Revision: 88 Removed: trunk/xen-3.0/debian/patches/20lib64.dpatch trunk/xen-3.0/debian/patches/30missingobject.dpatch Modified: trunk/xen-3.0/debian/patches/00list Log: * debian/patches/00list: Update. * debian/patches/20lib64.dpatch, debian/patches/30missingobject.dpatch: Remove, unneeded. Modified: trunk/xen-3.0/debian/patches/00list ==================================================================--- trunk/xen-3.0/debian/patches/00list 2006-03-07 11:26:46 UTC (rev 87) +++ trunk/xen-3.0/debian/patches/00list 2006-03-07 11:50:56 UTC (rev 88) @@ -1,4 +1,2 @@ 10sysconfig -20lib64 -30missingobject 40force-reload Deleted: trunk/xen-3.0/debian/patches/20lib64.dpatch ==================================================================--- trunk/xen-3.0/debian/patches/20lib64.dpatch 2006-03-07 11:26:46 UTC (rev 87) +++ trunk/xen-3.0/debian/patches/20lib64.dpatch 2006-03-07 11:50:56 UTC (rev 88) @@ -1,23 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 20-lib64.dpatch by <root@xeno.tixteam.net> -## -## All lines beginning with `## DP:'' are a description of the patch. -## DP: Install under lib, rather than lib64, on amd64 - -@DPATCH@ -diff -urNad xen-3.0.1+hg8743/Config.mk /tmp/dpep.2asBvw/xen-3.0.1+hg8743/Config.mk ---- xen-3.0.1+hg8743/Config.mk 2006-02-17 11:07:17.000000000 +0100 -+++ /tmp/dpep.2asBvw/xen-3.0.1+hg8743/Config.mk 2006-02-18 10:42:35.000000000 +0100 -@@ -27,11 +27,7 @@ - INSTALL_DATA = $(INSTALL) -m0644 - INSTALL_PROG = $(INSTALL) -m0755 - --ifeq ($(XEN_TARGET_ARCH),x86_64) --LIBDIR = lib64 --else - LIBDIR = lib --endif - - ifneq ($(EXTRA_PREFIX),) - EXTRA_INCLUDES += $(EXTRA_PREFIX)/include - Deleted: trunk/xen-3.0/debian/patches/30missingobject.dpatch ==================================================================--- trunk/xen-3.0/debian/patches/30missingobject.dpatch 2006-03-07 11:26:46 UTC (rev 87) +++ trunk/xen-3.0/debian/patches/30missingobject.dpatch 2006-03-07 11:50:56 UTC (rev 88) @@ -1,16 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 30missingobject.dpatch by Guido Trotter <ultrotter@debian.org> -## -## All lines beginning with `## DP:'' are a description of the patch. -## DP: Remove an upstream leftover that prevents successive compilations - -@DPATCH@ -diff -urNad xen-3.0-1+hg8743/tools/firmware/vmxassist/Makefile /tmp/dpep.C8i9Ax/xen-3.0-1+hg8743/tools/firmware/vmxassist/Makefile ---- xen-3.0-1+hg8743/tools/firmware/vmxassist/Makefile 2006-02-20 10:54:29.034345216 +0100 -+++ /tmp/dpep.C8i9Ax/xen-3.0-1+hg8743/tools/firmware/vmxassist/Makefile 2006-02-20 11:14:26.000000000 +0100 -@@ -87,4 +87,5 @@ - rm -f vmxassist vmxassist.tmp vmxassist.bin vmxassist.run vmxassist.sym head.s roms.h acpi.h - rm -f vmxloader vmxloader.tmp vmxloader.o $(OBJECTS) - rm -f gen gen.o offsets.h -+ rm -f acpi_madt.o -