[Pkg-xen-changes] r689 - trunk/xen-3/debian

Bastian Blank waldi at alioth.debian.org
Sat Nov 21 18:08:42 UTC 2009


Author: waldi
Date: Sat Nov 21 18:08:42 2009
New Revision: 689

Log:
* debian/changelog: Update.
* debian/rules.real: Link instead of copy the source tree.

Modified:
   trunk/xen-3/debian/changelog
   trunk/xen-3/debian/rules.real

Modified: trunk/xen-3/debian/changelog
==============================================================================
--- trunk/xen-3/debian/changelog	Sat Nov 21 18:07:41 2009	(r688)
+++ trunk/xen-3/debian/changelog	Sat Nov 21 18:08:42 2009	(r689)
@@ -1,3 +1,9 @@
+xen-3 (3.4.2-2) UNRELEASED; urgency=low
+
+  * Support new source formats.
+
+ -- Bastian Blank <waldi at debian.org>  Sat, 21 Nov 2009 19:07:59 +0100
+
 xen-3 (3.4.2-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/xen-3/debian/rules.real
==============================================================================
--- trunk/xen-3/debian/rules.real	Sat Nov 21 18:07:41 2009	(r688)
+++ trunk/xen-3/debian/rules.real	Sat Nov 21 18:08:42 2009	(r689)
@@ -30,7 +30,7 @@
 $(STAMPS_DIR)/source:
 	@rm -rf $(DIR)
 	mkdir $(DIR)
-	cp -a $(srcfiles) $(DIR)
+	cp -al $(srcfiles) $(DIR)
 	cd $(DIR); QUILT_PATCHES=$(CURDIR)/debian/patches quilt --quiltrc /dev/null push -a || test $$? = 2
 	touch $@
 



More information about the Pkg-xen-changes mailing list