aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <roland@purestorage.com>2014-05-03 16:04:09 -0700
committerRoland Dreier <roland@purestorage.com>2014-05-05 11:14:05 -0700
commit73c0a80ebaeaddde47de29b1aa62f7cbf94501dc (patch)
tree9f1738d73efc53a09b58ea0aa2108d8d83425165
parent1b6875d4c2cba3b751ad0b4286cf52b6a22bff97 (diff)
downloadlibmlx4-73c0a80ebaeaddde47de29b1aa62f7cbf94501dc.tar.gz
Use dh-autoreconf to fix build on ppc64el
Patch from Logan Rosen <logan@ubuntu.com> / https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733843 Signed-off-by: Roland Dreier <roland@purestorage.com>
-rw-r--r--debian/changelog9
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
3 files changed, 11 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index e6ae47f..86df70f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libmlx4 (1.0.6-1) UNRELEASED; urgency=medium
+
+ * New upstream release.
+ - Depend on libibverbs 1.1.8 for new verbs extensions API.
+ - Flow steering support.
+ * Use dh-autoreconf to fix FTBFS on ppc64el (Closes: #733843).
+
+ -- Roland Dreier <rbd@debian.org> Sat, 03 May 2014 16:01:47 -0700
+
libmlx4 (1.0.5-1) unstable; urgency=low
* New upstream release.
diff --git a/debian/control b/debian/control
index 9d5532c..b1bb862 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
Source: libmlx4
Priority: extra
Maintainer: Roland Dreier <rbd@debian.org>
-Build-Depends: debhelper (>= 7.0.50~), dpkg-dev (>= 1.13.19), libibverbs-dev (>= 1.1.8)
+Build-Depends: debhelper (>= 7.0.50~), dpkg-dev (>= 1.13.19), libibverbs-dev (>= 1.1.8), dh-autoreconf
Standards-Version: 3.9.2
Section: libs
Homepage: http://www.openfabrics.org/
diff --git a/debian/rules b/debian/rules
index b0252a0..9d15bec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
# -*- mode: makefile; coding: utf-8 -*-
%:
- dh $@
+ dh $@ --with autoreconf
override_dh_strip:
dh_strip --dbg-package=libmlx4-1-dbg