[Pkg-xen-changes] r739 - in trunk/xen-3/debian: . templates

Bastian Blank waldi at alioth.debian.org
Thu Apr 8 13:43:40 UTC 2010


Author: waldi
Date: Thu Apr  8 13:43:37 2010
New Revision: 739

Log:
* debian/changelog: Update.
* debian/rules.real: Don't overwrite EXTRAVERSION.
* debian/templates/control.utils.in: Bump xen-utils-common dep.

Modified:
   trunk/xen-3/debian/changelog
   trunk/xen-3/debian/rules.real
   trunk/xen-3/debian/templates/control.utils.in

Modified: trunk/xen-3/debian/changelog
==============================================================================
--- trunk/xen-3/debian/changelog	Fri Mar 26 09:02:44 2010	(r738)
+++ trunk/xen-3/debian/changelog	Thu Apr  8 13:43:37 2010	(r739)
@@ -1,3 +1,9 @@
+xen-3 (3.4.3~rc3-2) UNRELEASED; urgency=low
+
+  * Again ship the complete version in the hypervisor.
+
+ -- Bastian Blank <waldi at debian.org>  Mon, 01 Mar 2010 23:41:38 +0100
+
 xen-3 (3.4.3~rc3-1) unstable; urgency=low
 
   * New upstream release candidate.

Modified: trunk/xen-3/debian/rules.real
==============================================================================
--- trunk/xen-3/debian/rules.real	Fri Mar 26 09:02:44 2010	(r738)
+++ trunk/xen-3/debian/rules.real	Thu Apr  8 13:43:37 2010	(r739)
@@ -43,7 +43,7 @@
 	@rm -rf $(DIR)
 	mkdir $(DIR)
 	cp -al $(SOURCE_FILES) $(DIR)
-	echo "XEN_EXTRAVERSION := $(EXTRAVERSION)" > $(DIR)/xen/xen-version
+	echo "XEN_VENDORVERSION := $(EXTRAVERSION)" > $(DIR)/xen/xen-version
 	touch $@
 
 $(STAMPS_DIR)/setup-utils_$(ARCH): SOURCE_FILES = $(filter-out debian, $(wildcard *))

Modified: trunk/xen-3/debian/templates/control.utils.in
==============================================================================
--- trunk/xen-3/debian/templates/control.utils.in	Fri Mar 26 09:02:44 2010	(r738)
+++ trunk/xen-3/debian/templates/control.utils.in	Thu Apr  8 13:43:37 2010	(r739)
@@ -1,5 +1,5 @@
 Package: xen-utils- at version@
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, xen-utils-common (>= 3.3.1-1), iproute, udev (>> 0.060)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, xen-utils-common (>= 3.4.2-4), iproute, udev (>> 0.060)
 Recommends: bridge-utils, libc6-xen [i386], xen-hypervisor- at version@
 Provides: xen-utils
 Suggests: xen-docs- at version@



More information about the Pkg-xen-changes mailing list