[Pkg-xen-changes] r143 - trunk/xen-3.0/debian

Guido Trotter ultrotter at costa.debian.org
Mon Mar 27 10:55:08 UTC 2006


Author: ultrotter
Date: 2006-03-27 10:55:07 +0000 (Mon, 27 Mar 2006)
New Revision: 143

Modified:
   trunk/xen-3.0/debian/changelog
   trunk/xen-3.0/debian/rules
Log:
debian/changelog remove an unused bullet
debian/rules call dh_clean -k so files doesn't get deleted and the docs deb is added in the changes file (it was not)


Modified: trunk/xen-3.0/debian/changelog
===================================================================
--- trunk/xen-3.0/debian/changelog	2006-03-27 10:45:59 UTC (rev 142)
+++ trunk/xen-3.0/debian/changelog	2006-03-27 10:55:07 UTC (rev 143)
@@ -32,9 +32,8 @@
     string and removes the banner.
   * Don't install unusable cruft in xen-utils
   * Remove libxen packages (no stable API/ABI)
-  * 
 
- -- Guido Trotter <ultrotter at debian.org>  Mon, 27 Mar 2006 12:34:53 +0200
+ -- Guido Trotter <ultrotter at debian.org>  Mon, 27 Mar 2006 12:48:23 +0200
 
 xen (2.0.6-1) unstable; urgency=low
 

Modified: trunk/xen-3.0/debian/rules
===================================================================
--- trunk/xen-3.0/debian/rules	2006-03-27 10:45:59 UTC (rev 142)
+++ trunk/xen-3.0/debian/rules	2006-03-27 10:55:07 UTC (rev 143)
@@ -125,7 +125,7 @@
 install-docs:
 	dh_testdir
 	dh_testroot
-	dh_clean
+	dh_clean -k
 
 	$(MAKE) -C $(BUILD_DIR)/build-docs/docs install DESTDIR=$(CURDIR)/debian/tmp
 	dh_install --sourcedir=debian/tmp
@@ -143,7 +143,7 @@
 install-tools:
 	dh_testdir
 	dh_testroot
-	dh_clean
+	dh_clean -k
 
 	$(MAKE) -C $(BUILD_DIR)/build-docs/docs install DESTDIR=$(CURDIR)/debian/tmp
 	$(MAKE) -C $(BUILD_DIR)/build-tools/tools install XEN_PYTHON_NATIVE_INSTALL=1 DESTDIR=$(CURDIR)/debian/tmp DISTDIR=$(CURDIR)/debian/tmp




More information about the Pkg-xen-changes mailing list