[Pkg-xen-changes] r28 - trunk/debian/patches
Guido Trotter
ultrotter at costa.debian.org
Mon Feb 20 10:13:25 UTC 2006
Author: ultrotter
Date: 2006-02-20 10:13:25 +0000 (Mon, 20 Feb 2006)
New Revision: 28
Added:
trunk/debian/patches/30missingobject.dpatch
Modified:
trunk/debian/patches/00list
Log:
Patch an upstream makefile to clean up a leftover file that prevented a second succesful debian build without manual intervention.
(This patch or something similar should really go upstream too)
Modified: trunk/debian/patches/00list
===================================================================
--- trunk/debian/patches/00list 2006-02-20 08:57:03 UTC (rev 27)
+++ trunk/debian/patches/00list 2006-02-20 10:13:25 UTC (rev 28)
@@ -1,2 +1,3 @@
10sysconfig
20lib64
+30missingobject
Added: trunk/debian/patches/30missingobject.dpatch
===================================================================
--- trunk/debian/patches/30missingobject.dpatch 2006-02-20 08:57:03 UTC (rev 27)
+++ trunk/debian/patches/30missingobject.dpatch 2006-02-20 10:13:25 UTC (rev 28)
@@ -0,0 +1,16 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 30missingobject.dpatch by Guido Trotter <ultrotter at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Remove an upstream leftover that prevents successive compilations
+
+ at 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
+
Property changes on: trunk/debian/patches/30missingobject.dpatch
___________________________________________________________________
Name: svn:executable
+ *
More information about the Pkg-xen-changes
mailing list