debian/0000755000000000000000000000000012052511620007160 5ustar debian/rules0000755000000000000000000000010312041551061010233 0ustar #!/usr/bin/make -f # -*- makefile -*- %: dh $@ --with autoreconf debian/compat0000644000000000000000000000000212041550064010361 0ustar 9 debian/patches/0000755000000000000000000000000012041576026010620 5ustar debian/patches/01-pass-foreign-to-automake.patch0000644000000000000000000000105112041576026016675 0ustar Description: Add "foreign" option to automake so autoreconf works Avoid complaints about missing NEWS, README, etc. Author: Roland Dreier --- --- libibumad-1.3.8.orig/configure.in 2012-08-02 00:33:28.000000000 -0700 +++ libibumad-1.3.8/configure.in 2012-10-23 10:25:19.147305980 -0700 @@ -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/series0000644000000000000000000000004212041551340012021 0ustar 01-pass-foreign-to-automake.patch debian/copyright0000644000000000000000000000342612036753553011137 0ustar This package was debianized by Guy Coates on Thu, 27 Nov 2008 15:16:59 +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 (c) 2004-2008 Voltaire, Inc. All rights reserved. libibumad 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. The Debian packaging is Copyright (C) 2008, Genome Research Ltd and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/libibumad-dev.install0000644000000000000000000000010412041550227013253 0ustar usr/include/* usr/lib/*/lib*.a usr/lib/*/lib*.so usr/share/man/man3 debian/libibumad3.install0000644000000000000000000000002412041550227012563 0ustar usr/lib/*/lib*.so.* debian/changelog0000644000000000000000000000400212052510516011031 0ustar libibumad (1.3.8-1) experimental; urgency=low * Acknowledge NMU. * We don't ship .la files. (Closes: #633252) * Source is in format 3.0. (Closes: #664435) * I'm officially part of the packaging team now. -- Roland Dreier Mon, 19 Nov 2012 12:03:53 -0800 libibumad (1.3.8-0.2) experimental; urgency=low * Non-maintainer upload. * Update to debhelper 9 and minimized rule file. -- Roland Dreier Tue, 23 Oct 2012 10:12:56 -0700 libibumad (1.3.8-0.1) experimental; urgency=low * Non-maintainer upload. * Acknowledge NMU. * New upstream release. * Don't ship .la files. * Bump Standards-Version to 3.9.4 (no changes). * Switch to dpkg-source 3.0 (quilt) format. -- Roland Dreier Mon, 15 Oct 2012 02:29:38 -0700 libibumad (1.3.7-1) unstable; urgency=low * New upstream release. OFED 1.5.4. -- Ana Guerrero Tue, 13 Mar 2012 17:26:16 +0100 libibumad (1.3.6-OFED-1.5.2-1) experimental; urgency=low * New OFED release. * debian/rules: + Remove useless code. + Remove dpatch code. + Remove calls to autotools. * debian/control: + Remove dpatch, automake and libtool build-deps. + Bump Standards-Version to 3.9.1 (no changes). + Move to libibumad3 due to soname bump. + Add ${misc:Depends} to libibumad-dev. * debian/patches: + Removed. -- Julien BLACHE Thu, 04 Nov 2010 11:41:16 +0100 libibumad (1.3.4-1) unstable; urgency=low * New upstream release (OFED 1.5) -- Guy Coates Thu, 04 Feb 2010 16:12:54 +0000 libibumad (1.2.3-20090314-1.1) unstable; urgency=high * Non-maintainer upload. * Add depenency on libibcommon-dev to libibumad-dev (Closes: #593414) * Urgency high due to RC bug fix -- Alexander Reichle-Schmehl Tue, 07 Sep 2010 14:37:43 +0200 libibumad (1.2.3-20090314-1) unstable; urgency=low * Initial release (Closes: #516096) -- Benoit Mortier Wed, 21 Oct 2009 11:25:00 +0100 debian/source/0000755000000000000000000000000012036754214010472 5ustar debian/source/format0000644000000000000000000000001412036754214011700 0ustar 3.0 (quilt) debian/control0000644000000000000000000000260012041551671010571 0ustar Source: libibumad Priority: extra Maintainer: OFED and Debian Developement and Discussion Uploaders: Benoit Mortier , Guy Coates , Mario Lang Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.13.19), dh-autoreconf Standards-Version: 3.9.4 Section: libs Homepage: http://openfabrics.org/ DM-Upload-Allowed: yes Package: libibumad-dev Section: libdevel Architecture: i386 ia64 amd64 powerpc Depends: libibumad3 (= ${binary:Version}), ${misc:Depends} Description: Development files for libibumad libibumad provides userspace Infiniband Management Datagram (uMAD) functions which sit on top of the uMAD modules in the kernel. These are used by InfiniBand diagnostic and management tools. . This package is needed to compile programs against libumad1. It contains the header files and static libraries (optionally) needed for compiling. Package: libibumad3 Section: libs Architecture: i386 ia64 amd64 powerpc Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Description: InfiniBand Userspace Management Datagram (uMAD) library libibumad provides userspace Infiniband Management Datagram (uMAD) functions which sit on top of the uMAD modules in the kernel. These are used by InfiniBand diagnostic and management tools. . This package contains the shared library.