[yoda] branch master updated (10a36c5 -> e59ff7a)

Lifeng Sun lifengsun-guest at alioth.debian.org
Fri Aug 30 15:14:10 UTC 2013


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

lifengsun-guest pushed a change to branch master
in repository yoda.

      from  10a36c5   Debianize.
       new  7703693   Imported Upstream version 1.0.2
       new  f22bfef   Merge tag 'upstream/1.0.2'
       new  d28686f   Refresh patchset.
       new  9d12ea5   Disable indexedset test.
       new  e59ff7a   debian/control: replace Conflicts with Breaks for python-yoda.

The 5 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                                      |   26 +
 Makefile.in                                    |   12 +-
 aclocal.m4                                     |   61 +
 ar-lib                                         |  270 ++
 bin/Makefile.am                                |    4 +
 bin/Makefile.in                                |   16 +-
 bin/aida2flat                                  |   18 +-
 bin/aida2yoda                                  |   18 +-
 bin/flat2yoda                                  |   18 +-
 bin/yoda-config                                |    2 +-
 bin/yoda2aida                                  |   20 +-
 bin/yoda2flat                                  |   18 +-
 bin/yoda2root                                  |   25 +
 configure                                      | 3606 +++++++++++++-----------
 configure.ac                                   |   85 +-
 debian/changelog                               |    4 +-
 debian/control                                 |    2 +-
 debian/patches/disable-unsupported-tests.patch |   38 +
 debian/patches/series                          |    1 +
 debian/patches/tinyxml.patch                   |    2 +-
 include/Makefile.in                            |    4 +
 include/YODA/Axis1D.h                          |   10 +-
 include/YODA/Axis2D.h                          |    6 +-
 include/YODA/Config/YodaConfig.h               |    4 +-
 include/YODA/Histo1D.h                         |    2 +
 include/YODA/Histo2D.h                         |    4 +
 include/YODA/HistoBin1D.h                      |    2 +
 include/YODA/HistoBin2D.h                      |    5 +-
 include/YODA/Makefile.in                       |    4 +
 include/YODA/Profile1D.h                       |    3 +
 include/YODA/Profile2D.h                       |    4 +
 include/YODA/ProfileBin1D.h                    |    2 +
 include/YODA/ProfileBin2D.h                    |    3 +
 include/YODA/Utils/BinSearcher.h               |   15 +-
 m4/boost.m4                                    |    4 +-
 pyext/Makefile.am                              |    3 +
 pyext/Makefile.in                              |    8 +-
 pyext/setup.py.in                              |   26 +-
 pyext/yoda/Makefile.am                         |    3 +-
 pyext/yoda/Makefile.in                         |    7 +-
 pyext/yoda/__init__.py                         |    7 +
 pyext/yoda/include/Makefile.in                 |    4 +
 pyext/yoda/pyroot_helpers.hh                   |    4 +-
 pyext/yoda/script_helpers.py                   |   20 +
 src/Histo1D.cc                                 |   12 +-
 src/Histo2D.cc                                 |    6 +
 src/Makefile.in                                |   19 +-
 src/Profile1D.cc                               |   16 +-
 src/Profile2D.cc                               |   18 +-
 src/Scatter2D.cc                               |   20 +-
 src/WriterYODA.cc                              |    3 +-
 src/tinyxml/Makefile.in                        |   19 +-
 tests/Makefile.in                              |  245 +-
 53 files changed, 2727 insertions(+), 2031 deletions(-)
 create mode 100755 ar-lib
 create mode 100644 bin/yoda2root
 create mode 100644 debian/patches/disable-unsupported-tests.patch
 create mode 100644 pyext/yoda/script_helpers.py

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



More information about the debian-science-commits mailing list