[Pkg-ofed-commits] r290 - in branches/ofed-1.4.1upgrade/librdmacm/trunk: . debian

Guy Coates gmpc-guest at alioth.debian.org
Fri May 29 01:47:52 UTC 2009


Author: gmpc-guest
Date: 2009-05-29 13:47:51 +0000 (Fri, 29 May 2009)
New Revision: 290

Added:
   branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/
   branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/changelog
   branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/compat
   branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/control
   branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/copyright
   branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/dirs
   branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/docs
   branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/librdmacm-dev.dirs
   branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/librdmacm-dev.install
   branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/librdmacm1.dirs
   branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/librdmacm1.install
   branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/rdmacm-utils.install
   branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/rules
Removed:
   branches/ofed-1.4.1upgrade/librdmacm/trunk/autom4te.cache/
Log:
[svn-inject] Applying Debian modifications to trunk

Added: branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/changelog
===================================================================
--- branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/changelog	                        (rev 0)
+++ branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/changelog	2009-05-29 13:47:51 UTC (rev 290)
@@ -0,0 +1,34 @@
+librdmacm (1.0.8-1+OFED) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * OFED 1.4.1 version of library
+
+ -- Guy Coates <gmpc at sanger.ac.uk>  Fri, 29 May 2009 14:30:31 +0100
+
+librdmacm (1.0.8-1) unstable; urgency=low
+
+  * New upstream release:
+    - Report address change and timewait exit events (requires 
+      kernel 2.6.27).
+    - Minor enhancements to example programs.
+
+ -- Roland Dreier <rolandd at cisco.com>  Fri, 08 Aug 2008 14:24:16 -0700
+
+librdmacm (1.0.7-1) unstable; urgency=low
+
+  * New upstream release:
+    - Set status correctly for rejects.
+    - Add new function rdma_migrate_id().
+  * We actually require libibverbs 1.1 (not 1.0) to build.
+  * Add debian/watch file.
+  * Use DEB_DH_MAKESHLIBS_ARGS_ALL to pass appropriate -V option to
+    dh_makeshlibs, since a new symbol rdma_migrate_id() was added in 
+    librdmacm 1.0.7.
+
+ -- Roland Dreier <rolandd at cisco.com>  Fri, 28 Mar 2008 20:44:44 -0700
+
+librdmacm (1.0.6-1) unstable; urgency=low
+
+  * Initial Release.  (Closes: #462348)
+
+ -- Roland Dreier <rolandd at cisco.com>  Tue, 05 Feb 2008 13:49:52 -0800

Added: branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/compat
===================================================================
--- branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/compat	                        (rev 0)
+++ branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/compat	2009-05-29 13:47:51 UTC (rev 290)
@@ -0,0 +1 @@
+7

Added: branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/control
===================================================================
--- branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/control	                        (rev 0)
+++ branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/control	2009-05-29 13:47:51 UTC (rev 290)
@@ -0,0 +1,93 @@
+Source: librdmacm
+Priority: extra
+Maintainer: Roland Dreier <rolandd at cisco.com>
+Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 5), libtool, libibverbs-dev (>= 1.1.2-1+OFED)
+Standards-Version: 3.7.3
+Section: libs
+Homepage: http://www.openfabrics.org/
+
+Package: librdmacm1
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libibverbs1 (>= 1.1.2-1+OFED)
+Description: A 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.
+ It provides a transport-neutral interface in the sense that the same
+ code can be used for both InfiniBand and iWARP adapters.  The
+ interface is based on sockets, but adapted for queue pair (QP) based
+ semantics: communication must use a specific RDMA device, and data
+ transfers are message-based.
+ .
+ librdmacm only provides communication management (connection setup
+ and tear-down) and works in conjunction with the verbs interface
+ provided by libibverbs, which provides the interface used to actually
+ transfer data.
+ .
+ This package contains the shared library.
+
+Package: librdmacm-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends}, librdmacm1 (= ${binary:Version})
+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.
+ It provides a transport-neutral interface in the sense that the same
+ code can be used for both InfiniBand and iWARP adapters.  The
+ interface is based on sockets, but adapted for queue pair (QP) based
+ semantics: communication must use a specific RDMA device, and data
+ transfers are message-based.
+ .
+ librdmacm only provides communication management (connection setup
+ and tear-down) and works in conjunction with the verbs interface
+ provided by libibverbs, which provides the interface used to actually
+ transfer data.
+ .
+ This package is needed to compile programs against librdmacm1.
+ It contains the header files and static libraries (optionally)
+ needed for compiling.
+
+Package: librdmacm1-dbg
+Section: libdevel
+Priority: extra
+Architecture: any
+Depends: ${misc:Depends}, librdmacm1 (= ${binary:Version})
+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.
+ It provides a transport-neutral interface in the sense that the same
+ code can be used for both InfiniBand and iWARP adapters.  The
+ interface is based on sockets, but adapted for queue pair (QP) based
+ semantics: communication must use a specific RDMA device, and data
+ transfers are message-based.
+ .
+ librdmacm only provides communication management (connection setup
+ and tear-down) and works in conjunction with the verbs interface
+ provided by libibverbs, which provides the interface used to actually
+ transfer data.
+ .
+ This package contains the debugging symbols associated with
+ librdmacm1. They will automatically be used by gdb for debugging
+ librdmacm-related issues.
+
+Package: rdmacm-utils
+Section: net
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libibverbs1 (>= 1.1.2-1+OFED)
+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.
+ It provides a transport-neutral interface in the sense that the same
+ code can be used for both InfiniBand and iWARP adapters.  The
+ interface is based on sockets, but adapted for queue pair (QP) based
+ semantics: communication must use a specific RDMA device, and data
+ transfers are message-based.
+ .
+ librdmacm only provides communication management (connection setup
+ and tear-down) and works in conjunction with the verbs interface
+ provided by libibverbs, which provides the interface used to actually
+ transfer data.
+ .
+ This package contains useful librdmacm1 example programs such as
+ rping and udaddy.

