Author: waldi Date: Sun Nov 22 11:06:53 2009 New Revision: 691 Log: Revert revision 688, it breaks more than it fixes. Modified: trunk/xen-common/debian/changelog trunk/xen-common/debian/rules Modified: trunk/xen-common/debian/changelog =============================================================================--- trunk/xen-common/debian/changelog Sun Nov 22 11:05:33 2009 (r690) +++ trunk/xen-common/debian/changelog Sun Nov 22 11:06:53 2009 (r691) @@ -2,7 +2,6 @@ * 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 Sun Nov 22 11:05:33 2009 (r690) +++ trunk/xen-common/debian/rules Sun Nov 22 11:06:53 2009 (r691) @@ -18,7 +18,7 @@ dh_testdir @rm -rf $(BUILD_DIR) mkdir -p $(BUILD_DIR) - cp -al $(srcfiles) $(BUILD_DIR) + cp -a $(srcfiles) $(BUILD_DIR) cd $(BUILD_DIR); QUILT_PATCHES=$(CURDIR)/debian/patches quilt --quiltrc /dev/null push -a || test $$? = 2 touch $@