[Debian-astro-commits] [gyoto] branch master updated (c822f70 -> 0d76d54)
Thibaut Jean-Claude Paumard
thibaut at moszumanska.debian.org
Tue Nov 1 19:44:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
thibaut pushed a change to branch master
in repository gyoto.
from c822f70 gyoto (1.1.0-3) unstable; urgency=low
adds 8e823ef Add Dependencies and Recommends as appropriate for libgyoto5-dev.
adds acbcd37 * Fix typos detected by lintian
adds 6331575 * Use setuptools also in setup_lorene.py
adds 22c8c78 * configure --enable-hardening now also activates -fPIE and -pie for executables
adds ece3df8 NEXT 2016/10/03 BUG * 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.
adds 6bbadea Add null plug-in as an example
adds 4dde0a6 Improve plug-in example in plugins/null and document it in the user manual.
adds a7ffea4 Fix copy constructor of Page-Thorne disk
adds 988ebdb Add CXX variable to gyoto*.pc
adds 6e1c6aa Commit autoreconf products and update git-post-merge script
adds 1a903a7 plugins/null/configure: check for MPICXX and CXX from gyoto.pc
adds aa6594a Introduce localpkglibdir to install plug-ins
adds c28648a Use only major library version in GYOTO_PLUGDIR
adds f4af3a5 Update copyright years and other cosmetic changes for next release
adds debdbe9 Releasing 1.1.1
adds 131a9f2 Merge tag 'upstream/1.1.1' into debian
adds f52b44f gyoto (1.1.1-1) unstable; urgency=low
new 0d76d54 gyoto (1.1.1-2) unstable; urgency=low
The 1 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 | 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 +-
debian/changelog | 21 +
debian/control | 36 +-
debian/libgyoto5-dev.examples | 1 +
debian/libgyoto5.links | 6 +-
debian/rules | 13 +-
debian/tests/python-gyoto | 3 +-
debian/tests/python-gyoto-mpi | 3 +-
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 +-
...check_compile_flag.m4 => ax_check_link_flag.m4} | 42 +-
m4/ax_require_defined.m4 | 37 +
python/tests/__init__.py => plugins/null/AUTHORS | 0
COPYING => plugins/null/COPYING | 0
python/tests/__init__.py => plugins/null/ChangeLog | 0
INSTALL => plugins/null/INSTALL | 0
plugins/{python => null}/Makefile.am | 2 +-
plugins/{python => null}/Makefile.in | 29 +-
debian/gyoto-doc.install => plugins/null/NEWS | 0
plugins/null/README | 30 +
aclocal.m4 => plugins/null/aclocal.m4 | 8 -
plugins/{python => null/bin}/gyoto.in | 0
compile => plugins/null/compile | 0
config.guess => plugins/null/config.guess | 0
config.sub => plugins/null/config.sub | 0
plugins/{python => null}/configure | 3604 +++++++-------------
plugins/null/configure.ac | 115 +
depcomp => plugins/null/depcomp | 0
doc/doxyfile.in => plugins/null/doc/doxyfile | 21 +-
plugins/null/include/GyotoNull.h | 63 +
install-sh => plugins/null/install-sh | 0
.../null/lib/InitPlug.C | 21 +-
plugins/null/lib/Makefile.am | 17 +
plugins/{python => null}/lib/Makefile.in | 158 +-
.../gyoto_constants.i => plugins/null/lib/Null.C | 20 +-
ltmain.sh => plugins/null/ltmain.sh | 4 +-
{m4 => plugins/null/m4}/libtool.m4 | 24 +-
{m4 => plugins/null/m4}/ltoptions.m4 | 0
{m4 => plugins/null/m4}/ltsugar.m4 | 0
{m4 => plugins/null/m4}/ltversion.m4 | 0
{m4 => plugins/null/m4}/lt~obsolete.m4 | 0
{m4 => plugins/null/m4}/pkg.m4 | 0
missing => plugins/null/missing | 0
.../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 +-
87 files changed, 2608 insertions(+), 2954 deletions(-)
create mode 100644 debian/libgyoto5-dev.examples
copy m4/{ax_append_compile_flags.m4 => ax_append_link_flags.m4} (62%)
copy m4/{ax_check_compile_flag.m4 => ax_check_link_flag.m4} (64%)
create mode 100644 m4/ax_require_defined.m4
copy python/tests/__init__.py => plugins/null/AUTHORS (100%)
copy COPYING => plugins/null/COPYING (100%)
copy python/tests/__init__.py => plugins/null/ChangeLog (100%)
copy INSTALL => plugins/null/INSTALL (100%)
copy plugins/{python => null}/Makefile.am (73%)
copy plugins/{python => null}/Makefile.in (97%)
copy debian/gyoto-doc.install => plugins/null/NEWS (100%)
create mode 100644 plugins/null/README
copy aclocal.m4 => plugins/null/aclocal.m4 (99%)
copy plugins/{python => null/bin}/gyoto.in (100%)
copy compile => plugins/null/compile (100%)
copy config.guess => plugins/null/config.guess (100%)
copy config.sub => plugins/null/config.sub (100%)
copy plugins/{python => null}/configure (93%)
create mode 100644 plugins/null/configure.ac
copy depcomp => plugins/null/depcomp (100%)
copy doc/doxyfile.in => plugins/null/doc/doxyfile (99%)
create mode 100644 plugins/null/include/GyotoNull.h
copy install-sh => plugins/null/install-sh (100%)
copy yorick/gyoto_constants.i => plugins/null/lib/InitPlug.C (62%)
create mode 100644 plugins/null/lib/Makefile.am
copy plugins/{python => null}/lib/Makefile.in (79%)
copy yorick/gyoto_constants.i => plugins/null/lib/Null.C (66%)
copy ltmain.sh => plugins/null/ltmain.sh (99%)
copy {m4 => plugins/null/m4}/libtool.m4 (99%)
copy {m4 => plugins/null/m4}/ltoptions.m4 (100%)
copy {m4 => plugins/null/m4}/ltsugar.m4 (100%)
copy {m4 => plugins/null/m4}/ltversion.m4 (100%)
copy {m4 => plugins/null/m4}/lt~obsolete.m4 (100%)
copy {m4 => plugins/null/m4}/pkg.m4 (100%)
copy missing => plugins/null/missing (100%)
--
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