[Pkg-octave-commit] [octave-miscellaneous] branch master updated (39f26b0 -> a01429a)

Thomas Weber tweber at moszumanska.debian.org
Mon Jun 9 14:40:59 UTC 2014


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

tweber pushed a change to branch master
in repository octave-miscellaneous.

      from  39f26b0   Bump to Standards-Version 3.9.5, no changes needed
       new  94b79c9   Imported Upstream version 1.2.1
       new  a059c1c   Drop unused lintian override: hardening-no-fortify-functions
       new  a01429a   Debian release 1.2.1-1

The 3 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 +-
 INDEX                                         |    6 +-
 NEWS                                          |   18 +-
 debian/changelog                              |   14 +
 debian/octave-miscellaneous.lintian-overrides |    1 -
 devel/README                                  |    9 +
 devel/listencanfork.c                         |   13 +
 devel/server.cc                               |  824 ++++++
 devel/server.txt                              |  118 +
 devel/stringmatch.c                           |  242 ++
 inst/apply.m                                  |  102 -
 inst/asci.m                                   |   73 +-
 inst/ascii.m                                  |   93 +
 inst/chebyshevpoly.m                          |   17 +-
 inst/map.m                                    |   96 -
 inst/physical_constant.py                     |  180 ++
 inst/private/strsplit.m                       |  125 +
 inst/temp_name.m                              |   71 -
 inst/units.m                                  |  146 +-
 src/Makefile                                  |    2 +-
 src/bootstrap                                 |    6 +
 src/configure                                 | 3522 +++++++++++++++++++++++++
 src/configure.ac                              |   20 +
 src/partarray.cc                              |  231 --
 src/sample.cc                                 |    0
 25 files changed, 5339 insertions(+), 594 deletions(-)
 delete mode 100644 debian/octave-miscellaneous.lintian-overrides
 create mode 100644 devel/README
 create mode 100644 devel/listencanfork.c
 create mode 100644 devel/server.cc
 create mode 100644 devel/server.txt
 create mode 100644 devel/stringmatch.c
 delete mode 100644 inst/apply.m
 create mode 100644 inst/ascii.m
 delete mode 100644 inst/map.m
 create mode 100755 inst/physical_constant.py
 create mode 100644 inst/private/strsplit.m
 delete mode 100644 inst/temp_name.m
 create mode 100755 src/bootstrap
 create mode 100755 src/configure
 create mode 100644 src/configure.ac
 delete mode 100644 src/partarray.cc
 mode change 100755 => 100644 src/sample.cc

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



More information about the Pkg-octave-commit mailing list