aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2006-03-15 00:45:55 +0000
committerRoland Dreier <rolandd@cisco.com>2006-11-09 11:35:59 -0800
commitfffc6c0d028f7432c37638bec7b72d51298b2a2d (patch)
treecc9e9f61e6a9bdd6de91b7151eb31247c779a747
parente9973a55d94b254ae6ba3fb1cf262af7993cbfad (diff)
downloadlibibverbs-fffc6c0d028f7432c37638bec7b72d51298b2a2d.tar.gz
Debian packaging fixes based on feedback from debian-mentors mailing list
Signed-off-by: Roland Dreier <rolandd@cisco.com>
-rw-r--r--ChangeLog6
-rw-r--r--Makefile.am2
-rw-r--r--debian/changelog1
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
-rw-r--r--debian/copyright13
-rwxr-xr-xdebian/rules2
7 files changed, 21 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f1c217..75bb416 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-03-14 Roland Dreier <rdreier@cisco.com>
+
+ * Makefile.am (EXTRA_DIST): Remove debian/ directory from
+ tarballs, since Debian policy is that upstream tarballs should not
+ include it.
+
2006-03-13 Roland Dreier <rdreier@cisco.com>
* Release version 1.0.1.
diff --git a/Makefile.am b/Makefile.am
index e038d8d..171bcec 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -57,7 +57,7 @@ EXTRA_DIST = include/infiniband/driver.h include/infiniband/kern-abi.h \
include/infiniband/opcode.h include/infiniband/verbs.h include/infiniband/marshall.h \
include/infiniband/sa-kern-abi.h include/infiniband/sa.h \
src/ibverbs.h examples/pingpong.h \
- src/libibverbs.map libibverbs.spec.in $(man_MANS) $(DEBIAN)
+ src/libibverbs.map libibverbs.spec.in $(man_MANS)
dist-hook: libibverbs.spec
cp libibverbs.spec $(distdir)
diff --git a/debian/changelog b/debian/changelog
index b6607cf..68f3082 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,4 +3,3 @@ libibverbs (1.0.2-1) unstable; urgency=low
* Initial Release. (Closes: #325752)
-- Roland Dreier <rolandd@cisco.com> Wed, 15 Feb 2006 11:21:59 -0700
-
diff --git a/debian/compat b/debian/compat
index b8626c4..7ed6ff8 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+5
diff --git a/debian/control b/debian/control
index 295161a..3df6f4b 100644
--- a/debian/control
+++ b/debian/control
@@ -39,7 +39,7 @@ Section: libdevel
Priority: extra
Architecture: any
Depends: libibverbs1 (= ${Source-Version})
-Description: Development files for the libmthca driver
+Description: Debugging symbols for the libibverbs library
libibverbs is a library that allows userspace processes to use
InfiniBand "verbs" as described in the InfiniBand Architecture
Specification. This includes direct hardware access for fast path
diff --git a/debian/copyright b/debian/copyright
index 38dd136..0a445f8 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -7,10 +7,19 @@ It was downloaded from the OpenIB web site at
<https://openib.org/downloads.html>
Authors:
-The complete list of upstream authors is in the file
-/usr/share/doc/libibverbs/AUTHORS.
+ Roland Dreier <roland@topspin.com>
+ Dotan Barak <dotanb@mellanox.co.il>
+ Sean Hefty <sean.hefty@intel.com>
+ Michael S. Tsirkin <mst@mellanox.co.il>
Copyright:
+ * Copyright (c) 2005, 2006 Cisco Systems. All rights reserved.
+ * Copyright (c) 2004, 2005 Intel Corporation. All rights reserved.
+ * Copyright (c) 2005 Mellanox Technologies Ltd. All rights reserved.
+ * Copyright (c) 2005 PathScale, Inc. All rights reserved.
+ * Copyright (c) 2004, 2005 Topspin Communications. All rights reserved.
+ * Copyright (c) 2005 Voltaire, Inc. All rights reserved.
+
libibverbs is licensed under a choice of the GPL and the OpenIB BSD
license. You should have a copy of the GPL in the file
/usr/share/common-licenses/GPL on your Debian system.
diff --git a/debian/rules b/debian/rules
index d26d78b..01b7505 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
# -*- mode: makefile; coding: utf-8 -*-
DEB_DH_INSTALL_SOURCEDIR := debian/tmp
-DEB_DH_STRIP_ARGS := --dbg-package=libibverbs1
+DEB_DH_STRIP_ARGS := --dbg-package=libibverbs1-dbg
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk