[med-svn] [praat] branch master updated (5b3d82c -> c3afe26)

Rafael Laboissiere rafael at debian.org
Fri Aug 11 20:49:31 UTC 2017


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

rafael pushed a change to branch master
in repository praat.

      from  5b3d82c   Changelog entry for version 6.0.29-2
       new  6f75099   New upstream version 6.0.30
       new  533b6ae   Merge tag 'upstream/6.0.30'
       new  f550031   d/control: Bump Standards-Version to 4.0.1 (no changes needed)
       new  88c5b0a   d//What_s_new_.html: Update upstream changelog
       new  83611b6   d/p/deprecated-g-type-init.patch: Drop patch (applied upstream)
       new  bdf0caf   d/p/tensor-h-filename.patch: New patch
       new  1f64159   Add praat_nogui executable and manual page
       new  be57c95   Fix year
       new  c3afe26   Changelog entry for version 6.0.30-1

The 9 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:
 .gitignore                                  |   1 +
 EEG/praat_EEG.cpp                           |  36 +-
 FFNet/Makefile                              |   4 +-
 LPC/LPC_to_Spectrum.cpp                     |   2 +-
 LPC/Makefile                                |   4 +-
 README.md                                   |  12 +
 artsynth/Makefile                           |   4 +-
 artsynth/praat_Artsynth.cpp                 |   9 +-
 contrib/ola/Makefile                        |   4 +-
 debian/What_s_new_.html                     |  16 +-
 debian/changelog                            |  10 +
 debian/control                              |   2 +-
 debian/install.in                           |   1 +
 debian/patches/deprecated-g-type-init.patch |  30 -
 debian/patches/series                       |   2 +-
 debian/patches/tensor-h-filename.patch      |  36 ++
 debian/praat.dbk                            |   2 +-
 debian/praat.manpages                       |   1 +
 debian/{praat.dbk => praat_nogui.dbk}       |  31 +-
 debian/rules                                |  17 +-
 dwsys/DoublyLinkedList.cpp                  |   2 +-
 dwsys/Makefile                              |   4 +-
 dwsys/NUM2.cpp                              |  37 +-
 dwsys/NUM2.h                                |  25 +-
 dwsys/NUMcomplex.cpp                        | 206 +++++++
 sys/StringsEditor.h => dwsys/NUMcomplex.h   |  72 ++-
 dwsys/NUMlapack.cpp                         |  10 +-
 dwsys/NUMstring.cpp                         |   2 +-
 dwtest/test_DTW.praat                       |   2 +-
 dwtest/test_Sound_draw_where.praat          |  51 +-
 dwtest/test_gammatonefilter.praat           |  52 ++
 dwtest/test_textGrid_and_DurationTier.praat |  61 ++
 dwtools/DTW.cpp                             | 635 +++++++++++----------
 dwtools/DTW.h                               |  22 +-
 dwtools/DataModeler.cpp                     |   2 +-
 dwtools/Makefile                            |   6 +-
 dwtools/Sound_extensions.cpp                |  63 ++-
 dwtools/Sound_extensions.h                  |   2 +
 dwtools/Table_extensions.cpp                |   2 +-
 dwtools/TextGrid_and_DurationTier.cpp       | 100 ++++
 dwtools/TextGrid_and_DurationTier.h         |  33 ++
 dwtools/TextGrid_extensions.cpp             |   8 +
 dwtools/manual_dwtools.cpp                  | 116 +++-
 dwtools/praat_DataModeler_init.cpp          |  15 +-
 dwtools/praat_David_init.cpp                |  55 +-
 dwtools/praat_KlattGrid_init.cpp            |   6 +-
 external/gsl/gsl_rng__file.c                |   4 +-
 fon/FunctionEditor.h                        |   6 +-
 fon/RealTier.cpp                            |   3 +-
 fon/Sound_and_Spectrum.cpp                  |  45 +-
 fon/Sound_to_Intensity.cpp                  |  37 +-
 fon/Sound_to_Intensity.h                    |  10 +-
 fon/TimeSoundEditor.cpp                     |   9 +-
 fon/manual_Script.cpp                       | 266 ++++++---
 fon/manual_glossary.cpp                     |   2 +-
 fon/manual_pitch.cpp                        |   6 +-
 fon/manual_programming.cpp                  |  15 +-
 fon/manual_tutorials.cpp                    |  10 +-
 fon/praat_Fon.cpp                           |  44 +-
 fon/praat_Matrix.cpp                        |   9 +-
 fon/praat_Sound.cpp                         |  26 +-
 fon/praat_TextGrid_init.cpp                 |  36 +-
 fon/praat_Tiers.cpp                         |  53 +-
 gram/praat_gram.cpp                         |  16 +-
 kar/UnicodeData.h                           |   4 +
 kar/longchar.cpp                            |   2 +-
 main/Makefile                               |   4 +-
 main/praat.plist                            |   2 +-
 makefiles/makefile.defs.linux.barren        |   6 +-
 makefiles/makefile.defs.linux.nogui         |  25 +
 num/NUMrandom.cpp                           |   2 +-
 stat/Regression.cpp                         |  14 +-
 stat/Table.cpp                              |   2 +-
 stat/praat_Stat.cpp                         |   9 +-
 sys/Formula.cpp                             | 628 ++++++++++++++++-----
 sys/Formula.h                               |  23 +-
 sys/Graphics.cpp                            |   2 +
 sys/Graphics.h                              |   6 +-
 sys/GraphicsP.h                             |  27 +-
 sys/GraphicsScreen.cpp                      |  77 +--
 sys/Graphics_colour.cpp                     |  10 +-
 sys/Graphics_linesAndAreas.cpp              |  26 +-
 sys/Graphics_mouse.cpp                      |   4 +-
 sys/Graphics_text.cpp                       | 824 +++++++++++-----------------
 sys/Gui.h                                   |  29 +-
 sys/Interpreter.cpp                         |  22 +-
 sys/Interpreter.h                           |  10 +-
 sys/Makefile                                |   2 +-
 sys/MelderThread.h                          |   4 +-
 sys/Picture.cpp                             |   2 +-
 fon/Corpus.h => sys/Tensor.h                |  20 +-
 sys/melder.h                                |   2 +-
 sys/melder_audio.cpp                        |   2 +-
 sys/melder_debug.cpp                        |   6 +-
 sys/oo.h                                    |   4 +-
 sys/praat.cpp                               |   6 +-
 sys/praat.h                                 |  11 +
 sys/praat_version.h                         |   8 +-
 sys/sendpraat.c                             |   8 +-
 test/script/vectors.praat                   |   8 +
 test/sys/graphicsTextSpeed.praat            |   9 +
 test/sys/object.praat                       |  35 ++
 102 files changed, 2669 insertions(+), 1626 deletions(-)
 delete mode 100644 debian/patches/deprecated-g-type-init.patch
 create mode 100644 debian/patches/tensor-h-filename.patch
 copy debian/{praat.dbk => praat_nogui.dbk} (80%)
 create mode 100644 dwsys/NUMcomplex.cpp
 copy sys/StringsEditor.h => dwsys/NUMcomplex.h (52%)
 create mode 100644 dwtest/test_gammatonefilter.praat
 create mode 100644 dwtest/test_textGrid_and_DurationTier.praat
 create mode 100644 dwtools/TextGrid_and_DurationTier.cpp
 create mode 100644 dwtools/TextGrid_and_DurationTier.h
 create mode 100644 makefiles/makefile.defs.linux.nogui
 copy fon/Corpus.h => sys/Tensor.h (75%)
 create mode 100644 test/script/vectors.praat
 create mode 100644 test/sys/graphicsTextSpeed.praat
 create mode 100644 test/sys/object.praat

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/praat.git



More information about the debian-med-commit mailing list