From b5f6de0c3c313311bd5d095faba3117641533ca4 Mon Sep 17 00:00:00 2001 From: Roland Dreier Date: Fri, 16 Sep 2005 00:37:59 +0000 Subject: [PATCH] Debian packaging changes suggested by debian-mentors review Signed-off-by: Roland Dreier --- INSTALL | 0 NEWS | 0 debian/changelog | 3 +-- debian/control | 13 +++++++------ debian/rules | 1 - 5 files changed, 8 insertions(+), 9 deletions(-) delete mode 100644 INSTALL delete mode 100644 NEWS diff --git a/INSTALL b/INSTALL deleted file mode 100644 index e69de29..0000000 diff --git a/NEWS b/NEWS deleted file mode 100644 index e69de29..0000000 diff --git a/debian/changelog b/debian/changelog index 5676be2..9bd0c15 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,6 @@ libibverbs (1.0-rc2-1) unstable; urgency=low - * Initial Release. - (Closes: #325752) + * Initial Release. (Closes: #325752) -- Roland Dreier Tue, 30 Aug 2005 11:21:59 -0700 diff --git a/debian/control b/debian/control index ae49a3f..09e73b7 100644 --- a/debian/control +++ b/debian/control @@ -1,8 +1,8 @@ Source: libibverbs Priority: optional Maintainer: Roland Dreier -Build-Depends: cdbs (>= 0.4.25-1), debhelper (>= 4.1.0), autotools-dev -Standards-Version: 3.6.1 +Build-Depends: cdbs (>= 0.4.25-1), debhelper (>= 4.1.0), autotools-dev, libsysfs-dev +Standards-Version: 3.6.2.1 Section: libs Package: libibverbs1 @@ -23,7 +23,7 @@ Description: A library for direct userspace use of InfiniBand Package: libibverbs-dev Section: libdevel Architecture: any -Depends: libibverbs1 (= ${Source-Version}) +Depends: libibverbs1 (= ${Source-Version}), libsysfs-dev Description: Development files for the libibverbs library libibverbs is a library that allows userspace processes to use InfiniBand "verbs" as described in the InfiniBand Architecture @@ -34,7 +34,7 @@ Description: Development files for the libibverbs library It contains the header files and static libraries (optionally) needed for compiling. -Package: libibverbs1-dbg +Package: libibverbs-dbg Section: libdevel Priority: extra Architecture: any @@ -49,7 +49,7 @@ Description: Development files for the libmthca driver libibverbs1. They will automatically be used by gdb for debugging libibverbs-related issues. -Package: ibverbs-examples +Package: ibverbs-utils Section: net Architecture: any Depends: libibverbs1 (= ${Source-Version}) @@ -59,4 +59,5 @@ Description: Examples for the libibverbs library Specification. This includes direct hardware access for fast path operations. . - This package contains example programs that use libibverbs1. + This package contains useful libibverbs1 example programs such as + ibv_devinfo, which displays information about InfiniBand devices. diff --git a/debian/rules b/debian/rules index 7d62cd4..1621f42 100755 --- a/debian/rules +++ b/debian/rules @@ -7,4 +7,3 @@ DEB_DH_STRIP_ARGS := --dbg-package=libibverbs1 include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk - -- 2.41.0