From fffc6c0d028f7432c37638bec7b72d51298b2a2d Mon Sep 17 00:00:00 2001 From: Roland Dreier Date: Wed, 15 Mar 2006 00:45:55 +0000 Subject: [PATCH] Debian packaging fixes based on feedback from debian-mentors mailing list Signed-off-by: Roland Dreier --- ChangeLog | 6 ++++++ Makefile.am | 2 +- debian/changelog | 1 - debian/compat | 2 +- debian/control | 2 +- debian/copyright | 13 +++++++++++-- debian/rules | 2 +- 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 + + * 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 * 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 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 Authors: -The complete list of upstream authors is in the file -/usr/share/doc/libibverbs/AUTHORS. + Roland Dreier + Dotan Barak + Sean Hefty + Michael S. Tsirkin 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 -- 2.41.0