[Pkg-ofed-commits] [libipathverbs] 05/05: Imported Debian patch 1.2-1
Ana Beatriz Guerrero López
ana at moszumanska.debian.org
Wed Jul 2 13:27:12 UTC 2014
This is an automated email from the git hooks/post-receive script.
ana pushed a commit to branch master
in repository libipathverbs.
commit 13b76f79ab8868ccf4304a935d83e92a73431764
Merge: 381cea7 57e802b
Author: Roland Dreier <roland at digitalvampire.org>
Date: Wed Jul 6 23:51:29 2011 -0700
Imported Debian patch 1.2-1
.gitignore | 22 +
Makefile.in | 1 -
aclocal.m4 | 34 +-
libipathverbs.spec => autogen.sh | 65 +-
configure => autom4te.cache/output.0 | 632 ++--
configure => autom4te.cache/output.1 | 620 ++--
autom4te.cache/requests | 352 +++
aclocal.m4 => autom4te.cache/traces.0 | 4032 +++++++++++++++++++-------
autom4te.cache/traces.1 | 468 +++
config/config.guess | 654 +++--
config/config.sub | 186 +-
config/ltmain.sh | 162 +-
configure | 228 +-
configure.in | 4 +-
debian/changelog | 26 +
debian/compat | 2 +-
debian/control | 13 +-
debian/libipathverbs1.install | 2 +-
debian/patches/driver-plugin-directory.patch | 10 +
debian/patches/series | 1 +
debian/rules | 18 +-
debian/source/format | 1 +
debian/watch | 2 +-
libipathverbs.spec | 14 +-
libipathverbs.spec.in | 8 +-
src/ipathverbs.c | 25 +-
src/ipathverbs.h | 20 +-
src/verbs.c | 15 +-
28 files changed, 5095 insertions(+), 2522 deletions(-)
diff --cc debian/changelog
index 888a17f,0000000..faa16e8
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,12 -1,0 +1,38 @@@
++libipathverbs (1.2-1) unstable; urgency=low
++
++ * New upstream release.
++ * Switch to dpkg-source 3.0 (quilt) format.
++ * Change build system from cdbs to debhelper 7.
++ * Update maintainer and set DM-Upload-Allowed to yes. (Closes: #632107)
++ * Acknowledge NMU (Closes: #621587).
++ * Use libibverbs 1.1.3 feature to move plugin to /usr/lib/libibverbs
++ to fix multiple problems with a not-exactly-shlib in /usr/lib.
++ * Update to Standards-Version: 3.9.2.
++
++ -- Roland Dreier <roland at digitalvampire.org> Wed, 06 Jul 2011 23:51:29 -0700
++
+libipathverbs (1.1-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Don't ship .la files (Closes: #621587).
+
+ -- Luk Claes <luk at debian.org> Sun, 19 Jun 2011 18:49:34 +0200
+
++libipathverbs (1.1-3) unstable; urgency=low
++
++ * Fix debian/watch file to use new download URL.
++
++ -- Roland Dreier <roland at digitalvampire.org> Wed, 20 Apr 2011 11:33:29 -0700
++
++libipathverbs (1.1-2) unstable; urgency=low
++
++ * Update to Standards-Version: 3.8.2.
++ * Move -dbg package to section debug.
++
++ -- Roland Dreier <rolandd at cisco.com> Thu, 25 Jun 2009 13:40:04 -0700
++
+libipathverbs (1.1-1) unstable; urgency=low
+
+ * Initial Release. (Closes: #473875)
+
+ -- Roland Dreier <rolandd at cisco.com> Sun, 30 Mar 2008 09:27:38 -0700
diff --cc debian/compat
index 7ed6ff8,0000000..7f8f011
mode 100644,000000..100644
--- a/debian/compat
+++ b/debian/compat
@@@ -1,1 -1,0 +1,1 @@@
- 5
++7
diff --cc debian/control
index eff3bcf,0000000..d50719b
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,47 -1,0 +1,48 @@@
+Source: libipathverbs
+Priority: extra
- Maintainer: Roland Dreier <rolandd at cisco.com>
- Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 5), libtool, libibverbs-dev (>= 1.1)
- Standards-Version: 3.7.3
++Maintainer: Roland Dreier <roland at digitalvampire.org>
++DM-Upload-Allowed: yes
++Build-Depends: autoconf, automake, libtool, debhelper (>= 7.0.50~), dpkg-dev (>= 1.13.19), libibverbs-dev (>= 1.1.3)
++Standards-Version: 3.9.2
+Section: libs
+Homepage: http://www.openfabrics.org/
+
+Package: libipathverbs1
+Section: libs
+Architecture: any
- Depends: ${shlibs:Depends}, ${misc:Depends}
- Description: A userspace driver for QLogic InfiniBand HCAs
++Depends: ${shlibs:Depends}, ${misc:Depends}, libibverbs1 (>= 1.1.3)
++Description: Userspace driver for QLogic InfiniBand HCAs
+ libipathverbs is a device-specific driver for QLogic InfiniBand host
+ channel adapters (HCAs) for the libibverbs library. This allows
+ userspace processes to access QLogic HCA hardware directly with
+ low latency and low overhead.
+ .
+ This package contains the loadable plug-in.
+
+Package: libipathverbs-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends}, libipathverbs1 (= ${binary:Version})
+Description: Development files for the libipathverbs driver
+ libipathverbs is a device-specific driver for QLogic InfiniBand host
+ channel adapters (HCAs) for the libibverbs library. This allows
+ userspace processes to access QLogic HCA hardware directly with
+ low latency and low overhead.
+ .
+ This package contains static versions of libipathverbs that may be linked
+ directly to an application, which may be useful for debugging.
+
+Package: libipathverbs1-dbg
- Section: libdevel
++Section: debug
+Priority: extra
+Architecture: any
+Depends: ${misc:Depends}, libipathverbs1 (= ${binary:Version})
+Description: Debugging symbols for the libipathverbs driver
+ libipathverbs is a device-specific driver for QLogic InfiniBand host
+ channel adapters (HCAs) for the libibverbs library. This allows
+ userspace processes to access QLogic HCA hardware directly with
+ low latency and low overhead.
+ .
+ This package contains the debugging symbols associated with
+ libipathverbs1. They will automatically be used by gdb for debugging
+ libipathverbs-related issues.
diff --cc debian/libipathverbs1.install
index 9e60890,0000000..0cda207
mode 100644,000000..100644
--- a/debian/libipathverbs1.install
+++ b/debian/libipathverbs1.install
@@@ -1,2 -1,0 +1,2 @@@
- usr/lib/libipathverbs-rdmav2.so
++usr/lib/libipathverbs-rdmav2.so /usr/lib/libibverbs/
+etc/libibverbs.d/ipath.driver
diff --cc debian/patches/driver-plugin-directory.patch
index 0000000,0000000..1e766c3
new file mode 100644
--- /dev/null
+++ b/debian/patches/driver-plugin-directory.patch
@@@ -1,0 -1,0 +1,10 @@@
++Description: Tell libibverbs to look in /usr/lib/libibverbs for plugin library
++Author: Roland Dreier <roland at digitalvampire.org>
++
++Index: libipathverbs-deb.git/ipath.driver
++===================================================================
++--- libipathverbs-deb.git.orig/ipath.driver 2011-07-06 23:50:03.942300118 -0700
+++++ libipathverbs-deb.git/ipath.driver 2011-07-06 23:50:25.991435477 -0700
++@@ -1 +1 @@
++-driver ipathverbs
+++driver /usr/lib/libibverbs/libipathverbs
diff --cc debian/patches/series
index 0000000,0000000..213f49e
new file mode 100644
--- /dev/null
+++ b/debian/patches/series
@@@ -1,0 -1,0 +1,1 @@@
++driver-plugin-directory.patch
diff --cc debian/rules
index 3e70bc3,0000000..05e37a2
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,8 -1,0 +1,18 @@@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+
- DEB_DH_INSTALL_SOURCEDIR := debian/tmp
- DEB_AUTO_UPDATE_LIBTOOL := post
++%:
++ dh $@
+
- include /usr/share/cdbs/1/rules/debhelper.mk
- include /usr/share/cdbs/1/class/autotools.mk
++override_dh_strip:
++ dh_strip --dbg-package=libipathverbs1-dbg
++
++override_dh_auto_configure:
++ aclocal --force
++ libtoolize --install --copy --force
++ autoconf --force
++ autoheader --force
++ automake --add-missing --copy --force-missing --foreign
++ dh_auto_configure
++
++override_dh_makeshlibs:
diff --cc debian/source/format
index 0000000,0000000..163aaf8
new file mode 100644
--- /dev/null
+++ b/debian/source/format
@@@ -1,0 -1,0 +1,1 @@@
++3.0 (quilt)
diff --cc debian/watch
index dc94541,0000000..835cf95
mode 100644,000000..100644
--- a/debian/watch
+++ b/debian/watch
@@@ -1,3 -1,0 +1,3 @@@
+version=3
+opts="uversionmangle=s/-rc/~rc/" \
- http://www.openfabrics.org/downloads/ipath/libipathverbs-(.+)\.tar\.gz
++ http://www.openfabrics.org/downloads/libipathverbs/libipathverbs-(.+)\.tar\.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ofed/libipathverbs.git
More information about the Pkg-ofed-commits
mailing list