[Pkg-xen-changes] [xen] 03/07: Run dh-autoreconf to update config.{sub, guess}

Ian Campbell ijc-guest at moszumanska.debian.org
Sat Jul 19 06:32:18 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 e28ea0c538381f6ea777149a8e77b8d5c6b4e973
Author: Ian Campbell <ijc at hellion.org.uk>
Date:   Fri Jul 18 10:00:52 2014 +0100

    Run dh-autoreconf to update config.{sub,guess}
    
    These are idempotent, so it is safe to call updateconfig in the setup rule.
    
    arm64 support requires these files to be updated.
---
 debian/changelog                   | 1 +
 debian/rules                       | 2 ++
 debian/templates/control.source.in | 1 +
 3 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c884019..61f7bfa 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.
+  * Run dh-autoreconf to update config.{sub,guess}.
 
  -- Bastian Blank <waldi at debian.org>  Sat, 05 Jul 2014 12:54:54 +0200
 
diff --git a/debian/rules b/debian/rules
index bd60ff1..cd7e25a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,7 @@ include debian/rules.defs
 
 setup: debian/control
 	dh_testdir
+	dh_autotools-dev_updateconfig
 	$(MAKE) -f debian/rules.gen setup_$(DEB_HOST_ARCH)
 
 build: build-arch build-indep
@@ -30,6 +31,7 @@ maintainerclean:
 clean: debian/control
 	dh_testdir
 	rm -rf $(BUILD_DIR) $(STAMPS_DIR) debian/lib/python/debian_xen/*.pyc
+	dh_autotools-dev_restoreconfig
 	dh_clean
 
 binary-indep:
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