[gnuplot5] branch master updated (3025d4a -> c1e584c)

Anton Gladky gladk at moszumanska.debian.org
Tue Jan 12 08:15:33 UTC 2016


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

gladk pushed a change to branch master
in repository gnuplot5.

      from  3025d4a   Don`t build with -fPIE. (Closes: #795076)
       new  d183a84   Remove so-files from d/copyright (fixed by upstream)
      adds  9a496d5   Imported Upstream version 5.0.2+dfsg1
       new  f7cb13a   Merge tag 'upstream/5.0.2+dfsg1'
       new  5be40e0   Refresh patches.
       new  65d724b   Update d/copyright.
       new  09f724d   Add dh-lua to BD.
       new  c1e584c   Update changelog.

The 6 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:
 ChangeLog                                   | 519 ++++++++++++++++++++++++++++
 Makefile.in                                 |   6 +-
 NEWS                                        |  44 ++-
 PATCHLEVEL                                  |   2 +-
 RELEASE_NOTES                               | 109 +++---
 aclocal.m4                                  |   6 +-
 config/Makefile.in                          |   3 +-
 configure                                   |  66 +++-
 configure.in                                |   7 +-
 debian/changelog                            |  10 +
 debian/control                              |   1 +
 debian/copyright                            |   4 +-
 debian/patches/04_fix_libexecdir.diff       |   6 +-
 debian/patches/05_default_gd_font.diff      |   6 +-
 debian/patches/07_doc.patch                 |  14 +-
 debian/patches/08_disable_demo_plugin.patch |  22 +-
 debian/patches/09_remove_beos.patch         |  18 +-
 debian/patches/10_removepicins.patch        |  37 +-
 debian/patches/11_fix_linkage_wx.patch      |   8 +-
 debian/patches/12_info.patch                |  53 ++-
 debian/patches/13_no_pie.patch              |  28 --
 debian/patches/series                       |   1 -
 demo/Makefile.in                            |   3 +-
 demo/html/webify.pl                         |   2 +-
 demo/imageNaN.dem                           |  12 +-
 demo/plugin/Makefile.in                     |   3 +-
 demo/timedat.dem                            |   4 +-
 docs/Makefile.am                            | 315 +++++++++--------
 docs/Makefile.in                            | 316 +++++++++--------
 docs/doc2ms.c                               |  33 +-
 docs/gnuplot-ja.doc                         |   4 +-
 docs/gnuplot.doc                            | 129 ++++---
 docs/psdoc/ps_symbols.gpi                   | 154 ++++-----
 docs/titlepag.tex                           |   4 +-
 docs/windows/doc2html.c                     |   3 +-
 m4/Makefile.in                              |   3 +-
 man/Makefile.in                             |   3 +-
 share/LaTeX/Makefile.in                     |   3 +-
 share/LaTeX/gnuplot-lua-tikz.sty            |   2 +-
 share/Makefile.in                           |   3 +-
 src/Makefile.am                             |  17 +-
 src/Makefile.in                             | 106 +++++-
 src/axis.c                                  |  22 +-
 src/axis.h                                  |   7 +-
 src/boundary.c                              |  10 +-
 src/command.c                               | 104 +++---
 src/datablock.c                             |   6 +-
 src/datafile.c                              |  55 ++-
 src/eval.c                                  |   4 +-
 src/fit.c                                   |   8 +-
 src/graph3d.c                               |  84 +++--
 src/graphics.c                              | 127 ++++---
 src/help.c                                  |  14 +-
 src/interpol.c                              |   8 +-
 src/misc.c                                  |  12 +-
 src/mouse.c                                 |   8 +-
 src/parse.c                                 |  36 +-
 src/plot2d.c                                |  50 ++-
 src/plot3d.c                                |  49 +--
 src/qtterminal/Makefile.in                  |   3 +-
 src/qtterminal/QtGnuplotEvent.cpp           |   2 +-
 src/qtterminal/QtGnuplotItems.cpp           |   7 +-
 src/qtterminal/QtGnuplotScene.cpp           |  11 +-
 src/qtterminal/qt_term.cpp                  |  42 ++-
 src/save.c                                  |  10 +-
 src/set.c                                   | 176 +++++-----
 src/show.c                                  |  16 +-
 src/stats.c                                 |  13 +-
 src/stdfn.h                                 |   6 +-
 src/tables.c                                |   4 +-
 src/term.c                                  |  50 ++-
 src/term_api.h                              |   5 +-
 src/time.c                                  |   4 +-
 src/unset.c                                 |   4 +-
 src/util.c                                  |  83 +++--
 src/util3d.c                                |  34 +-
 src/util3d.h                                |   6 +-
 src/version.c                               |   6 +-
 src/wxterminal/Makefile.in                  |   3 +-
 src/wxterminal/gp_cairo.c                   |  40 +--
 src/wxterminal/wxt_gui.cpp                  |  58 ++--
 src/wxterminal/wxt_term.h                   |   4 +-
 term/Makefile.in                            |   3 +-
 term/PostScript/prologue.ps                 |   5 +-
 term/PostScript/prologues.h                 |  25 +-
 term/aquaterm.trm                           |  10 +-
 term/cairo.trm                              |  27 +-
 term/cgm.trm                                |   6 +-
 term/dumb.trm                               |  98 ++++--
 term/estimate.trm                           |   4 +-
 term/gd.trm                                 |   6 +-
 term/lua.trm                                |  20 +-
 term/lua/gnuplot-tikz.lua                   |   8 +-
 term/post.trm                               |  29 +-
 term/pslatex.trm                            |  10 +-
 term/wxt.trm                                |  26 +-
 term/x11.trm                                |   9 +-
 tutorial/Makefile.in                        |   3 +-
 98 files changed, 2279 insertions(+), 1290 deletions(-)
 delete mode 100644 debian/patches/13_no_pie.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gnuplot5.git



More information about the debian-science-commits mailing list