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

Bastian Blank waldi at costa.debian.org
Sun Sep 17 16:09:02 UTC 2006


Author: waldi
Date: Sun Sep 17 16:09:01 2006
New Revision: 317

Modified:
   trunk/xen-unstable/debian/changelog
   trunk/xen-unstable/debian/patches/version.dpatch

Log:
* debian/changelog: Set version to 3.0-unstable+hg11470-1.
* debian/patches/version.dpatch: Update.


Modified: trunk/xen-unstable/debian/changelog
==============================================================================
--- trunk/xen-unstable/debian/changelog	(original)
+++ trunk/xen-unstable/debian/changelog	Sun Sep 17 16:09:01 2006
@@ -1,3 +1,9 @@
+xen-unstable (3.0-unstable+hg11470-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot. 
+
+ -- Bastian Blank <waldi at debian.org>  Sun, 17 Sep 2006 15:02:45 +0000
+
 xen-unstable (3.0-unstable+hg11292-2) unstable; urgency=low
 
   * Fix pae hypervisor.

Modified: trunk/xen-unstable/debian/patches/version.dpatch
==============================================================================
--- trunk/xen-unstable/debian/patches/version.dpatch	(original)
+++ trunk/xen-unstable/debian/patches/version.dpatch	Sun Sep 17 16:09:01 2006
@@ -8,17 +8,14 @@
 diff -urNad xen-unstable~/xen/Makefile xen-unstable/xen/Makefile
 --- xen-unstable~/xen/Makefile	2006-08-18 15:35:47.000000000 +0000
 +++ xen-unstable/xen/Makefile	2006-08-18 16:22:45.830247330 +0000
-@@ -92,18 +92,18 @@
+@@ -92,17 +92,17 @@
  # compile.h contains dynamic build info. Rebuilt on every 'make' invocation.
- include/xen/compile.h: LANG=C
  include/xen/compile.h: include/xen/compile.h.in
--	@sed -e 's/@@date@@/$(shell date)/g' \
--	    -e 's/@@time@@/$(shell date +%T)/g' \
+ 	@sed -e 's/@@date@@/$(shell LC_ALL=C date)/g' \
+ 	    -e 's/@@time@@/$(shell LC_ALL=C date +%T)/g' \
 -	    -e 's/@@whoami@@/$(shell whoami)/g' \
 -	    -e 's/@@domain@@/$(shell ([ -x /bin/dnsdomainname ] && /bin/dnsdomainname) || ([ -x /bin/domainname ] && /bin/domainname || echo [unknown]))/g' \
 -	    -e 's/@@hostname@@/$(shell hostname)/g' \
-+	@sed -e 's/@@date@@/$(shell LC_ALL=C date)/g' \
-+	    -e 's/@@time@@/$(shell LC_ALL=C date +%T)/g' \
  	    -e 's|@@compiler@@|$(shell $(CC) $(CFLAGS) -v 2>&1 | tail -n 1 | sed -e "s;|;/;")|g' \
  	    -e 's/@@version@@/$(XEN_VERSION)/g' \
  	    -e 's/@@subversion@@/$(XEN_SUBVERSION)/g' \



More information about the Pkg-xen-changes mailing list