[Pkg-ofed-commits] [libibverbs] 05/08: Run autoreconf on build (fixed arm64 build failure)

Benjamin Drung bdrung at moszumanska.debian.org
Tue Aug 16 12:01:42 UTC 2016


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

bdrung pushed a commit to branch master
in repository libibverbs.

commit f196b9cd20e53f1c037426da2ba0bb596d19b1cd
Author: Benjamin Drung <benjamin.drung at profitbricks.com>
Date:   Tue Aug 16 13:13:33 2016 +0200

    Run autoreconf on build (fixed arm64 build failure)
    
    To avoid having outdated autotools files, run autoreconf while building
    the packaging.
    
    Closes: #717835
---
 debian/control | 1 +
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 9acdb03..2fe2e51 100644
--- a/debian/control
+++ b/debian/control
@@ -3,6 +3,7 @@ Priority: extra
 Maintainer: OFED and Debian Developement and Discussion <pkg-ofed-devel at lists.alioth.debian.org>
 Uploaders: Roland Dreier <rbd at debian.org>,  Ana Beatriz Guerrero Lopez <ana at debian.org>
 Build-Depends: debhelper (>= 9),
+ dh-autoreconf,
  dpkg-dev (>= 1.13.19),
  pkg-config,
  libnl-3-dev,
diff --git a/debian/rules b/debian/rules
index 4b31aaa..aaff868 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 %:
-	dh $@
+	dh $@ --with autoreconf
 
 override_dh_strip:
 	dh_strip --dbg-package=libibverbs1-dbg

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



More information about the Pkg-ofed-commits mailing list