[Pkg-ocaml-maint-commits] [ocaml-alsa] branch upstream updated (5e7b336 -> b1bd4ed)

Stéphane Glondu glondu at moszumanska.debian.org
Mon Jul 17 21:33:42 UTC 2017


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

glondu pushed a change to branch upstream
in repository ocaml-alsa.

      from  5e7b336   Imported Upstream version 0.2.1
       new  37dc143   New upstream version 0.2.2
       new  b1bd4ed   New upstream version 0.2.3

The 2 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:
 CHANGES                                            |   10 +-
 Makefile.in                                        |    8 +-
 bootstrap                                          |   20 +-
 config.guess                                       | 1454 ++++++++
 config.sub                                         | 1815 ++++++++++
 configure                                          | 3742 ++++++++++----------
 configure.ac                                       |   29 +-
 doc/Alsa.Pcm.html                                  |  361 ++
 doc/Alsa.html                                      |  109 +
 doc/html/Alsa.Pcm.html                             |  269 --
 doc/html/Alsa.html                                 |   90 -
 doc/{html => }/index.html                          |   15 +-
 doc/{html => }/index_attributes.html               |    7 +-
 doc/{html => }/index_class_types.html              |    7 +-
 doc/{html => }/index_classes.html                  |    7 +-
 doc/{html => }/index_exceptions.html               |   23 +-
 .../index_methods.html => index_extensions.html}   |    9 +-
 doc/{html => }/index_methods.html                  |    7 +-
 doc/{html => }/index_module_types.html             |    7 +-
 doc/{html => }/index_modules.html                  |    7 +-
 doc/{html => }/index_types.html                    |    7 +-
 doc/{html => }/index_values.html                   |    7 +-
 doc/{html => }/style.css                           |   38 +-
 doc/{html => }/type_Alsa.Pcm.html                  |    1 +
 doc/{html => }/type_Alsa.html                      |    1 +
 install-sh                                         |  508 +++
 m4/base_checks.m4                                  |  164 +
 m4/cpp_check_class.m4                              |   24 +
 m4/detect_binding.m4                               |  107 +-
 m4/ocaml.m4                                        |   86 +-
 m4/ocaml_compilers.m4                              |   22 +-
 m4/pkg_config.m4                                   |   76 +
 src/Makefile.in                                    |    6 +-
 src/alsa.mli                                       |    6 +-
 src/alsa_stubs.c                                   |    2 +-
 35 files changed, 6695 insertions(+), 2356 deletions(-)
 create mode 100755 config.guess
 create mode 100755 config.sub
 create mode 100644 doc/Alsa.Pcm.html
 create mode 100644 doc/Alsa.html
 delete mode 100644 doc/html/Alsa.Pcm.html
 delete mode 100644 doc/html/Alsa.html
 rename doc/{html => }/index.html (62%)
 rename doc/{html => }/index_attributes.html (73%)
 rename doc/{html => }/index_class_types.html (73%)
 rename doc/{html => }/index_classes.html (74%)
 rename doc/{html => }/index_exceptions.html (86%)
 copy doc/{html/index_methods.html => index_extensions.html} (71%)
 rename doc/{html => }/index_methods.html (73%)
 rename doc/{html => }/index_module_types.html (73%)
 rename doc/{html => }/index_modules.html (80%)
 rename doc/{html => }/index_types.html (90%)
 rename doc/{html => }/index_values.html (97%)
 rename doc/{html => }/style.css (60%)
 rename doc/{html => }/type_Alsa.Pcm.html (99%)
 rename doc/{html => }/type_Alsa.html (99%)
 create mode 100755 install-sh
 create mode 100644 m4/base_checks.m4
 create mode 100644 m4/cpp_check_class.m4
 create mode 100644 m4/pkg_config.m4

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ocaml-alsa.git



More information about the Pkg-ocaml-maint-commits mailing list