debian/0000755000000000000000000000000012055353735007176 5ustar debian/rules0000755000000000000000000000010312055216160010236 0ustar #!/usr/bin/make -f # -*- makefile -*- %: dh $@ --with autoreconf debian/compat0000644000000000000000000000000212055216027010364 0ustar 9 debian/patches/0000755000000000000000000000000012055216427010621 5ustar debian/patches/01-pass-foreign-to-automake.patch0000644000000000000000000000121612055216427016701 0ustar Description: Add "foreign" option to automake so autoreconf works Avoid complaints about missing NEWS, README, etc. Author: Roland Dreier --- Index: libibmad-1.3.9/configure.in =================================================================== --- libibmad-1.3.9.orig/configure.in 2012-04-30 13:42:43.000000000 -0700 +++ libibmad-1.3.9/configure.in 2012-11-27 12:05:31.000000000 -0800 @@ -6,7 +6,7 @@ AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR(config) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE([foreign]) AC_SUBST(RELEASE, ${RELEASE:-unknown}) AC_SUBST(TARBALL, ${TARBALL:-${PACKAGE}-${VERSION}.tar.gz}) debian/patches/series0000644000000000000000000000004212055216404012025 0ustar 01-pass-foreign-to-automake.patch debian/copyright0000644000000000000000000000347512037047137011136 0ustar This package was debianized by Guy Coates 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 Shahar Frank Hal Rosenstock 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 Copyright (C) 2008, Genome Research Ltd and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/libibmad5.dirs0000644000000000000000000000001012037047137011674 0ustar usr/lib debian/changelog0000644000000000000000000000303512055216134011040 0ustar libibmad (1.3.9-1) experimental; urgency=low * Acknowledge NMU. (Closes: #690601) * Update to debhelper 9 and minimized rule file. -- Roland Dreier Tue, 27 Nov 2012 12:01:36 -0800 libibmad (1.3.9-0.1) experimental; urgency=low * Non-maintainer upload. * Acknowledge NMU. * New upstream release. * Bump Standards-Version to 3.9.4 (no changes). * Switch to dpkg-source 3.0 (quilt) format. * Fix spelling error (s/Managment/Management/) in description. -- Roland Dreier Mon, 15 Oct 2012 10:57:14 -0700 libibmad (1.3.8-1) unstable; urgency=low * New upstream release. OFED 1.5.4. -- Ana Guerrero Tue, 13 Mar 2012 17:44:35 +0100 libibmad (1.3.6-OFED-1.5.2-1) experimental; urgency=low * New OFED release. * debian/rules: + Remove useless code. * debian/control: + Bump Standards-Version to 3.9.1 (no changes). + Bump libibumad-dev build-dep. + Fix -dev description. -- Julien BLACHE Thu, 04 Nov 2010 14:27:13 +0100 libibmad (1.3.4-1) unstable; urgency=low * New upstream release (OFED 1.5 release) -- Guy Coates Thu, 04 Feb 2010 16:37:23 +0000 libibmad (1.2.3-20090314-1.1) unstable; urgency=low * Non-maintainer upload. * Don't ship .la files (Closes: #621511). -- Luk Claes Sat, 18 Jun 2011 19:45:52 +0200 libibmad (1.2.3-20090314-1) unstable; urgency=low * Initial release (Closes: #539804) -- Benoit Mortier Wed, 21 Aug 2009 11:25:00 +0100 debian/libibmad5.install0000644000000000000000000000003112055216547012407 0ustar usr/lib/*/libibmad*.so.* debian/source/0000755000000000000000000000000012037047137010472 5ustar debian/source/format0000644000000000000000000000001412037047137011700 0ustar 3.0 (quilt) debian/control0000644000000000000000000000272612055221034010572 0ustar Source: libibmad Priority: extra Maintainer: OFED and Debian Developement and Discussion Uploaders: Benoit Mortier , Guy Coates , Mario Lang Build-Depends: debhelper (>= 9), dh-autoreconf, libibumad-dev (>= 1.3.6-OFED-1.5.2) Standards-Version: 3.9.4 Section: libs Homepage: http://www.openfabrics.org/ DM-Upload-Allowed: yes Package: libibmad-dev Section: libdevel Architecture: i386 ia64 amd64 powerpc Depends: libibmad5 (= ${binary:Version}) Description: Development files for libibmad libibmad provides low layer Infiniband functions for use by the InfiniBand diagnostic and management programs. These include Management Datagrams (MAD), Subnet Administration (SA), Subnet Management Packets (SMP) and other basic functions. . This package is needed to compile programs against libibmad5. It contains the header files and static libraries (optionally) needed for compiling. Package: libibmad5 Section: libs Architecture: i386 ia64 amd64 powerpc Pre-Depends: ${misc:Pre-Depends} 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 Management Datagrams (MAD), Subnet Administration (SA), Subnet Management Packets (SMP) and other basic functions. . This package contains the shared library. debian/libibmad-dev.install0000644000000000000000000000006112055216561013075 0ustar usr/include/* usr/lib/*/lib*.a usr/lib/*/lib*.so debian/libibmad-dev.dirs0000644000000000000000000000002412037047137012370 0ustar usr/lib usr/include debian/dirs0000644000000000000000000000002112037047137010047 0ustar usr/bin usr/sbin