[Pkg-xen-changes] [xen] 03/05: Update config.{sub,guess}

Ian Campbell ijc-guest at moszumanska.debian.org
Wed Jul 30 19:53:02 UTC 2014


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

ijc-guest pushed a commit to branch feature/arm
in repository xen.

commit ea52a6e2044bd626f040aaea344babc1ff08c27b
Author: Ian Campbell <ijc at hellion.org.uk>
Date:   Fri Jul 18 10:00:52 2014 +0100

    Update config.{sub,guess}
    
    arm64 support requires these files to be updated.
---
 debian/changelog                   | 1 +
 debian/rules.real                  | 4 ++++
 debian/templates/control.source.in | 1 +
 3 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c884019..d53ea68 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,7 @@ xen (4.4.0-1) UNRELEASED; urgency=medium
   * Use system seabios via new configure option instead of patching.
   * Use APPEND_{CFLAGS,CPPFLAGS,LDFLAGS} during build.
   * Add support for armhf.
+  * Update config.{sub,guess}.
 
  -- Bastian Blank <waldi at debian.org>  Sat, 05 Jul 2014 12:54:54 +0200
 
diff --git a/debian/rules.real b/debian/rules.real
index 9e70f56..ebdd46e 100644
--- a/debian/rules.real
+++ b/debian/rules.real
@@ -37,6 +37,8 @@ $(STAMPS_DIR)/setup-docs:
 	@rm -rf $(DIR)
 	mkdir -p $(DIR)
 	cp -al $(SOURCE_FILES) $(DIR)
+	cp /usr/share/misc/config.sub $(DIR)
+	cp /usr/share/misc/config.guess $(DIR)
 	cd $(DIR)/docs; ./configure --prefix=/usr
 	cd $(DIR)/tools; \
 		WGET=/bin/false \
@@ -58,6 +60,8 @@ $(STAMPS_DIR)/setup-utils_$(ARCH):
 	@rm -rf $(DIR)
 	mkdir -p $(DIR)
 	cp -al $(SOURCE_FILES) $(DIR)
+	cp /usr/share/misc/config.sub $(DIR)
+	cp /usr/share/misc/config.guess $(DIR)
 	cd $(DIR)/tools; \
 		APPEND_CFLAGS="$(CFLAGS)" APPEND_CPPFLAGS="$(CPPFLAGS)" \
 		APPEND_LDFLAGS="$(LDFLAGS)" \
diff --git a/debian/templates/control.source.in b/debian/templates/control.source.in
index abadacd..8ba2529 100644
--- a/debian/templates/control.source.in
+++ b/debian/templates/control.source.in
@@ -3,6 +3,7 @@ Priority: optional
 Maintainer: Debian Xen Team <pkg-xen-devel at lists.alioth.debian.org>
 Uploaders: Guido Trotter <ultrotter at debian.org>, Bastian Blank <waldi at debian.org>
 Build-Depends:
+ autotools-dev,
  debhelper (>> 7),
  dpkg-dev (>= 1.16.0~),
  lsb-release,

-- 
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