[Pkg-ofed-commits] [libibumad] branch master updated (b232ecb -> ca84625)

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Tue Jul 21 10:09:35 UTC 2015


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

ana pushed a change to branch master
in repository libibumad.

      from  b232ecb   upload to unstable
       new  9c2b1b3   Imported Upstream version 1.3.10.2
       new  249bc2f   Merge tag 'upstream/1.3.10.2'
       new  babca07   New upstream release.
       new  d61b2d1   Refresh patches.
       new  ca84625   Update to Standards-Version 3.9.6, no changes required.

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog                                        |   547 +-
 Makefile.am                                      |    29 +-
 Makefile.in                                      |   785 +-
 aclocal.m4                                       |  6833 +-----
 config.h.in                                      |     7 +
 config/compile                                   |   142 -
 config/config.guess                              |   866 +-
 config/config.sub                                |   351 +-
 config/depcomp                                   |   172 +-
 config/install-sh                                |   517 +-
 config/libtool.m4                                |  7360 ++++++
 config/ltmain.sh                                 | 13199 ++++++-----
 config/ltoptions.m4                              |   368 +
 config/ltsugar.m4                                |   123 +
 config/ltversion.m4                              |    23 +
 config/lt~obsolete.m4                            |    92 +
 config/missing                                   |   104 +-
 configure                                        | 26150 +++++++--------------
 configure.in                                     |    10 +-
 debian/changelog                                 |     8 +
 debian/control                                   |     2 +-
 debian/patches/01-pass-foreign-to-automake.patch |    10 +-
 include/infiniband/umad.h                        |    61 +-
 include/infiniband/umad_cm.h                     |    67 +
 include/infiniband/umad_sa.h                     |   148 +
 include/infiniband/umad_sm.h                     |   128 +
 include/infiniband/umad_str.h                    |    57 +
 include/infiniband/umad_types.h                  |   204 +
 libibumad.spec                                   |     6 +-
 libibumad.ver                                    |     2 +-
 man/umad_attribute_str.3                         |     3 +
 man/umad_class_str.3                             |    45 +
 man/umad_mad_status_str.3                        |     3 +
 man/umad_method_str.3                            |     3 +
 man/umad_register2.3                             |    80 +
 src/libibumad.map                                |     6 +
 src/sysfs.c                                      |    12 +-
 src/umad.c                                       |   136 +-
 src/umad_str.c                                   |   354 +
 tests/umad_reg2_compat.c                         |   215 +
 tests/umad_register2.c                           |   288 +
 41 files changed, 28797 insertions(+), 30719 deletions(-)
 delete mode 100755 config/compile
 create mode 100644 config/libtool.m4
 mode change 100644 => 100755 config/ltmain.sh
 create mode 100644 config/ltoptions.m4
 create mode 100644 config/ltsugar.m4
 create mode 100644 config/ltversion.m4
 create mode 100644 config/lt~obsolete.m4
 create mode 100644 include/infiniband/umad_cm.h
 create mode 100644 include/infiniband/umad_sa.h
 create mode 100644 include/infiniband/umad_sm.h
 create mode 100644 include/infiniband/umad_str.h
 create mode 100644 include/infiniband/umad_types.h
 create mode 100644 man/umad_attribute_str.3
 create mode 100644 man/umad_class_str.3
 create mode 100644 man/umad_mad_status_str.3
 create mode 100644 man/umad_method_str.3
 create mode 100644 man/umad_register2.3
 create mode 100644 src/umad_str.c
 create mode 100644 tests/umad_reg2_compat.c
 create mode 100644 tests/umad_register2.c

-- 
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