[Pkg-ofed-commits] [libipathverbs] 08/10: wrap-and-sort

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Tue Sep 13 21:26:25 UTC 2016


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

ana pushed a commit to branch master
in repository libipathverbs.

commit 6046c48b7e9913f8422d93ef1886761a007ac492
Author: Ana Beatriz Guerrero Lopez <ana at debian.org>
Date:   Tue Sep 13 23:19:20 2016 +0200

    wrap-and-sort
---
 debian/control                | 14 ++++++++++----
 debian/libipathverbs1.install |  2 +-
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index a2bf484..3412f6a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,14 @@
 Source: libipathverbs
 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: autoconf, automake, libtool, debhelper (>= 9), dpkg-dev (>= 1.13.19), libibverbs-dev (>= 1.1.3)
+Uploaders: Roland Dreier <rbd at debian.org>,
+           Ana Beatriz Guerrero Lopez <ana at debian.org>
+Build-Depends: autoconf,
+               automake,
+               debhelper (>= 9),
+               dpkg-dev (>= 1.13.19),
+               libibverbs-dev (>= 1.1.3),
+               libtool
 Standards-Version: 3.9.8
 Section: libs
 Vcs-Git: https://anonscm.debian.org/git/pkg-ofed/libipathverbs.git
@@ -11,7 +17,7 @@ Homepage: https://www.openfabrics.org/downloads/libipathverbs/
 
 Package: libipathverbs1
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 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
@@ -23,7 +29,7 @@ Description: Userspace driver for QLogic InfiniBand HCAs
 Package: libipathverbs-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libipathverbs1 (= ${binary:Version})
+Depends: libipathverbs1 (= ${binary:Version}), ${misc:Depends}
 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
diff --git a/debian/libipathverbs1.install b/debian/libipathverbs1.install
index 610027e..05d12f2 100644
--- a/debian/libipathverbs1.install
+++ b/debian/libipathverbs1.install
@@ -1,2 +1,2 @@
-usr/lib/*/libipathverbs-rdmav2.so 	/usr/lib/libibverbs/
 etc/libibverbs.d/ipath.driver
+usr/lib/*/libipathverbs-rdmav2.so 	/usr/lib/libibverbs/

-- 
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