[Debian-astro-commits] [gyoto] 02/05: Merge tag 'upstream/1.1.1' into debian

Thibaut Jean-Claude Paumard thibaut at moszumanska.debian.org
Mon Oct 31 18:31:08 UTC 2016


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

thibaut pushed a commit to branch lorene
in repository gyoto.

commit 131a9f22877bfcfd011b6a2cdf86623f1bb4ebf9
Merge: 8e823ef debdbe9
Author: Thibaut Paumard <paumard at users.sourceforge.net>
Date:   Mon Oct 31 11:32:37 2016 +0100

    Merge tag 'upstream/1.1.1' into debian
    
    1.1.1 2016/10/30 BUG
       * When Gyoto is configured to be installed in another prefix than
         /usr/local/, look into two additional directories when loading
         plug-ins: /usr/local/lib/gyoto/<sovers>/ and
         /usr/local/lib/gyoto/.
       * The name of the versioned directories for plug-ins (<sovers>
         above) is now the major version of the library, so users don't
         need to reinstall there plug-ins when ugrading Gyoto to a
         binary-compatible release.
       * --enable-hardening now also enables -fPIE.
       * Yorick: actually implement `picture' painter for the matte_paint
         framework. Allow using any two or three-dimensional image or
         stack of images in the `picture' and `panorama' painters.
       * Include minimal plug-in example in plugins/null/.

 ChangeLog                                          |   106 +-
 Makefile.in                                        |     6 +
 NEWS                                               |    15 +
 README.Developers                                  |    11 +-
 aclocal.m4                                         |     3 +
 bin/Makefile.am                                    |     4 +-
 bin/Makefile.in                                    |    11 +-
 bin/gyoto.1                                        |    10 +-
 configure                                          |   555 +-
 configure.ac                                       |    41 +-
 doc/user_guide/GyotoManual.tex                     |    52 +-
 git-post-merge                                     |     2 +-
 include/GyotoAstrobj.h                             |     4 +-
 include/GyotoComplexSpectrometer.h                 |     3 +-
 include/GyotoConverters.h                          |     4 +-
 include/GyotoFactory.h                             |    18 +-
 include/GyotoFactoryMessenger.h                    |     4 +-
 include/GyotoMetric.h                              |     4 +-
 include/GyotoPolishDoughnut.h                      |     4 +-
 include/GyotoRegister.h                            |     6 +-
 include/GyotoScenery.h                             |     4 +-
 include/GyotoSmartPointer.h                        |     4 +-
 include/GyotoSpectrometer.h                        |     4 +-
 include/GyotoSpectrum.h                            |     4 +-
 include/GyotoWorldline.h                           |     8 +-
 lib/KerrBL.C                                       |     6 +-
 lib/Makefile.am                                    |     3 +
 lib/Makefile.in                                    |    18 +-
 lib/PageThorneDisk.C                               |     4 +-
 lib/Register.C                                     |    64 +-
 lib/gyoto-uninstalled.pc.in                        |     5 +-
 lib/gyoto.pc.in                                    |     5 +-
 m4/ax_append_compile_flags.m4                      |    12 +-
 m4/ax_append_flag.m4                               |    30 +-
 ...nd_compile_flags.m4 => ax_append_link_flags.m4} |    38 +-
 m4/{ax_append_flag.m4 => ax_check_link_flag.m4}    |    57 +-
 m4/ax_require_defined.m4                           |    37 +
 plugins/null/AUTHORS                               |     0
 plugins/null/COPYING                               |   674 +
 plugins/null/ChangeLog                             |     0
 plugins/null/INSTALL                               |   370 +
 plugins/null/Makefile.am                           |     5 +
 Makefile.in => plugins/null/Makefile.in            |   190 +-
 plugins/null/NEWS                                  |     1 +
 plugins/null/README                                |    30 +
 aclocal.m4 => plugins/null/aclocal.m4              |     8 -
 plugins/null/bin/gyoto.in                          |    10 +
 plugins/null/compile                               |   347 +
 plugins/null/config.guess                          |  1558 +++
 plugins/null/config.sub                            |  1791 +++
 configure => plugins/null/configure                | 13050 ++++++-------------
 plugins/null/configure.ac                          |   115 +
 plugins/null/depcomp                               |   791 ++
 plugins/null/doc/doxyfile                          |  1510 +++
 plugins/null/include/GyotoNull.h                   |    63 +
 plugins/null/install-sh                            |   527 +
 plugins/null/lib/InitPlug.C                        |    31 +
 plugins/null/lib/Makefile.am                       |    17 +
 plugins/null/lib/Makefile.in                       |   672 +
 plugins/null/lib/Null.C                            |    30 +
 plugins/null/ltmain.sh                             |  9661 ++++++++++++++
 plugins/null/m4/libtool.m4                         |  7983 ++++++++++++
 plugins/null/m4/ltoptions.m4                       |   384 +
 plugins/null/m4/ltsugar.m4                         |   123 +
 plugins/null/m4/ltversion.m4                       |    23 +
 plugins/null/m4/lt~obsolete.m4                     |    98 +
 plugins/null/m4/pkg.m4                             |   159 +
 plugins/null/missing                               |   215 +
 .../python/doc/examples/gyoto_sample_metrics.py    |     2 +-
 .../python/doc/examples/gyoto_sample_spectra.py    |     2 +-
 .../python/doc/examples/gyoto_sample_standard.py   |     2 +-
 .../python/doc/examples/gyoto_sample_thindisks.py  |     2 +-
 plugins/python/include/GyotoPython.h               |    10 +-
 plugins/python/lib/Base.C                          |    26 +-
 python/example.py                                  |     6 +-
 python/gyoto.i                                     |     4 +-
 python/numpy.i                                     |     2 +-
 python/setup_lorene.py.in                          |     4 +-
 yorick/gyoto.i                                     |   148 +-
 yorick/stdplug/gyoto_PatternDisk.C                 |     4 +-
 80 files changed, 32048 insertions(+), 9766 deletions(-)

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



More information about the Debian-astro-commits mailing list