--- rds-tools-1.4.1-OFED-1.4.2.orig/debian/changelog +++ rds-tools-1.4.1-OFED-1.4.2/debian/changelog @@ -0,0 +1,11 @@ +rds-tools (1.4.1-OFED-1.4.2-1ubuntu1) trusty; urgency=medium + + * Enable building on all Linux architectures (LP: #1414818) + + -- Adam Conrad Fri, 10 Jul 2015 09:26:49 -0600 + +rds-tools (1.4.1-OFED-1.4.2-1) unstable; urgency=low + + * Initial release (Closes: #539832) + + -- Benoit Mortier Mon, 29 Mar 2010 18:47:00 +0100 --- rds-tools-1.4.1-OFED-1.4.2.orig/debian/compat +++ rds-tools-1.4.1-OFED-1.4.2/debian/compat @@ -0,0 +1 @@ +7 --- rds-tools-1.4.1-OFED-1.4.2.orig/debian/control +++ rds-tools-1.4.1-OFED-1.4.2/debian/control @@ -0,0 +1,23 @@ +Source: rds-tools +Section: net +Priority: extra +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: OFED and Debian Developement and Discussion +Uploaders: Benoit Mortier , Guy Coates , Mario Lang +Build-Depends: debhelper (>= 7), automake +Standards-Version: 3.8.4 +Homepage: http://www.openfabrics.org +DM-Upload-Allowed: yes + +Package: rds-tools +Architecture: linux-any +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. --- rds-tools-1.4.1-OFED-1.4.2.orig/debian/copyright +++ rds-tools-1.4.1-OFED-1.4.2/debian/copyright @@ -0,0 +1,46 @@ +This package was debianized by Guy Coates 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@oracle.com + Jon Mason + +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'. + --- rds-tools-1.4.1-OFED-1.4.2.orig/debian/docs +++ rds-tools-1.4.1-OFED-1.4.2/debian/docs @@ -0,0 +1,6 @@ +rds-tools.txt +README +examples/ +docs/ +stap/ + --- rds-tools-1.4.1-OFED-1.4.2.orig/debian/rules +++ rds-tools-1.4.1-OFED-1.4.2/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