[Pkg-xen-changes] r843 - trunk/xen-common/debian/patches

Bastian Blank waldi at alioth.debian.org
Wed Mar 23 09:40:10 UTC 2011


Author: waldi
Date: Wed Mar 23 09:40:09 2011
New Revision: 843

Log:
* debian/patches/scripts:
  Fix executable and interpreter settings for several files.
* debian/patches/series: Add new patch.

Added:
   trunk/xen-common/debian/patches/scripts
Modified:
   trunk/xen-common/debian/patches/series

Added: trunk/xen-common/debian/patches/scripts
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/xen-common/debian/patches/scripts	Wed Mar 23 09:40:09 2011	(r843)
@@ -0,0 +1,20 @@
+--- a/tools/hotplug/common/Makefile
++++ b/tools/hotplug/common/Makefile
+@@ -6,8 +6,8 @@
+ # OS-independent hotplug scripts go in this directory
+ 
+ # Xen scripts to go there.
+-XEN_SCRIPTS = $(HOTPLUGPATH)
+-XEN_SCRIPT_DATA =
++XEN_SCRIPTS =
++XEN_SCRIPT_DATA = $(HOTPLUGPATH)
+ 
+ genpath-target = $(call buildmakevars2file,$(HOTPLUGPATH))
+ $(eval $(genpath-target))
+--- a/tools/hotplug/Linux/vtpm-impl
++++ b/tools/hotplug/Linux/vtpm-impl
+@@ -1,4 +1,3 @@
+-#!/bin/bash
+ # ===================================================================
+ # 
+ # Copyright (c) 2005, Intel Corp.

Modified: trunk/xen-common/debian/patches/series
==============================================================================
--- trunk/xen-common/debian/patches/series	Wed Mar 23 09:38:49 2011	(r842)
+++ trunk/xen-common/debian/patches/series	Wed Mar 23 09:40:09 2011	(r843)
@@ -1,2 +1,3 @@
 xend-disable-network
 xend-disable-relocation
+scripts



More information about the Pkg-xen-changes mailing list