[Pkg-ofed-commits] [libmlx4] 15/17: Import Debian patch 1.0.6-1

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Thu Sep 8 20:06:55 UTC 2016


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

ana pushed a commit to branch master
in repository libmlx4.

commit a8d92336783ad0eeef5f1388e93e9683894cc4f6
Author: Roland Dreier <rbd at debian.org>
Date:   Tue May 6 10:11:20 2014 -0700

    Import Debian patch 1.0.6-1
---
 debian/changelog | 10 ++++++++++
 debian/control   |  6 +++---
 debian/rules     |  2 +-
 3 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e6ae47f..43694fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+libmlx4 (1.0.6-1) unstable; urgency=low
+
+  * 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).
+  * Update to Standards-Version: 3.9.5.
+
+ -- Roland Dreier <rbd at debian.org>  Tue, 06 May 2014 10:11:20 -0700
+
 libmlx4 (1.0.5-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index cf41750..ab08e00 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,15 @@
 Source: libmlx4
 Priority: extra
 Maintainer: Roland Dreier <rbd at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), dpkg-dev (>= 1.13.19), libibverbs-dev (>= 1.1.3)
-Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 7.0.50~), dpkg-dev (>= 1.13.19), libibverbs-dev (>= 1.1.8), dh-autoreconf
+Standards-Version: 3.9.5
 Section: libs
 Homepage: http://www.openfabrics.org/
 
 Package: libmlx4-1
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libibverbs1 (>= 1.1.3)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libibverbs1 (>= 1.1.8)
 Description: Userspace driver for Mellanox ConnectX InfiniBand HCAs
  libmlx4 is a device-specific driver for Mellanox ConnectX InfiniBand
  host channel adapters (HCAs) for the libibverbs library.  This allows
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

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



More information about the Pkg-ofed-commits mailing list