[Pkg-xen-changes] r578 - in trunk/xen-unstable/debian: . patches

Bastian Blank waldi at alioth.debian.org
Fri Jun 20 17:08:14 UTC 2008


Author: waldi
Date: Fri Jun 20 17:08:13 2008
New Revision: 578

Log:
* debian/changelog: Set version to 3.3-unstable+hg17879-1.
* debian/patches: Update.


Modified:
   trunk/xen-unstable/debian/changelog
   trunk/xen-unstable/debian/patches/tools-lib-abiname.diff
   trunk/xen-unstable/debian/patches/tools-libfsimage-prefix.diff
   trunk/xen-unstable/debian/patches/tools-prefix.diff
   trunk/xen-unstable/debian/patches/tools-python-xen-xm-relative-path.diff
   trunk/xen-unstable/debian/patches/tools-rpath.diff
   trunk/xen-unstable/debian/patches/version.patch

Modified: trunk/xen-unstable/debian/changelog
==============================================================================
--- trunk/xen-unstable/debian/changelog	(original)
+++ trunk/xen-unstable/debian/changelog	Fri Jun 20 17:08:13 2008
@@ -1,3 +1,9 @@
+xen-unstable (3.3-unstable+hg17879-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Bastian Blank <waldi at debian.org>  Thu, 19 Jun 2008 20:51:49 +0200
+
 xen-unstable (3.3-unstable+hg17602-1) unstable; urgency=low
 
   * New upstream snapshot.

Modified: trunk/xen-unstable/debian/patches/tools-lib-abiname.diff
==============================================================================
--- trunk/xen-unstable/debian/patches/tools-lib-abiname.diff	(original)
+++ trunk/xen-unstable/debian/patches/tools-lib-abiname.diff	Fri Jun 20 17:08:13 2008
@@ -8,9 +8,9 @@
 -MINOR    = 0
 -
  CTRL_SRCS-y       :=
- ifneq ($(stubdom),y)
  CTRL_SRCS-y       += xc_core.c
-@@ -81,12 +78,12 @@
+ CTRL_SRCS-$(CONFIG_X86) += xc_core_x86.c
+@@ -74,12 +71,12 @@
  
  LIB := libxenctrl.a
  ifneq ($(stubdom),y)
@@ -25,7 +25,7 @@
  endif
  
  .PHONY: all
-@@ -103,16 +100,12 @@
+@@ -96,16 +93,12 @@
  install: build
  	$(INSTALL_DIR) $(DESTDIR)$(PRIVATE_LIBDIR)
  	$(INSTALL_DIR) $(DESTDIR)$(INCLUDEDIR)
@@ -44,7 +44,7 @@
  	$(INSTALL_DATA) xenguest.h $(DESTDIR)$(INCLUDEDIR)
  
  .PHONY: TAGS
-@@ -140,26 +133,16 @@
+@@ -133,26 +126,16 @@
  libxenctrl.a: $(CTRL_LIB_OBJS)
  	$(AR) rc $@ $^
  

Modified: trunk/xen-unstable/debian/patches/tools-libfsimage-prefix.diff
==============================================================================
--- trunk/xen-unstable/debian/patches/tools-libfsimage-prefix.diff	(original)
+++ trunk/xen-unstable/debian/patches/tools-libfsimage-prefix.diff	Fri Jun 20 17:08:13 2008
@@ -1,6 +1,6 @@
 --- xen-unstable.orig/tools/libfsimage/Rules.mk
 +++ xen-unstable/tools/libfsimage/Rules.mk
-@@ -7,12 +7,7 @@
+@@ -8,12 +8,7 @@
  
  PIC_OBJS := $(patsubst %.c,%.opic,$(LIB_SRCS-y))
  

Modified: trunk/xen-unstable/debian/patches/tools-prefix.diff
==============================================================================
--- trunk/xen-unstable/debian/patches/tools-prefix.diff	(original)
+++ trunk/xen-unstable/debian/patches/tools-prefix.diff	Fri Jun 20 17:08:13 2008
@@ -19,18 +19,18 @@
 -INSTALL_SBIN = netfix xm xen-bugtool xen-python-path xend xenperf xsview
 +INSTALL_TARGETS = $(TARGETS) xencons netfix xm xen-bugtool xen-python-path xend xsview
  
- .PHONY: all
- all: build
-@@ -30,10 +29,8 @@
+ DEFAULT_PYTHON_PATH := $(shell $(XEN_ROOT)/tools/python/get-path)
+ PYTHON_PATH ?= $(DEFAULT_PYTHON_PATH)
+@@ -35,10 +34,8 @@
  
  .PHONY: install
  install: build
 -	$(INSTALL_DIR) $(DESTDIR)$(BINDIR)
 -	$(INSTALL_DIR) $(DESTDIR)$(SBINDIR)
--	$(INSTALL_PROG) $(INSTALL_BIN) $(DESTDIR)$(BINDIR)
--	$(INSTALL_PROG) $(INSTALL_SBIN) $(DESTDIR)$(SBINDIR)
+-	$(INSTALL_PYTHON_PROG) $(INSTALL_BIN) $(DESTDIR)$(BINDIR)
+-	$(INSTALL_PYTHON_PROG) $(INSTALL_SBIN) $(DESTDIR)$(SBINDIR)
 +	$(INSTALL_DIR) $(DESTDIR)$(PRIVATE_BINDIR)
-+	$(INSTALL_PROG) $(INSTALL_TARGETS) $(DESTDIR)$(PRIVATE_BINDIR)
++	$(INSTALL_PYTHON_PROG) $(INSTALL_TARGETS) $(DESTDIR)$(PRIVATE_BINDIR)
  	set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d install-recurse; done
  
  .PHONY: clean
@@ -129,7 +129,7 @@
  
 --- xen-unstable.orig/tools/xenmon/Makefile
 +++ xen-unstable/tools/xenmon/Makefile
-@@ -29,10 +29,10 @@
+@@ -30,10 +30,10 @@
  
  .PHONY: install
  install: build
@@ -146,7 +146,7 @@
  clean:
 --- xen-unstable.orig/tools/xentrace/Makefile
 +++ xen-unstable/tools/xentrace/Makefile
-@@ -35,12 +35,10 @@
+@@ -36,12 +36,10 @@
  
  .PHONY: install
  install: build
@@ -163,7 +163,7 @@
  
 --- xen-unstable.orig/tools/libxc/Makefile
 +++ xen-unstable/tools/libxc/Makefile
-@@ -101,18 +101,18 @@
+@@ -94,18 +94,18 @@
  
  .PHONY: install
  install: build
@@ -204,7 +204,7 @@
  clean:
 --- xen-unstable.orig/tools/xenstat/xentop/Makefile
 +++ xen-unstable/tools/xenstat/xentop/Makefile
-@@ -28,8 +28,8 @@
+@@ -29,8 +29,8 @@
  
  .PHONY: install
  install: xentop xentop.1

Modified: trunk/xen-unstable/debian/patches/tools-python-xen-xm-relative-path.diff
==============================================================================
--- trunk/xen-unstable/debian/patches/tools-python-xen-xm-relative-path.diff	(original)
+++ trunk/xen-unstable/debian/patches/tools-python-xen-xm-relative-path.diff	Fri Jun 20 17:08:13 2008
@@ -30,7 +30,7 @@
      if vals.cmdline_ip:
          cmdline_ip = strip('ip=', vals.cmdline_ip)
          config_image.append(['ip', cmdline_ip])
-@@ -758,7 +766,7 @@
+@@ -760,7 +768,7 @@
  def configure_hvm(config_image, vals):
      """Create the config for HVM devices.
      """
@@ -39,7 +39,7 @@
               'localtime', 'serial', 'stdvga', 'isa', 'nographic', 'soundhw',
               'vnc', 'vncdisplay', 'vncunused', 'vncconsole', 'vnclisten',
               'sdl', 'display', 'xauthority', 'rtc_timeoffset', 'monitor',
-@@ -768,6 +776,8 @@
+@@ -770,6 +778,8 @@
      for a in args:
          if a in vals.__dict__ and vals.__dict__[a] is not None:
              config_image.append([a, vals.__dict__[a]])

Modified: trunk/xen-unstable/debian/patches/tools-rpath.diff
==============================================================================
--- trunk/xen-unstable/debian/patches/tools-rpath.diff	(original)
+++ trunk/xen-unstable/debian/patches/tools-rpath.diff	Fri Jun 20 17:08:13 2008
@@ -69,7 +69,7 @@
                 libraries          = libraries,
 --- xen-unstable.orig/tools/ioemu/Makefile.target
 +++ xen-unstable/tools/ioemu/Makefile.target
-@@ -532,6 +532,8 @@
+@@ -536,6 +536,8 @@
  VL_LDFLAGS+=-Wl,-T,$(SRC_PATH)/sparc64.ld
  endif
  
@@ -80,7 +80,7 @@
  endif
 --- xen-unstable.orig/tools/libxc/Makefile
 +++ xen-unstable/tools/libxc/Makefile
-@@ -146,7 +146,7 @@
+@@ -139,7 +139,7 @@
  	ln -sf $< $@
  
  libxenctrl.so.$(MAJOR).$(MINOR): $(CTRL_PIC_OBJS)
@@ -89,7 +89,7 @@
  
  # libxenguest
  
-@@ -159,7 +159,7 @@
+@@ -152,7 +152,7 @@
  	ln -sf $< $@
  
  libxenguest.so.$(MAJOR).$(MINOR): $(GUEST_PIC_OBJS) libxenctrl.so
@@ -111,7 +111,7 @@
  all: build
 --- xen-unstable.orig/tools/xenstat/xentop/Makefile
 +++ xen-unstable/tools/xenstat/xentop/Makefile
-@@ -19,6 +19,7 @@
+@@ -20,6 +20,7 @@
  
  CFLAGS += -DGCC_PRINTF -Wall -Werror -I$(XEN_LIBXENSTAT)
  LDFLAGS += -L$(XEN_LIBXENSTAT)
@@ -121,7 +121,7 @@
  
 --- xen-unstable.orig/tools/misc/Makefile
 +++ xen-unstable/tools/misc/Makefile
-@@ -45,4 +45,4 @@
+@@ -50,4 +50,4 @@
  	$(CC) -c $(CFLAGS) -o $@ $<
  
  xenperf: %: %.o Makefile
@@ -129,7 +129,7 @@
 +	$(CC) $(CFLAGS) -o $@ $< $(LDFLAGS) $(LDFLAGS_libxenctrl) $(call LDFLAGS_RPATH,../lib)
 --- xen-unstable.orig/tools/xentrace/Makefile
 +++ xen-unstable/tools/xentrace/Makefile
-@@ -4,6 +4,7 @@
+@@ -5,6 +5,7 @@
  
  CFLAGS  += $(CFLAGS_libxenctrl)
  LDFLAGS += $(LDFLAGS_libxenctrl)
@@ -149,7 +149,7 @@
  
 --- xen-unstable.orig/tools/xenmon/Makefile
 +++ xen-unstable/tools/xenmon/Makefile
-@@ -16,6 +16,7 @@
+@@ -17,6 +17,7 @@
  CFLAGS  += -I $(XEN_XC)
  CFLAGS  += $(CFLAGS_libxenctrl)
  LDFLAGS += $(LDFLAGS_libxenctrl)
@@ -159,7 +159,7 @@
  SCRIPTS = xenmon.py
 --- xen-unstable.orig/tools/libfsimage/Rules.mk
 +++ xen-unstable/tools/libfsimage/Rules.mk
-@@ -3,6 +3,7 @@
+@@ -4,6 +4,7 @@
  
  CFLAGS += -I$(XEN_ROOT)/tools/libfsimage/common/ -Werror -Wp,-MD,.$(@F).d
  LDFLAGS += -L../common/

Modified: trunk/xen-unstable/debian/patches/version.patch
==============================================================================
--- trunk/xen-unstable/debian/patches/version.patch	(original)
+++ trunk/xen-unstable/debian/patches/version.patch	Fri Jun 20 17:08:13 2008
@@ -7,7 +7,7 @@
 @DPATCH@
 --- xen-unstable.orig/xen/Makefile
 +++ xen-unstable/xen/Makefile
-@@ -74,17 +74,16 @@
+@@ -84,17 +84,16 @@
  include/xen/compile.h: include/xen/compile.h.in .banner
  	@sed -e 's/@@date@@/$(shell LC_ALL=C date)/g' \
  	    -e 's/@@time@@/$(shell LC_ALL=C date +%T)/g' \



More information about the Pkg-xen-changes mailing list