[Pkg-octave-commit] [octave-parallel] branch master updated (65b06c5 -> 873483e)

Sébastien Villemot sebastien at debian.org
Wed Feb 5 18:35:36 UTC 2014


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

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

      from  65b06c5   Remove obsolete DM-Upload-Allowed flag
      adds  4c09306   Imported Upstream version 2.2.0
       new  720c6e5   Merge tag 'upstream/2.2.0'
       new  b4ba145   debian/copyright: reflect upstream changes.
       new  56cd79e   build-with-g++-4.7.patch: drop patch, no longer needed.
       new  8b12bf6   autoload-yes.patch: new patch.
       new  228fb16   debian/control: use my @debian.org e-mail address.
       new  6d4928c   Bump to Standards-Version 3.9.5, no changes needed.
       new  d33fa24   Disable the testsuite for the time being, by renaming debian/check.m.
       new  873483e   Debian release 2.2.0-1.

The 8 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:
 COPYING                                   |  346 --
 DESCRIPTION                               |   20 +-
 INDEX                                     |   20 +-
 NEWS                                      |   16 +
 debian/changelog                          |   21 +
 debian/{check.m => check.m.disabled}      |    0
 debian/control                            |    4 +-
 debian/copyright                          |   39 +-
 debian/patches/autoload-yes.patch         |   10 +
 debian/patches/build-with-g++-4.7.patch   |   48 -
 debian/patches/series                     |    2 +-
 doc/README                                |   20 +-
 doc/README.bw                             |    2 +-
 doc/README.parallel                       |   53 +-
 inst/__bw_computing_machine__.m           |    9 +-
 inst/__bw_scheduler__.m                   |  249 +-
 inst/__internal_exit__.m                  |   12 +
 inst/__pserver_exit__.m                   |    5 +-
 inst/bw_clear.m                           |   25 +-
 inst/bw_list.m                            |   23 +-
 inst/bw_retrieve.m                        |   19 +-
 inst/bw_start.m                           |   47 +-
 inst/getid.m                              |   22 -
 inst/pararrayfun.m                        |   73 +
 inst/parcellfun.m                         |  387 ++
 inst/{ => private}/__bw_load_variable__.m |    5 +-
 inst/{ => private}/__bw_secure_save__.m   |    9 +-
 inst/private/chunk_parcellfun.m           |   53 +
 inst/private/parcellfun_opts.m            |   77 +
 inst/scloseall.m                          |   22 +-
 inst/select_sockets.m                     |   17 +-
 inst/server.m                             |   24 +-
 src/Makefile.in                           |    3 +-
 src/__bw_is_locked__.cc                   |    9 +-
 src/__bw_lock_file__.cc                   |    9 +-
 src/__bw_prcv__.cc                        |  139 +-
 src/__bw_psend__.cc                       |   75 +-
 src/__bw_unlock_file__.cc                 |    5 +-
 src/__exit__.cc                           |   31 +
 src/__internal_exit__.cc                  |   37 -
 src/autom4te.cache/output.0               | 5500 -----------------------------
 src/autom4te.cache/requests               |   75 -
 src/autom4te.cache/traces.0               |  371 --
 src/{autogen.sh => bootstrap}             |    0
 src/config.h.in                           |    3 +
 src/configure                             |  340 +-
 src/configure.ac                          |    4 +-
 src/connect.cc                            |  424 +--
 src/fload.cc                              |   60 +
 src/fsave.cc                              |   59 +
 src/pserver.cc                            |  835 ++---
 src/recv.cc                               |   94 +-
 src/reval.cc                              |  203 +-
 src/sclose.cc                             |  145 +-
 src/select.cc                             |  335 +-
 src/send.cc                               |  178 +-
 src/sock-stream.cc                        |    9 +-
 src/sock-stream.h                         |    5 +-
 58 files changed, 2509 insertions(+), 8118 deletions(-)
 create mode 100644 NEWS
 rename debian/{check.m => check.m.disabled} (100%)
 create mode 100644 debian/patches/autoload-yes.patch
 delete mode 100644 debian/patches/build-with-g++-4.7.patch
 create mode 100644 inst/__internal_exit__.m
 delete mode 100644 inst/getid.m
 create mode 100644 inst/pararrayfun.m
 create mode 100644 inst/parcellfun.m
 rename inst/{ => private}/__bw_load_variable__.m (82%)
 rename inst/{ => private}/__bw_secure_save__.m (83%)
 create mode 100644 inst/private/chunk_parcellfun.m
 create mode 100644 inst/private/parcellfun_opts.m
 create mode 100644 src/__exit__.cc
 delete mode 100644 src/__internal_exit__.cc
 delete mode 100644 src/autom4te.cache/output.0
 delete mode 100644 src/autom4te.cache/requests
 delete mode 100644 src/autom4te.cache/traces.0
 rename src/{autogen.sh => bootstrap} (100%)
 create mode 100644 src/fload.cc
 create mode 100644 src/fsave.cc

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