[Pkg-octave-commit] [octave-struct] branch master updated (7f77cde -> 505715a)

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Thu Mar 17 12:51:56 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-struct.

      from  7f77cde   d/control: Bump Standards-Version to 3.9.7 (no changes needed)
      adds  32f5630   Imported Upstream version 1.0.12
       new  a4c2bb4   Merge tag 'upstream/1.0.12'
       new  a5ec563   d/copyright: Reflect upstream changes
       new  0e8dbf9   d/control: Add myself to the Uploaders list
       new  505715a   d/changelog: Prepare for next release

The 4 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          |    4 +-
 NEWS                 |    7 +
 debian/changelog     |   13 +
 debian/control       |    3 +-
 debian/copyright     |    4 +-
 inst/getfields.m     |    2 +-
 inst/setfields.m     |    2 +-
 inst/tars.m          |    2 +-
 src/Makefile         |   12 -
 src/Makefile.in      |   33 +
 src/bootstrap        |    3 +
 src/cell2fields.cc   |   54 +-
 src/config.h.in      |    6 +
 src/configure        | 5074 ++++++++++++++++++++++++++++++++++++++++++++++++++
 src/configure.ac     |   75 +
 src/error-helpers.cc |   53 +
 src/error-helpers.h  |  137 ++
 src/fieldempty.cc    |   28 +-
 src/fields2cell.cc   |   34 +-
 src/structcat.cc     |  102 +-
 20 files changed, 5518 insertions(+), 130 deletions(-)
 delete mode 100644 src/Makefile
 create mode 100644 src/Makefile.in
 create mode 100755 src/bootstrap
 create mode 100644 src/config.h.in
 create mode 100755 src/configure
 create mode 100644 src/configure.ac
 create mode 100644 src/error-helpers.cc
 create mode 100644 src/error-helpers.h

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



More information about the Pkg-octave-commit mailing list