[Pkg-ofed-commits] [libibumad] 05/07: Imported Debian patch 1.3.8-0.1

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


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

ana pushed a commit to branch master
in repository libibumad.

commit eee861f7a83491f35c563b8f7e8e613103be2202
Merge: cb1b609 4faca30
Author: Roland Dreier <rbd at debian.org>
Date:   Mon Oct 15 02:29:38 2012 -0700

    Imported Debian patch 1.3.8-0.1

 COPYING                                           |   13 +-
 ChangeLog                                         |  579 +-
 Makefile.am                                       |   10 +-
 Makefile.in                                       |  451 +-
 aclocal.m4                                        | 2654 +++---
 config.h.in                                       |    6 +-
 config/config.guess                               |  514 +-
 config/config.sub                                 |  249 +-
 config/depcomp                                    |  153 +-
 config/install-sh                                 |   32 +-
 config/ltmain.sh                                  | 4070 +++++----
 config/missing                                    |   94 +-
 configure                                         | 9086 ++++++++++-----------
 configure.in                                      |   16 +-
 debian/README.source                              |    1 -
 debian/changelog                                  |   40 +
 debian/control                                    |   16 +-
 debian/copyright                                  |    2 +-
 debian/libibumad-dev.install                      |    1 -
 debian/{libibumad1.dirs => libibumad3.dirs}       |    0
 debian/{libibumad1.install => libibumad3.install} |    0
 debian/patches/00list                             |    2 -
 debian/patches/01_Makefile-am.dpatch              |   19 -
 debian/rules                                      |   36 +-
 debian/source/format                              |    1 +
 include/infiniband/umad.h                         |  113 +-
 libibumad.spec                                    |   12 +-
 libibumad.spec.in                                 |    6 +-
 libibumad.ver                                     |    2 +-
 man/umad_recv.3                                   |   18 +-
 man/umad_send.3                                   |    6 +-
 src/sysfs.c                                       |  158 +
 src/umad.c                                        |  291 +-
 33 files changed, 10161 insertions(+), 8490 deletions(-)

diff --cc debian/changelog
index dbc5ee1,0000000..a2bb876
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,13 -1,0 +1,53 @@@
++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 <rbd at debian.org>  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 <ana at debian.org>  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 <jblache at debian.org>  Thu, 04 Nov 2010 11:41:16 +0100
++
++libibumad (1.3.4-1) unstable; urgency=low
++
++  * New upstream release (OFED 1.5)
++
++ -- Guy Coates <gmpc at sanger.ac.uk>  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 <tolimar at debian.org>  Tue, 07 Sep 2010 14:37:43 +0200
 +
 +libibumad (1.2.3-20090314-1) unstable; urgency=low
 +
 +  * Initial release (Closes: #516096)
 +
 + -- Benoit Mortier <benoit.mortier at opensides.be>  Wed, 21 Oct 2009 11:25:00 +0100
diff --cc debian/control
index 6a05018,0000000..6c0fc5f
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,35 -1,0 +1,33 @@@
 +Source: libibumad
 +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, automake, libtool, libibcommon-dev, dpatch
- Standards-Version: 3.8.3
++Build-Depends: debhelper (>= 7), autotools-dev
++Standards-Version: 3.9.4
 +Section: libs
 +Homepage: http://openfabrics.org/
++DM-Upload-Allowed: yes
 +
 +Package: libibumad-dev
 +Section: libdevel
- Architecture: any
- Depends: libibumad1 (= ${binary:Version}), libibcommon-dev
++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: libibumad1
++Package: libibumad3
 +Section: libs
- Architecture: any
++Architecture: i386 ia64 amd64 powerpc
 +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.
diff --cc debian/copyright
index 4cfbc33,0000000..e616f17
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,45 -1,0 +1,45 @@@
 +This package was debianized by Guy Coates <gmpc at sanger.ac.uk> 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        <sashak at voltaire.com>
 +Shahar Frank            <shahar at voltaire.com>
 +Hal Rosenstock          <halr at voltaire.com>
 +
 +
 +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 2008, Genome Research Ltd and
++The Debian packaging is Copyright (C) 2008, Genome Research Ltd and
 +is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
 +
diff --cc debian/libibumad-dev.install
index 6653165,0000000..30adda3
mode 100644,000000..100644
--- a/debian/libibumad-dev.install
+++ b/debian/libibumad-dev.install
@@@ -1,5 -1,0 +1,4 @@@
 +usr/include/*
 +usr/lib/lib*.a
 +usr/lib/lib*.so
- usr/lib/lib*.la
 +usr/share/man/man3
diff --cc debian/libibumad3.dirs
index 6845771,0000000..6845771
mode 100644,000000..100644
--- a/debian/libibumad3.dirs
+++ b/debian/libibumad3.dirs
diff --cc debian/libibumad3.install
index d0dbfd1,0000000..d0dbfd1
mode 100644,000000..100644
--- a/debian/libibumad3.install
+++ b/debian/libibumad3.install
diff --cc debian/rules
index a2ec8f1,0000000..5ef8fe0
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,117 -1,0 +1,91 @@@
 +#!/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
- 	libtoolize --force --copy
- 	aclocal
- 	autoconf
- 	touch NEWS README
- 	automake --copy --add-missing
 +	./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" --sysconfdir=/etc
 +
 +
- build: patch build-stamp
- build-stamp:  config.status 
++build: build-stamp
++build-stamp: config.status 
 +	dh_testdir
 +
 +	# Add here commands to compile the package.
 +	$(MAKE)
 +
 +	touch $@
 +
- clean:  clean-patched unpatch
- clean-patched:
++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 
 +
- patch: patch-stamp
- patch-stamp:
- 	dpatch apply-all
- 	dpatch cat-all >patch-stamp
- 
- unpatch:
- 	dpatch deapply-all
- 	rm -rf patch-stamp debian/patched
- 
 +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
++	rm -f $(CURDIR)/debian/tmp/usr/lib/lib*.la
 +
 +
 +# 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 --fail-missing
 +	dh_installman
 +	dh_link
 +	dh_strip
 +	dh_compress
 +	dh_fixperms
- 	dh_makeshlibs
++	dh_makeshlibs -V
 +	dh_installdeb
 +	dh_shlibdeps
 +	dh_gencontrol
 +	dh_md5sums
 +	dh_builddeb
 +
 +binary: binary-indep binary-arch
 +.PHONY: build clean binary-indep binary-arch binary install 
diff --cc debian/source/format
index 0000000,0000000..163aaf8
new file mode 100644
--- /dev/null
+++ b/debian/source/format
@@@ -1,0 -1,0 +1,1 @@@
++3.0 (quilt)

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



More information about the Pkg-ofed-commits mailing list