Author: waldi Date: Sat Nov 21 18:07:41 2009 New Revision: 688 Log: * debian/changelog: Update. * debian/rules: Link instead of copy the source tree. Modified: trunk/xen-common/debian/changelog trunk/xen-common/debian/rules Modified: trunk/xen-common/debian/changelog =============================================================================--- trunk/xen-common/debian/changelog Wed Nov 18 12:59:08 2009 (r687) +++ trunk/xen-common/debian/changelog Sat Nov 21 18:07:41 2009 (r688) @@ -2,6 +2,7 @@ * Redefine Xen version tests to allow detection of bare metal. (closes: #556859) + * Support new source formats. (closes: #538683) -- Bastian Blank <waldi at debian.org> Wed, 18 Nov 2009 13:45:26 +0100 Modified: trunk/xen-common/debian/rules =============================================================================--- trunk/xen-common/debian/rules Wed Nov 18 12:59:08 2009 (r687) +++ trunk/xen-common/debian/rules Sat Nov 21 18:07:41 2009 (r688) @@ -18,7 +18,7 @@ dh_testdir @rm -rf $(BUILD_DIR) mkdir -p $(BUILD_DIR) - cp -a $(srcfiles) $(BUILD_DIR) + cp -al $(srcfiles) $(BUILD_DIR) cd $(BUILD_DIR); QUILT_PATCHES=$(CURDIR)/debian/patches quilt --quiltrc /dev/null push -a || test $$? = 2 touch $@