[Pkg-ofed-commits] [libibmad] 02/06: Imported Debian patch 1.2.3-20090314-1

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Tue Jul 1 07:18:04 UTC 2014


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

ana pushed a commit to branch master
in repository libibmad.

commit 8e85bd276bc2716a13267ec7cb59e0d518c26000
Author: Benoit Mortier <benoit.mortier at opensides.be>
Date:   Fri Aug 21 11:25:00 2009 +0100

    Imported Debian patch 1.2.3-20090314-1
---
 debian/changelog            |   8 ++++
 debian/compat               |   1 +
 debian/control              |  34 +++++++++++++++
 debian/copyright            |  45 +++++++++++++++++++
 debian/dirs                 |   2 +
 debian/libibmad-dev.dirs    |   2 +
 debian/libibmad-dev.install |   4 ++
 debian/libibmad1.dirs       |   1 +
 debian/libibmad1.install    |   1 +
 debian/rules                | 102 ++++++++++++++++++++++++++++++++++++++++++++
 10 files changed, 200 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..db8e71a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,8 @@
+libibmad (1.2.3-20090314-1) unstable; urgency=low
+
+  * Initial release (Closes: #539804)
+
+ -- Benoit Mortier <benoit.mortier at opensides.be>  Wed, 21 Aug 2009 11:25: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..a2eecb5
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,34 @@
+Source: libibmad
+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), autotools-dev, libibumad-dev, libibcommon-dev
+Standards-Version: 3.8.3
+Section: libs
+Homepage:  http://www.openfabrics.org/
+
+Package: libibmad-dev
+Section: libdevel
+Architecture: any
+Depends: libibmad1 (= ${binary:Version})
+Description: Development files for libibmad
+ libibmad provides low layer Infiniband functions for use by the 
+ InfiniBand diagnostic and management programs. These include 
+ Managment Datagrams (MAD), Subnet Administration (SA), Subnet
+ Management Packets (SMP) and other basic functions.
+ .
+ This package is needed to compile programs against libibumad1.
+ It contains the header files and static libraries (optionally)
+ needed for compiling.
+
+Package: libibmad1
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Infiniband Management Datagram (MAD) library
+ libibmad provides low layer InfiniBand functions for use by the
+ Infiniband diagnostic and management programs. These include
+ Managment Datagrams (MAD), Subnet Administration (SA), Subnet
+ Management Packets (SMP) and other basic functions.
+ .
+ This package contains the shared library.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..5a2792e
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,45 @@
+This package was debianized by Guy Coates <gmpc at sanger.ac.uk> on
+Mon, 01 Dec 2008 09:56:22 +0000.
+
+It was downloaded from http://www.openfabrics.org/downloads/OFED/ofed-1.4/OFED-1.4.tgz
+
+Upstream Authors:
+ Sasha Khapyorsky        <sashak at voltaire.com>
+ Shahar Frank            <shahar at voltaire.com>
+ Hal Rosenstock          <halr at voltaire.com>
+
+
+Copyright:
+Copyright (c) 2004-2008 Voltaire, Inc.  All rights reserved.
+Copyright (c) 2007 Xsigo Systems 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 (C) 2008, Genome Research Ltd and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000..ca882bb
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1,2 @@
+usr/bin
+usr/sbin
diff --git a/debian/libibmad-dev.dirs b/debian/libibmad-dev.dirs
new file mode 100644
index 0000000..4418816
--- /dev/null
+++ b/debian/libibmad-dev.dirs
@@ -0,0 +1,2 @@
+usr/lib
+usr/include
diff --git a/debian/libibmad-dev.install b/debian/libibmad-dev.install
new file mode 100644
index 0000000..f882277
--- /dev/null
+++ b/debian/libibmad-dev.install
@@ -0,0 +1,4 @@
+usr/include/*
+usr/lib/lib*.a
+usr/lib/lib*.so
+usr/lib/*.la
diff --git a/debian/libibmad1.dirs b/debian/libibmad1.dirs
new file mode 100644
index 0000000..6845771
--- /dev/null
+++ b/debian/libibmad1.dirs
@@ -0,0 +1 @@
+usr/lib
diff --git a/debian/libibmad1.install b/debian/libibmad1.install
new file mode 100644
index 0000000..a551fd8
--- /dev/null
+++ b/debian/libibmad1.install
@@ -0,0 +1 @@
+usr/lib/libibmad*.so.*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..b6742ba
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,102 @@
+#!/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" --sysconfdir=/etc
+
+
+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 
+
+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  --sourcedir=debian/tmp --fail-missing
+	dh_installman
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	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 

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



More information about the Pkg-ofed-commits mailing list