[Pkg-ofed-commits] [librdmacm] 03/06: Run wrap-and-sort

Benjamin Drung bdrung at moszumanska.debian.org
Fri Aug 19 14:44:04 UTC 2016


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

bdrung pushed a commit to branch master
in repository librdmacm.

commit c8f11474e5caf19822e6bd8e2158a95756a524bf
Author: Benjamin Drung <benjamin.drung at profitbricks.com>
Date:   Fri Aug 19 16:23:51 2016 +0200

    Run wrap-and-sort
---
 debian/control | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 3a3c603..c6b6654 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,14 @@
 Source: librdmacm
 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)
+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),
+               libtool
 Standards-Version: 3.9.7
 Section: libs
 Vcs-Git: git://anonscm.debian.org/pkg-ofed/librdmacm.git
@@ -12,7 +18,7 @@ Homepage: https://www.openfabrics.org/downloads/rdmacm/
 Package: librdmacm1
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Library for managing RDMA connections
  librdmacm is a library that allows applications to set up reliable
  connected and unreliable datagram transfers when using RDMA adapters.
@@ -32,7 +38,7 @@ Description: Library for managing RDMA connections
 Package: librdmacm-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, librdmacm1 (= ${binary:Version}), libibverbs-dev
+Depends: libibverbs-dev, librdmacm1 (= ${binary:Version}), ${misc:Depends}
 Description: Development files for the librdmacm library
  librdmacm is a library that allows applications to set up reliable
  connected and unreliable datagram transfers when using RDMA adapters.
@@ -54,7 +60,7 @@ Description: Development files for the librdmacm library
 Package: librdmacm1-dbg
 Section: debug
 Architecture: any
-Depends: ${misc:Depends}, librdmacm1 (= ${binary:Version})
+Depends: librdmacm1 (= ${binary:Version}), ${misc:Depends}
 Description: Debugging symbols for the librdmacm library
  librdmacm is a library that allows applications to set up reliable
  connected and unreliable datagram transfers when using RDMA adapters.
@@ -76,7 +82,7 @@ Description: Debugging symbols for the librdmacm library
 Package: rdmacm-utils
 Section: net
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Examples for the librdmacm library
  librdmacm is a library that allows applications to set up reliable
  connected and unreliable datagram transfers when using RDMA adapters.

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



More information about the Pkg-ofed-commits mailing list