[Debian-astro-commits] [cpl-plugin-kmos] branch debian updated (8734da5 -> 61e2867)

Ole Streicher olebole at moszumanska.debian.org
Wed Oct 12 08:21:56 UTC 2016


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

olebole pushed a change to branch debian
in repository cpl-plugin-kmos.

      from  8734da5   Finalize d/changelog
      adds  e0bc7b6   New upstream version 1.4.0+dfsg
       new  9c4b6e0   Merge tag 'upstream/1.4.0+dfsg' into debian
       new  e050e97   Rediff patches
       new  61e2867   Update changelog for 1.4.0+dfsg-1 release

The 3 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:
 Makefile.in                                        |  368 +-
 Makefile.purify.in                                 |  109 -
 aclocal.m4                                         |  777 +--
 admin/compile                                      |   99 +-
 admin/config.guess                                 |  381 +-
 admin/config.sub                                   |  150 +-
 admin/depcomp                                      |  487 +-
 admin/install-sh                                   |  381 +-
 admin/ltmain.sh                                    | 5533 +++++++++++++-------
 admin/missing                                      |  414 +-
 admin/test-driver                                  |  148 +
 calib/cal_size                                     |    2 +-
 calib/gasgano/config/KMOS.prefs                    |    2 +-
 config.h.in                                        |    6 +-
 configure                                          | 2944 ++++++-----
 configure.ac                                       |    6 +-
 debian/changelog                                   |    7 +
 ...ries-to-the-recips.so-and-the-test-progr.patch} |   14 +-
 ...> Disable-priv_reconstruct-patch-on-mips.patch} |   19 +-
 ...t-require-test-data-from-the-ref_data-su.patch} |   20 +-
 ...erial-tests-to-get-better-verbose-output.patch} |   37 +-
 ...ce-to-fix-FTBS-on-mips-mipsel64-and-ia64.patch} |   14 +-
 ... => Remove-several-small-spelling-errors.patch} |   39 +-
 ...at-calls-with-size-checked-strncat-calls.patch} |   20 +-
 ...rectory-so-that-esorex-and-python-cpl-ca.patch} |   18 +-
 ...ch => Use-standard-path-and-name-for-cpl.patch} |   28 +-
 debian/patches/kmos_fix_test_fail.patch            |   16 -
 debian/patches/series                              |   18 +-
 irplib/Makefile.in                                 |  350 +-
 irplib/irplib_spectrum.c                           |    6 +-
 irplib/tests/Makefile.am                           |    3 -
 irplib/tests/Makefile.in                           |  841 ++-
 irplib/tests/irplib_polynomial-test.c              |   50 +-
 kmclipm/Makefile.in                                |  437 +-
 kmclipm/test/Makefile.in                           |  783 ++-
 kmos/Makefile.in                                   |  444 +-
 kmos/kmos_priv_sky_tweak.c                         | 1352 +++--
 kmos/kmos_priv_sky_tweak.h                         |    9 +-
 kmos/tests/Makefile.in                             | 1103 +++-
 m4macros/cpl.m4                                    |   46 +-
 m4macros/eso.m4                                    |    6 +-
 m4macros/libtool.m4                                | 2563 +++++----
 m4macros/ltoptions.m4                              |  127 +-
 m4macros/ltsugar.m4                                |    7 +-
 m4macros/ltversion.m4                              |   12 +-
 m4macros/lt~obsolete.m4                            |    7 +-
 m4macros/purify.m4                                 |   27 -
 recipes/Makefile.in                                |  454 +-
 recipes/kmos_combine.c                             |   87 +-
 recipes/kmos_sci_red.c                             |   78 +-
 recipes/kmos_sky_tweak.c                           |   67 +-
 reflex/Makefile.am                                 |    2 +-
 reflex/Makefile.in                                 |  134 +-
 reflex/README                                      |   33 +-
 reflex/correct_std.py                              |  104 +
 reflex/define_correction.py                        |  281 +
 reflex/kmos.xml.in                                 | 2574 ++++++---
 reflex/kmos_sci_red.py                             |   10 +-
 reflex/kmos_wkf.oca                                |   24 +-
 regtests/Makefile.in                               |  294 +-
 regtests/tests/Makefile.am                         |   12 -
 regtests/tests/Makefile.in                         |  126 +-
 tools/Makefile                                     |  197 +-
 tools/Makefile.in                                  |  129 +-
 64 files changed, 15847 insertions(+), 8989 deletions(-)
 delete mode 100644 Makefile.purify.in
 create mode 100755 admin/test-driver
 rename debian/patches/{libadd_cpl.patch => Add-the-cpl-libraries-to-the-recips.so-and-the-test-progr.patch} (93%)
 rename debian/patches/{kmclipm_disable_test.patch => Disable-priv_reconstruct-patch-on-mips.patch} (52%)
 rename debian/patches/{no_test_data.patch => Disable-tests-that-require-test-data-from-the-ref_data-su.patch} (68%)
 rename debian/patches/{force-serial-tests.patch => Force-serial-tests-to-get-better-verbose-output.patch} (63%)
 rename debian/patches/{fix_test_fail.patch => Increase-tolerance-to-fix-FTBS-on-mips-mipsel64-and-ia64.patch} (60%)
 rename debian/patches/{spellfix.patch => Remove-several-small-spelling-errors.patch} (58%)
 rename debian/patches/{fortify.patch => Replace-strcat-calls-with-size-checked-strncat-calls.patch} (74%)
 rename debian/patches/{set_plugindir.patch => Set-the-plugin-directory-so-that-esorex-and-python-cpl-ca.patch} (72%)
 rename debian/patches/{use-std-paths-for-cpl.patch => Use-standard-path-and-name-for-cpl.patch} (68%)
 delete mode 100644 debian/patches/kmos_fix_test_fail.patch
 delete mode 100644 m4macros/purify.m4
 create mode 100644 reflex/correct_std.py
 create mode 100644 reflex/define_correction.py

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



More information about the Debian-astro-commits mailing list