[Debian-astro-commits] [cpl] branch debian updated (74fed2b -> 16cc5c7)

Ole Streicher olebole at moszumanska.debian.org
Fri Feb 19 08:59:59 UTC 2016


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

olebole pushed a change to branch debian
in repository cpl.

      from  74fed2b   Finalize version
      adds  4a805aa   New upstream beta version 7.0b1
      adds  02459ad   Merge branch 'upstream' into experimental
      adds  aa9d7f6   Adjust patches for new version
      adds  eee2cba   Change SONAME version to 26
      adds  620a0a5   Temporarily re-enable all tests
      adds  7f8de23   Finalize d/changelog
      adds  d1a8b0a   Add new symbols to symbols file
      adds  66f701b   Minor debian/ files update
      adds  50beb3d   Permanently remove patch that removed some tests
      adds  a17e167   New upstream version 7.0
       new  0314032   Merge branch 'upstream' into debian
       new  16cc5c7   Update d/u/metadata and VCS info

The 2 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                                          |  253 +-
 NEWS                                               |   46 +-
 README                                             |    2 +-
 config.h.in                                        |   12 +
 configure                                          |  234 +-
 configure.ac                                       |    9 +-
 cplcore/Makefile.am                                |    1 +
 cplcore/Makefile.in                                |    1 +
 cplcore/cpl_array.c                                |  505 +--
 cplcore/cpl_array.h                                |    9 +-
 cplcore/cpl_column.c                               | 3215 ++++++++++----------
 cplcore/cpl_column.h                               |  108 +-
 cplcore/cpl_column_body.h                          |  213 ++
 cplcore/cpl_image_basic.c                          |   26 +-
 cplcore/cpl_image_io.c                             |   25 +-
 cplcore/cpl_image_resample.c                       |   27 +-
 cplcore/cpl_image_stats.c                          |  179 +-
 cplcore/cpl_init.c                                 |   17 +-
 cplcore/cpl_macros.h                               |   14 +
 cplcore/cpl_mask.c                                 |   15 +-
 cplcore/cpl_mask_binary.h                          |    2 +-
 cplcore/cpl_matrix.h                               |    6 +
 cplcore/cpl_matrix_impl.h                          |    7 -
 cplcore/cpl_memory.c                               |    2 +-
 cplcore/cpl_mpfit.c                                |   26 +-
 cplcore/cpl_msg.c                                  |    2 +-
 cplcore/cpl_polynomial.c                           |    4 +-
 cplcore/cpl_propertylist.c                         |  120 +-
 cplcore/cpl_stats.c                                |  163 +-
 cplcore/cpl_stats_body.h                           |   24 +-
 cplcore/{cpl_mask_defs.h => cpl_stats_defs.h}      |   36 +-
 cplcore/{cpl_vector_impl.h => cpl_stats_impl.h}    |   24 +-
 cplcore/cpl_table.c                                |  670 ++--
 cplcore/cpl_test.c                                 |  123 +-
 cplcore/cpl_tools.c                                |   68 +
 cplcore/cpl_tools.h                                |   30 +
 cplcore/cpl_type.c                                 |   12 +
 cplcore/tests/Makefile.am                          |    7 +-
 cplcore/tests/Makefile.in                          |   78 +-
 cplcore/tests/cpl_array-test.c                     |  585 ++++
 cplcore/tests/cpl_image_filter-test.c              |  146 +-
 cplcore/tests/cpl_polynomial-test.c                |    7 +
 cplcore/tests/cpl_table-test.c                     |   19 +-
 cplcore/tests/cpl_type-test.c                      |    1 +
 cpldrs/cpl_wcs.c                                   |   10 +-
 cplui/cpl_parameter.c                              |   76 +-
 cplui/tests/cpl_parameter-test.c                   |   25 +-
 debian/changelog                                   |   16 +
 debian/control                                     |   24 +-
 debian/copyright                                   |    2 +-
 .../{libcplcore20.install => libcplcore26.install} |    0
 .../{libcplcore20.symbols => libcplcore26.symbols} |    5 +-
 .../{libcpldfs20.install => libcpldfs26.install}   |    0
 .../{libcpldfs20.symbols => libcpldfs26.symbols}   |    2 +-
 .../{libcpldrs20.install => libcpldrs26.install}   |    0
 .../{libcpldrs20.symbols => libcpldrs26.symbols}   |    2 +-
 ...plgasgano20.install => libcplgasgano26.install} |    0
 ...plgasgano20.symbols => libcplgasgano26.symbols} |    2 +-
 debian/{libcplui20.install => libcplui26.install}  |    0
 debian/{libcplui20.symbols => libcplui26.symbols}  |    2 +-
 debian/patches/disable_some_tests.patch            |   65 -
 debian/patches/fix_required_versions.patch         |    2 +-
 debian/patches/no_compiletime_cpucheck.patch       |    2 +-
 debian/patches/remove-private-ltdl.patch           |    4 +-
 debian/patches/reproducible_build.patch            |    6 +-
 debian/patches/series                              |    1 -
 debian/patches/use-std-paths-for-libs.patch        |    6 +-
 debian/upstream/metadata                           |   12 +
 html/annotated.html                                |   10 +-
 html/classes.html                                  |   10 +-
 html/deprecated.html                               |   14 +-
 html/dir_0893a83ae506d6342ff4de074eaf5145.html     |   10 +-
 html/dir_283883d147ab9a845d7032d17e09a122.html     |   10 +-
 html/dir_5cd28bf58103222faf21a5533c3a1fe9.html     |   10 +-
 html/dir_d94ae846f16019cf15b4979bbb4258a2.html     |   16 +-
 html/doxygen.css                                   |    7 +-
 html/dynsections.js                                |    1 +
 html/functions.html                                |   10 +-
 html/functions_vars.html                           |   10 +-
 html/group__cpl__apertures.html                    |   74 +-
 html/group__cpl__array.html                        |  152 +-
 html/group__cpl__bivector.html                     |   40 +-
 html/group__cpl__detector.html                     |   14 +-
 html/group__cpl__dfs.html                          |   24 +-
 html/group__cpl__error.html                        |   74 +-
 html/group__cpl__errorstate.html                   |   22 +-
 html/group__cpl__fft.html                          |   16 +-
 html/group__cpl__filter.html                       |   18 +-
 html/group__cpl__fit.html                          |   12 +-
 html/group__cpl__fits.html                         |   18 +-
 html/group__cpl__frame.html                        |   22 +-
 html/group__cpl__framedata.html                    |   10 +-
 html/group__cpl__frameset.html                     |   16 +-
 html/group__cpl__frameset__io.html                 |   12 +-
 html/group__cpl__frameset__iterator.html           |   10 +-
 html/group__cpl__geom__img.html                    |   16 +-
 html/group__cpl__image.html                        |  220 +-
 html/group__cpl__imagelist.html                    |   62 +-
 html/group__cpl__init.html                         |   10 +-
 html/group__cpl__io.html                           |   14 +-
 html/group__cpl__mask.html                         |   70 +-
 html/group__cpl__math.html                         |   28 +-
 html/group__cpl__matrix.html                       |   30 +-
 html/group__cpl__memory.html                       |   22 +-
 html/group__cpl__msg.html                          |   10 +-
 html/group__cpl__multiframe.html                   |   22 +-
 html/group__cpl__parameter.html                    |   92 +-
 html/group__cpl__parameterlist.html                |   24 +-
 html/group__cpl__photom.html                       |   12 +-
 html/group__cpl__plot.html                         |   22 +-
 html/group__cpl__plugin.html                       |   14 +-
 html/group__cpl__pluginlist.html                   |   10 +-
 html/group__cpl__polynomial.html                   |   70 +-
 html/group__cpl__ppm.html                          |   10 +-
 html/group__cpl__property.html                     |   10 +-
 html/group__cpl__propertylist.html                 |   18 +-
 html/group__cpl__recipe.html                       |   10 +-
 html/group__cpl__recipeconfig.html                 |   10 +-
 html/group__cpl__recipedefine.html                 |   40 +-
 html/group__cpl__regex.html                        |   14 +-
 html/group__cpl__stats.html                        |   60 +-
 html/group__cpl__table.html                        |  129 +-
 html/group__cpl__test.html                         |   12 +-
 html/group__cpl__type.html                         |   20 +-
 html/group__cpl__vector.html                       |  112 +-
 html/group__cpl__version.html                      |   10 +-
 html/group__cpl__wcs.html                          |   30 +-
 html/group__cpl__wlcalib.html                      |   42 +-
 html/index.html                                    |   10 +-
 html/modules.html                                  |   10 +-
 html/pages.html                                    |   10 +-
 html/struct__cpl__framedata__-members.html         |   10 +-
 html/struct__cpl__framedata__.html                 |   10 +-
 html/struct__cpl__plugin__-members.html            |   10 +-
 html/struct__cpl__plugin__.html                    |   10 +-
 html/struct__cpl__recipe__-members.html            |   10 +-
 html/struct__cpl__recipe__.html                    |   10 +-
 libcext/html/cxconfig_8h_source.html               |    8 +-
 libcext/html/cxdeque_8h_source.html                |    8 +-
 libcext/html/cxfileutils_8h_source.html            |    8 +-
 libcext/html/cxlist_8h_source.html                 |    8 +-
 libcext/html/cxmacros_8h_source.html               |    8 +-
 libcext/html/cxmap_8h_source.html                  |    8 +-
 libcext/html/cxmemory_8h_source.html               |    8 +-
 libcext/html/cxmessages_8h_source.html             |    8 +-
 libcext/html/cxmultimap_8h_source.html             |    8 +-
 libcext/html/cxslist_8h_source.html                |    8 +-
 libcext/html/cxstring_8h_source.html               |    8 +-
 libcext/html/cxstrutils_8h_source.html             |    8 +-
 libcext/html/cxthread_8h_source.html               |    8 +-
 libcext/html/cxtree_8h_source.html                 |    8 +-
 libcext/html/cxtypes_8h_source.html                |    8 +-
 libcext/html/cxutils_8h_source.html                |    8 +-
 .../html/dir_c2959b2ad5731f3b356ab222d87e802c.html |    8 +-
 libcext/html/doxygen.css                           |    7 +-
 libcext/html/dynsections.js                        |    1 +
 libcext/html/files.html                            |    8 +-
 libcext/html/group__cxdeque.html                   |    8 +-
 libcext/html/group__cxfileutils.html               |    8 +-
 libcext/html/group__cxlist.html                    |    8 +-
 libcext/html/group__cxmap.html                     |    8 +-
 libcext/html/group__cxmemory.html                  |    8 +-
 libcext/html/group__cxmessages.html                |    8 +-
 libcext/html/group__cxmultimap.html                |    8 +-
 libcext/html/group__cxslist.html                   |    8 +-
 libcext/html/group__cxstring.html                  |    8 +-
 libcext/html/group__cxstrutils.html                |    8 +-
 libcext/html/group__cxtree.html                    |    8 +-
 libcext/html/group__cxutils.html                   |    8 +-
 libcext/html/index.html                            |    8 +-
 libcext/html/modules.html                          |    8 +-
 libcext/html/snprintf_8h_source.html               |    8 +-
 m4/cpl.m4                                          |    4 +
 173 files changed, 5728 insertions(+), 3892 deletions(-)
 create mode 100644 cplcore/cpl_column_body.h
 copy cplcore/{cpl_mask_defs.h => cpl_stats_defs.h} (69%)
 copy cplcore/{cpl_vector_impl.h => cpl_stats_impl.h} (59%)
 create mode 100644 cplcore/tests/cpl_array-test.c
 rename debian/{libcplcore20.install => libcplcore26.install} (100%)
 rename debian/{libcplcore20.symbols => libcplcore26.symbols} (99%)
 rename debian/{libcpldfs20.install => libcpldfs26.install} (100%)
 rename debian/{libcpldfs20.symbols => libcpldfs26.symbols} (95%)
 rename debian/{libcpldrs20.install => libcpldrs26.install} (100%)
 rename debian/{libcpldrs20.symbols => libcpldrs26.symbols} (98%)
 rename debian/{libcplgasgano20.install => libcplgasgano26.install} (100%)
 rename debian/{libcplgasgano20.symbols => libcplgasgano26.symbols} (94%)
 rename debian/{libcplui20.install => libcplui26.install} (100%)
 rename debian/{libcplui20.symbols => libcplui26.symbols} (99%)
 delete mode 100644 debian/patches/disable_some_tests.patch

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



More information about the Debian-astro-commits mailing list