[Pkg-xen-changes] [xen] 04/04: Really update config.{sub,guess}

Bastian Blank waldi at moszumanska.debian.org
Mon Aug 25 18:20:48 UTC 2014


This is an automated email from the git hooks/post-receive script.

waldi pushed a commit to branch develop
in repository xen.

commit c88ce74184e11b6ec0c476ccf80109a15c4a4e15
Author: Bastian Blank <waldi at debian.org>
Date:   Mon Aug 25 20:20:33 2014 +0200

    Really update config.{sub,guess}
---
 debian/changelog  | 3 +++
 debian/rules.real | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f34bae2..4392966 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ xen (4.4.0-3) UNRELEASED; urgency=medium
   [ Ian Campbell ]
   * Use correct SeaBIOS binary which supports Xen (Closes: #737905).
 
+  [ Bastian Blank ]
+  * Really update config.{sub,guess}.
+
  -- Ian Campbell <ijc at hellion.org.uk>  Mon, 18 Aug 2014 15:59:57 +0100
 
 xen (4.4.0-2) unstable; urgency=medium
diff --git a/debian/rules.real b/debian/rules.real
index 4cad12e..ad32b57 100644
--- a/debian/rules.real
+++ b/debian/rules.real
@@ -34,7 +34,7 @@ $(STAMPS_DIR)/setup-docs:
 	@rm -rf $(DIR)
 	mkdir -p $(DIR)
 	cp -al $(SOURCE_FILES) $(DIR)
-	cp -n /usr/share/misc/config.guess /usr/share/misc/config.sub $(DIR)
+	cp --remove-destination /usr/share/misc/config.guess /usr/share/misc/config.sub $(DIR)
 	cd $(DIR)/docs; ./configure --prefix=/usr
 	cd $(DIR)/tools; \
 		WGET=/bin/false \
@@ -56,7 +56,7 @@ $(STAMPS_DIR)/setup-utils_$(ARCH):
 	@rm -rf $(DIR)
 	mkdir -p $(DIR)
 	cp -al $(SOURCE_FILES) $(DIR)
-	cp -n /usr/share/misc/config.guess /usr/share/misc/config.sub $(DIR)
+	cp --remove-destination /usr/share/misc/config.guess /usr/share/misc/config.sub $(DIR)
 	cd $(DIR)/tools; \
 		WGET=/bin/false \
 		./configure \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-xen/xen.git



More information about the Pkg-xen-changes mailing list