Added: branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/copyright
===================================================================
--- branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/copyright	                        (rev 0)
+++ branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/copyright	2009-05-29 13:47:51 UTC (rev 290)
@@ -0,0 +1,44 @@
+Initial Debianization:
+This package was debianized by Roland Dreier <rolandd at cisco.com> on
+Mon, 21 Jan 2008 13:18:49 -0800
+
+Source:
+It was downloaded from the OpenFabrics web site at
+<http://www.openfabrics.org/downloads/rdmacm/>
+
+Author:
+  Sean Hefty		<sean.hefty at intel.com>
+
+Portions are copyrighted by:
+ * Copyright (c) 2005 Ammasso, Inc. All rights reserved.
+ * Copyright (c) 2005 Voltaire Inc.  All rights reserved.
+ * Copyright (c) 2005-2007 Intel Corporation.  All rights reserved.
+ * Copyright (c) 2006 Open Grid Computing, Inc. All rights reserved.
+
+librdmacm is licensed under a choice of one of two licenses.  You may
+choose to be licensed under the terms of the GNU General Public
+License (GPL) Version 2, available from the file
+/usr/share/common-licenses/GPL-2 on your Debian system, or the
+OpenIB.org BSD license below:
+
+    Redistribution and use in source and binary forms, with or
+    without modification, are permitted provided that the following
+    conditions are met:
+
+     - Redistributions of source code must retain the above
+       copyright notice, this list of conditions and the following
+       disclaimer.
+
+     - Redistributions in binary form must reproduce the above
+       copyright notice, this list of conditions and the following
+       disclaimer in the documentation and/or other materials
+       provided with the distribution.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.

Added: branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/dirs
===================================================================
--- branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/dirs	                        (rev 0)
+++ branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/dirs	2009-05-29 13:47:51 UTC (rev 290)
@@ -0,0 +1,2 @@
+usr/bin
+usr/sbin

