]> git.openfabrics.org - ~shefty/libibverbs.git/commitdiff
Debian packaging changes suggested by debian-mentors review
authorRoland Dreier <rolandd@cisco.com>
Fri, 16 Sep 2005 00:37:59 +0000 (00:37 +0000)
committerRoland Dreier <rolandd@cisco.com>
Thu, 9 Nov 2006 19:35:57 +0000 (11:35 -0800)
Signed-off-by: Roland Dreier <rolandd@cisco.com>
INSTALL [deleted file]
NEWS [deleted file]
debian/changelog
debian/control
debian/rules

diff --git a/INSTALL b/INSTALL
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/NEWS b/NEWS
deleted file mode 100644 (file)
index e69de29..0000000
index 5676be2e5015d63f8d7850759215db949dc5cc75..9bd0c15d57ffea78c1dd984f2505a31ff18270f1 100644 (file)
@@ -1,7 +1,6 @@
 libibverbs (1.0-rc2-1) unstable; urgency=low
 
-  * Initial Release.
-    (Closes: #325752)
+  * Initial Release.  (Closes: #325752)
 
  -- Roland Dreier <rolandd@cisco.com>  Tue, 30 Aug 2005 11:21:59 -0700
 
index ae49a3f7cb6eb4f0db2902daeeac7aab0092c98a..09e73b7447799e3ff6e8a9fe424ffcabdb02343e 100644 (file)
@@ -1,8 +1,8 @@
 Source: libibverbs
 Priority: optional
 Maintainer: Roland Dreier <rolandd@cisco.com>
-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.
index 7d62cd46ee8ff299ac1687bf1d7474722e44aab4..1621f4252cbfd428620a4b8197d24abe96c03164 100755 (executable)
@@ -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
-