[Pkg-octave-commit] [octave-parallel] branch master updated (36e9ec8 -> 448ef69)

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Wed May 4 13:17:08 UTC 2016


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

rlaboiss-guest pushed a change to branch master
in repository octave-parallel.

      from  36e9ec8   Bump Standards-Version to 3.9.8 (no changes needed)
      adds  113373c   Imported Upstream version 3.1.0
       new  62475f2   Merge tag 'upstream/3.1.0'
       new  d7c8fe0   d/copyright : Reflect upstream changes
       new  6121e34   Install new upstream documentation, in HTML format
       new  cdec27d   d/p/documentation-typos.patch: New patch
       new  448ef69   d/rules: Remove automatically generated files

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:
 DESCRIPTION                                        |    8 +-
 NEWS                                               |   22 +
 debian/copyright                                   |    5 +-
 debian/octave-parallel.doc-base                    |   14 +
 debian/octave-parallel.docs                        |    1 +
 debian/patches/documentation-typos.patch           |   43 +
 debian/patches/series                              |    1 +
 debian/rules                                       |   14 +
 doc/README                                         |    2 +-
 doc/html/Authentication.html                       |  125 ++
 doc/html/Cluster-execution.html                    |  150 ++
 doc/html/Concept-index.html                        |  136 ++
 doc/html/Documentation.html                        |   96 ++
 doc/html/Example.html                              |  115 ++
 doc/html/Function-index.html                       |  144 ++
 doc/html/Further-functions.html                    |   90 ++
 doc/html/Installation.html                         |  107 ++
 doc/html/Limitations.html                          |  100 ++
 doc/html/Local-execution.html                      |  105 ++
 doc/html/Security.html                             |  104 ++
 doc/html/XREFfload.html                            |   66 +
 doc/html/XREFfsave.html                            |   66 +
 doc/html/XREFinstall_005fvars.html                 |   66 +
 doc/html/XREFnetarrayfun.html                      |   66 +
 doc/html/XREFnetcellfun.html                       |   66 +
 doc/html/XREFnetwork_005fget_005finfo.html         |   66 +
 doc/html/XREFnetwork_005fset.html                  |   66 +
 doc/html/XREFparallel_005fdoc.html                 |   66 +
 ...XREFparallel_005fgenerate_005fsrp_005fdata.html |   66 +
 doc/html/XREFpararrayfun.html                      |   66 +
 doc/html/XREFparcellfun.html                       |   66 +
 doc/html/XREFpconnect.html                         |   66 +
 doc/html/XREFprecv.html                            |   66 +
 doc/html/XREFpsend.html                            |   66 +
 doc/html/XREFpserver.html                          |   66 +
 doc/html/XREFreval.html                            |   66 +
 doc/html/XREFrfeval.html                           |   66 +
 doc/html/XREFsclose.html                           |   66 +
 doc/html/XREFselect.html                           |   66 +
 doc/html/XREFselect_005fsockets.html               |   66 +
 doc/html/fsave-fload.html                          |  101 ++
 doc/html/index.html                                |  145 ++
 doc/html/install_005fvars.html                     |  113 ++
 doc/html/netarrayfun.html                          |  104 ++
 doc/html/netcellfun.html                           |  132 ++
 doc/html/network_005fget_005finfo.html             |  109 ++
 doc/html/network_005fset.html                      |  103 ++
 doc/html/pararrayfun.html                          |  105 ++
 doc/html/parcellfun.html                           |  146 ++
 doc/html/pconnect.html                             |  176 ++
 doc/html/precv.html                                |  110 ++
 doc/html/psend.html                                |  110 ++
 doc/html/pserver.html                              |  153 ++
 doc/html/reval.html                                |  102 ++
 doc/html/rfeval.html                               |  140 ++
 doc/html/sclose.html                               |   96 ++
 doc/html/select.html                               |  103 ++
 doc/html/select_005fsockets.html                   |  117 ++
 doc/macros.texi                                    |   88 +
 doc/parallel.info                                  | 1091 +++++++++++++
 doc/parallel.texi                                  | 1125 +++++++++++++
 doc/parallel.txi                                   |  503 ++++++
 inst/parallel_doc.m                                |   79 +
 inst/pararrayfun.m                                 |    5 +
 inst/parcellfun.m                                  |   23 +-
 inst/private/netcellfun_worker.m                   |   21 +-
 src/Makefile.in                                    |  124 +-
 src/aclocal.m4                                     |   15 +
 src/{configure => autom4te.cache/output.0}         |  839 +++++-----
 src/{configure => autom4te.cache/output.1}         | 1696 +++++++++++++++-----
 src/{configure => autom4te.cache/output.2}         | 1696 +++++++++++++++-----
 src/autom4te.cache/requests                        |  152 ++
 src/autom4te.cache/traces.0                        |  123 ++
 src/autom4te.cache/traces.1                        |  919 +++++++++++
 src/autom4te.cache/traces.2                        |  456 ++++++
 src/bootstrap                                      |    2 +
 src/configure                                      | 1100 +++++++++++--
 src/configure.ac                                   |   58 +-
 src/fload.cc                                       |   62 +-
 src/fsave.cc                                       |   46 +-
 src/m4/std-gnu11.m4                                |  818 ++++++++++
 src/minimal-load-save.cc                           |  147 ++
 src/minimal-load-save.h                            |   32 +
 src/mkdoc.pl                                       |   87 +
 src/munge-texi.pl                                  |  196 +++
 src/netcellfun.copy_to_m                           |    9 +-
 src/p-connection.h                                 |   32 +-
 src/p-streams.cc                                   |  146 ++
 src/p-streams.h                                    |  446 +++--
 src/parallel-gnutls.h                              |    5 +-
 src/pconnect.cc                                    |   12 +-
 src/precv.cc                                       |    7 +-
 src/psend.cc                                       |   17 +-
 src/pserver.cc                                     |   15 +-
 94 files changed, 15235 insertions(+), 1824 deletions(-)
 create mode 100644 debian/octave-parallel.doc-base
 create mode 100644 debian/patches/documentation-typos.patch
 create mode 100644 debian/patches/series
 create mode 100644 doc/html/Authentication.html
 create mode 100644 doc/html/Cluster-execution.html
 create mode 100644 doc/html/Concept-index.html
 create mode 100644 doc/html/Documentation.html
 create mode 100644 doc/html/Example.html
 create mode 100644 doc/html/Function-index.html
 create mode 100644 doc/html/Further-functions.html
 create mode 100644 doc/html/Installation.html
 create mode 100644 doc/html/Limitations.html
 create mode 100644 doc/html/Local-execution.html
 create mode 100644 doc/html/Security.html
 create mode 100644 doc/html/XREFfload.html
 create mode 100644 doc/html/XREFfsave.html
 create mode 100644 doc/html/XREFinstall_005fvars.html
 create mode 100644 doc/html/XREFnetarrayfun.html
 create mode 100644 doc/html/XREFnetcellfun.html
 create mode 100644 doc/html/XREFnetwork_005fget_005finfo.html
 create mode 100644 doc/html/XREFnetwork_005fset.html
 create mode 100644 doc/html/XREFparallel_005fdoc.html
 create mode 100644 doc/html/XREFparallel_005fgenerate_005fsrp_005fdata.html
 create mode 100644 doc/html/XREFpararrayfun.html
 create mode 100644 doc/html/XREFparcellfun.html
 create mode 100644 doc/html/XREFpconnect.html
 create mode 100644 doc/html/XREFprecv.html
 create mode 100644 doc/html/XREFpsend.html
 create mode 100644 doc/html/XREFpserver.html
 create mode 100644 doc/html/XREFreval.html
 create mode 100644 doc/html/XREFrfeval.html
 create mode 100644 doc/html/XREFsclose.html
 create mode 100644 doc/html/XREFselect.html
 create mode 100644 doc/html/XREFselect_005fsockets.html
 create mode 100644 doc/html/fsave-fload.html
 create mode 100644 doc/html/index.html
 create mode 100644 doc/html/install_005fvars.html
 create mode 100644 doc/html/netarrayfun.html
 create mode 100644 doc/html/netcellfun.html
 create mode 100644 doc/html/network_005fget_005finfo.html
 create mode 100644 doc/html/network_005fset.html
 create mode 100644 doc/html/pararrayfun.html
 create mode 100644 doc/html/parcellfun.html
 create mode 100644 doc/html/pconnect.html
 create mode 100644 doc/html/precv.html
 create mode 100644 doc/html/psend.html
 create mode 100644 doc/html/pserver.html
 create mode 100644 doc/html/reval.html
 create mode 100644 doc/html/rfeval.html
 create mode 100644 doc/html/sclose.html
 create mode 100644 doc/html/select.html
 create mode 100644 doc/html/select_005fsockets.html
 create mode 100644 doc/macros.texi
 create mode 100644 doc/parallel.info
 create mode 100644 doc/parallel.texi
 create mode 100644 doc/parallel.txi
 create mode 100644 inst/parallel_doc.m
 create mode 100644 src/aclocal.m4
 copy src/{configure => autom4te.cache/output.0} (93%)
 mode change 100755 => 100644
 copy src/{configure => autom4te.cache/output.1} (83%)
 mode change 100755 => 100644
 copy src/{configure => autom4te.cache/output.2} (83%)
 mode change 100755 => 100644
 create mode 100644 src/autom4te.cache/requests
 create mode 100644 src/autom4te.cache/traces.0
 create mode 100644 src/autom4te.cache/traces.1
 create mode 100644 src/autom4te.cache/traces.2
 create mode 100644 src/m4/std-gnu11.m4
 create mode 100644 src/minimal-load-save.cc
 create mode 100644 src/minimal-load-save.h
 create mode 100755 src/mkdoc.pl
 create mode 100755 src/munge-texi.pl

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-parallel.git



More information about the Pkg-octave-commit mailing list