[Debian-astro-commits] [gyoto] branch master updated (ec20222 -> 9cb2a06)

Thibaut Jean-Claude Paumard thibaut at moszumanska.debian.org
Mon May 25 16:15:15 UTC 2015


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

thibaut pushed a change to branch master
in repository gyoto.

      from  ec20222   Merge branch 'master' into debian
       new  27e4433   Simplify debian/rules, update debian/copyright, ship only one copy of the manual, install python examples.
      adds  aa035f9   * Update python/numpy.i * Put BSD license in python/doxyfile.py * Update copyright notice in every file edited in 2015
      adds  27fc03f       Releasing 1.0.0 (Youhou!)     + add a note about --enable-release in README     + add README.Developers to remember how to make a release...     + update NEWS, ChangeLog and configure.ac.
       new  07ed1f1   Merge tag '1.0.0' into debian
       new  299ea6c   gyoto (1.0.0-1) unstable; urgency=low
       new  9cb2a06   revert spurious change in upstream code

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:
 ChangeLog                                          | 1327 ++++++++++++-
 INSTALL                                            |    9 +
 NEWS                                               |   12 +-
 README                                             |   11 +-
 README.Developers                                  |   65 +
 configure                                          |   22 +-
 configure.ac                                       |    4 +-
 debian/changelog                                   |    9 +-
 debian/clean                                       |    4 +
 debian/control                                     |   24 +-
 debian/copyright                                   |   60 +-
 debian/libgyoto2-dev.links                         |    2 -
 debian/libgyoto2.links                             |    2 -
 ...libgyoto2-dev.install => libgyoto4-dev.install} |    0
 debian/libgyoto4-dev.links                         |    2 +
 debian/{libgyoto2.install => libgyoto4.install}    |    0
 debian/libgyoto4.links                             |    2 +
 debian/patches/interpreter-path                    |    2 +-
 debian/python-gyoto.examples                       |    1 +
 debian/python3-gyoto.examples                      |    1 +
 debian/rules                                       |   50 +-
 doc/user_guide/GyotoManual.tex                     |    2 +-
 include/Gyoto.h                                    |   13 +-
 include/GyotoAstrobj.h                             |    2 +-
 include/GyotoConfig.h.in                           |    2 +-
 include/GyotoConverters.h                          |    2 +-
 include/GyotoDirectionalDisk.h                     |    2 +-
 include/GyotoDynamicalDisk.h                       |    2 +-
 include/GyotoDynamicalDisk3D.h                     |    2 +-
 include/GyotoNumericalMetricLorene.h               |    2 +-
 include/GyotoObject.h                              |    2 +-
 include/GyotoPageThorneDisk.h                      |    2 +-
 include/GyotoPatternDisk.h                         |    2 +-
 include/GyotoPatternDiskBB.h                       |    2 +-
 include/GyotoPhoton.h                              |    2 +-
 include/GyotoPolishDoughnut.h                      |    2 +-
 include/GyotoRegister.h                            |    2 +-
 include/GyotoScenery.h                             |    2 +-
 include/GyotoScreen.h                              |    2 +-
 include/GyotoSpectrometer.h                        |    2 +-
 include/GyotoStarTrace.h                           |    2 +-
 include/GyotoThinDisk.h                            |    2 +-
 include/GyotoThinDiskIronLine.h                    |   19 +
 include/GyotoThinDiskPL.h                          |    2 +-
 include/GyotoWorldline.h                           |    2 +-
 lib/Astrobj.C                                      |    2 +-
 lib/Converters.C                                   |   19 +
 lib/Disk3D.C                                       |    2 +-
 lib/DynamicalDisk3D.C                              |    2 +-
 lib/NumericalMetricLorene.C                        |   18 +
 lib/Object.C                                       |   18 +
 lib/Photon.C                                       |    2 +-
 lib/PolishDoughnut.C                               |    2 +-
 lib/Register.C                                     |    2 +-
 lib/Scenery.C                                      |    2 +-
 lib/Screen.C                                       |    2 +-
 lib/ThinDisk.C                                     |    2 +-
 lib/Value.C                                        |   18 +
 lib/Worldline.C                                    |    2 +-
 lib/WorldlineIntegState.C                          |    2 +-
 python/doxy2swig.py                                |   27 +
 python/example-mpi.py                              |   18 +
 python/example.py                                  |   18 +
 python/gyoto.i                                     |    2 +-
 python/gyoto_lorene.i                              |   18 +
 python/gyoto_std.i                                 |   18 +
 python/numpy.i                                     | 1982 +++++++++++++++++---
 yorick/check-disk3d.i                              |    2 +-
 yorick/check.i                                     |    2 +-
 yorick/gyoto_Astrobj.C                             |    2 +-
 yorick/gyoto_Photon.C                              |    2 +-
 yorick/gyoto_Scenery.C                             |    2 +-
 yorick/gyoto_utils.C                               |    2 +-
 yorick/gyotoy.i                                    |    4 +-
 yorick/ygyoto.h                                    |    2 +-
 75 files changed, 3535 insertions(+), 346 deletions(-)
 create mode 100644 README.Developers
 create mode 100644 debian/clean
 delete mode 100755 debian/libgyoto2-dev.links
 delete mode 100755 debian/libgyoto2.links
 rename debian/{libgyoto2-dev.install => libgyoto4-dev.install} (100%)
 create mode 100755 debian/libgyoto4-dev.links
 rename debian/{libgyoto2.install => libgyoto4.install} (100%)
 create mode 100755 debian/libgyoto4.links
 create mode 100644 debian/python-gyoto.examples
 create mode 100644 debian/python3-gyoto.examples

-- 
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