[Pkg-ofed-commits] [rds-tools] 02/02: Imported Debian patch 1.4.1-OFED-1.4.2-1

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Wed Jul 2 14:34:58 UTC 2014


This is an automated email from the git hooks/post-receive script.

ana pushed a commit to branch master
in repository rds-tools.

commit 3c4e750f1bad7297f8c962163ea626a76b460eca
Author: Benoit Mortier <benoit.mortier at opensides.be>
Date:   Mon Mar 29 18:47:00 2010 +0100

    Imported Debian patch 1.4.1-OFED-1.4.2-1
---
 debian/changelog |  5 +++
 debian/compat    |  1 +
 debian/control   | 22 ++++++++++++++
 debian/copyright | 46 ++++++++++++++++++++++++++++
 debian/docs      |  6 ++++
 debian/rules     | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 173 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..b37c6c5
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+rds-tools (1.4.1-OFED-1.4.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #539832)
+
+ -- Benoit Mortier <benoit.mortier at opensides.be>  Mon, 29 Mar 2010 18:47:00 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..b93d509
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: rds-tools
+Section: net
+Priority: extra
+Maintainer: OFED and Debian Developement and Discussion <pkg-ofed-devel at lists.alioth.debian.org>
+Uploaders: Benoit Mortier <benoit.mortier at opensides.be>, Guy Coates <gmpc at sanger.ac.uk>, Mario Lang <mlang at debian.org>
+Build-Depends: debhelper (>= 7), automake
+Standards-Version: 3.8.4
+Homepage: http://www.openfabrics.org
+DM-Upload-Allowed: yes
+
+Package: rds-tools
+Architecture: i386 ia64 amd64 powerpc
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Tools for the Infiniband RDS protocol
+ rds-tools is a collection of support tools for the 
+ Reliable Datagram Socket (RDS) protocol. 
+ .
+ RDS provides reliable, ordered datagram delivery by using a single
+ reliable connection between any two nodes in the cluster. This allows
+ applications to use a single socket to talk to any other process in the
+ cluster - so in a cluster with N processes you need N sockets, in contrast
+ to N*N if you use a connection-oriented socket transport like TCP.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..55530a0
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,46 @@
+This package was debianized by Guy Coates <gmpc at sanger.ac.uk> on
+Thu, 08 Jan 2009 15:11:40 +0000.
+
+It was downloaded from http://www.openfabrics.org/downloads/OFED/ofed-1.4/OFED-1.4.tgz
+
+Upstream Authors:
+ Olaf Kirch, olaf.kirch at oracle.com
+ Jon Mason <jon at opengridcomputing.com>
+
+Copyright:
+	Copyright (c) 2006-2008 Oracle.  All rights reserved.
+ 	Copyright (c) 2008 Chelsio, Inc. All rights reserved.
+
+License:
+
+This software is available to you under a choice of one of two licenses. 
+You may chose to be licensed under the terms of the the OpenIB.org BSD license or
+the GNU General Public License (GPL) Version 2.
+
+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.
+
+The Debian packaging is Copyright (C) 2009, Genome Research Ltd and
+is licensed under the GPLv2, see `/usr/share/common-licenses/GPL-2'.
+
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..c7f6af9
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,6 @@
+rds-tools.txt
+README
+examples/
+docs/
+stap/
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..0c3fb9c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,93 @@
+#!/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
+
+
+
+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"
+	--sysconfigdir=/etc
+
+build: build-stamp
+
+build-stamp:  config.status 
+	dh_testdir
+
+	# Add here commands to compile the package.
+	$(MAKE)
+	#docbook-to-man debian/rds-tools.sgml > rds-tools
+
+	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 config.cache config.status config.log
+
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_prep  
+	dh_installdirs
+
+	# Add here commands to install the package into debian/rds-tools
+	$(MAKE) prefix=$(CURDIR)/debian/rds-tools/usr 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 
+	dh_installdocs
+	dh_installexamples
+#	dh_install --list-missing
+	dh_installman
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ofed/rds-tools.git



More information about the Pkg-ofed-commits mailing list