Added: branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/docs
===================================================================
--- branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/docs	                        (rev 0)
+++ branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/docs	2009-05-29 13:47:51 UTC (rev 290)
@@ -0,0 +1,2 @@
+NEWS
+README

Added: branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/librdmacm-dev.dirs
===================================================================
--- branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/librdmacm-dev.dirs	                        (rev 0)
+++ branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/librdmacm-dev.dirs	2009-05-29 13:47:51 UTC (rev 290)
@@ -0,0 +1,2 @@
+usr/lib
+usr/include

Added: branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/librdmacm-dev.install
===================================================================
--- branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/librdmacm-dev.install	                        (rev 0)
+++ branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/librdmacm-dev.install	2009-05-29 13:47:51 UTC (rev 290)
@@ -0,0 +1,4 @@
+usr/include
+usr/lib/librdmacm*.{a,la,so}
+usr/share/man/man3
+usr/share/man/man7

Added: branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/librdmacm1.dirs
===================================================================
--- branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/librdmacm1.dirs	                        (rev 0)
+++ branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/librdmacm1.dirs	2009-05-29 13:47:51 UTC (rev 290)
@@ -0,0 +1 @@
+usr/lib

Added: branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/librdmacm1.install
===================================================================
--- branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/librdmacm1.install	                        (rev 0)
+++ branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/librdmacm1.install	2009-05-29 13:47:51 UTC (rev 290)
@@ -0,0 +1 @@
+usr/lib/librdmacm*.so.*

Added: branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/rdmacm-utils.install
===================================================================
--- branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/rdmacm-utils.install	                        (rev 0)
+++ branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/rdmacm-utils.install	2009-05-29 13:47:51 UTC (rev 290)
@@ -0,0 +1,2 @@
+usr/bin
+usr/share/man/man1

Added: branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/rules
===================================================================
--- branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/rules	                        (rev 0)
+++ branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/rules	2009-05-29 13:47:51 UTC (rev 290)
@@ -0,0 +1,113 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+
+# These are used for cross-compiling and for saving the configure script
+# from having to guess our platform (since we know it already)
+DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
+CROSS= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
+else
+CROSS= --build $(DEB_BUILD_GNU_TYPE)
+endif
+
+
+
+
+# shared library versions, option 1
+version=2.0.5
+major=2
+# option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so
+#version=`ls src/.libs/lib*.so.* | \
+# awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'`
+#major=`ls src/.libs/lib*.so.* | \
+# awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
+
+config.status: configure
+	dh_testdir
+	# Add here commands to configure the package.
+ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+	cp -f /usr/share/misc/config.sub config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+	cp -f /usr/share/misc/config.guess config.guess
+endif
+	./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
+
+
+build: build-stamp
+build-stamp:  config.status 
+	dh_testdir
+
+	# Add here commands to compile the package.
+	$(MAKE)
+
+	touch $@
+
+clean: 
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp 
+
+	# Add here commands to clean up after the build process.
+	[ ! -f Makefile ] || $(MAKE) distclean
+	rm -f config.sub config.guess
+
+	dh_clean examples/.libs/*
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_prep  
+	dh_installdirs
+
+	# Add here commands to install the package into debian/tmp
+	$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
+
+
+# Build architecture-independent files here.
+binary-indep: install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs ChangeLog
+	dh_installdocs
+	dh_installexamples
+	dh_install --list-missing
+#	dh_installmenu
+#	dh_installdebconf
+#	dh_installlogrotate
+#	dh_installemacsen
+#	dh_installpam
+#	dh_installmime
+#	dh_installinit
+#	dh_installcron
+#	dh_installinfo
+	dh_installman
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_perl
+#	dh_python
+	dh_makeshlibs
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install 


Property changes on: branches/ofed-1.4.1upgrade/librdmacm/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *




More information about the Pkg-ofed-commits mailing list