[python-pywcs] 02/03: Merge branch 'upstream' into debian

Ole Streicher olebole-guest at moszumanska.debian.org
Mon May 5 14:03:11 UTC 2014


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

olebole-guest pushed a commit to branch debian
in repository python-pywcs.

commit 078165a7d913f07371bc4535d2578f02746bddda
Merge: 7286fea 56597d4
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Mon May 5 15:05:34 2014 +0200

    Merge branch 'upstream' into debian

 MANIFEST.in                                       |     2 +-
 PKG-INFO                                          |   160 +-
 README                                            |     2 +-
 defsetup.py                                       |   130 +-
 distribute_setup.py                               |   485 +
 doc/docstrings.py                                 |    50 +-
 doc/source/api.rst                                |     3 +-
 doc/source/conf.py                                |     5 +-
 doc/source/relax.rst                              |     2 +
 {doc/source/examples => examples}/from_file.py    |     0
 {doc/source/examples => examples}/programmatic.py |     0
 hooks.py                                          |   187 +
 lib/pywcs.egg-info/PKG-INFO                       |   159 +
 lib/pywcs.egg-info/SOURCES.txt                    |   543 +
 lib/pywcs.egg-info/dependency_links.txt           |     1 +
 lib/pywcs.egg-info/not-zip-safe                   |     1 +
 lib/pywcs.egg-info/requires.txt                   |     2 +
 lib/pywcs.egg-info/top_level.txt                  |     1 +
 lib/pywcs/__init__.py                             |    20 +-
 lib/pywcs/{pywcs.py => core.py}                   |   397 +-
 lib/pywcs/hooks.py                                |    38 +
 lib/pywcs/tests/data/dist.fits                    |   Bin 0 -> 23040 bytes
 lib/pywcs/tests/data/sip.fits                     |     1 +
 lib/pywcs/tests/data/sip2.fits                    |     1 +
 lib/pywcs/tests/nrao/gls.hdr                      |    19 +
 lib/pywcs/tests/nrao/m28opt.hdr                   |   214 +
 lib/pywcs/tests/nrao/m82opt.hdr                   |   213 +
 lib/pywcs/tests/nrao/m82rad.hdr                   |   112 +
 lib/pywcs/tests/nrao/ngc1316o.hdr                 |   134 +
 lib/pywcs/tests/nrao/ngc1316r.hdr                 |   137 +
 lib/pywcs/tests/test.py                           |    59 +-
 lib/pywcs/tests/test_pickle.py                    |   121 +
 lib/pywcs/tests/test_wcsprm.py                    |    12 +-
 lib/pywcs/version.py                              |    83 +
 lib/pywcs_setup.py                                |   407 +
 patch_wcslib.sh                                   |     2 +
 patches/extended_ctype.patch                      |    14 +
 setup.cfg                                         |   158 +-
 setup.py                                          |    15 +-
 src/distortion.c                                  |    10 +-
 src/docstrings.c                                  |    71 +-
 src/docstrings.h                                  |    17 +-
 src/pyutil.c                                      |     4 +-
 src/pyutil.h                                      |    28 +-
 src/pywcs.h                                       |    10 +
 src/pywcs_api.h                                   |     2 +
 src/sip.c                                         |    19 +-
 src/sip_wrap.c                                    |    36 +-
 src/util.h                                        |     8 +-
 src/wcsconfig.h                                   |    44 +-
 src/wcslib_tabprm_wrap.c                          |     4 +-
 src/wcslib_wrap.c                                 |    33 +-
 wcslib/C/GNUmakefile                              |    66 +-
 wcslib/C/cel.c                                    |     8 +-
 wcslib/C/cel.h                                    |     8 +-
 wcslib/C/fitshdr.h                                |     6 +-
 wcslib/C/fitshdr.l                                |     6 +-
 wcslib/C/flexed/README                            |     4 +-
 wcslib/C/flexed/fitshdr.c                         |   114 +-
 wcslib/C/flexed/wcsbth.c                          |   114 +-
 wcslib/C/flexed/wcspih.c                          |   114 +-
 wcslib/C/flexed/wcsulex.c                         |   114 +-
 wcslib/C/flexed/wcsutrn.c                         |   114 +-
 wcslib/C/getwcstab.c                              |     6 +-
 wcslib/C/getwcstab.h                              |     6 +-
 wcslib/C/lin.c                                    |     8 +-
 wcslib/C/lin.h                                    |     8 +-
 wcslib/C/log.c                                    |     6 +-
 wcslib/C/log.h                                    |     8 +-
 wcslib/C/prj.c                                    |     8 +-
 wcslib/C/prj.h                                    |     8 +-
 wcslib/C/spc.c                                    |    51 +-
 wcslib/C/spc.h                                    |    62 +-
 wcslib/C/sph.c                                    |     6 +-
 wcslib/C/sph.h                                    |     8 +-
 wcslib/C/spx.c                                    |     6 +-
 wcslib/C/spx.h                                    |     8 +-
 wcslib/C/tab.c                                    |     8 +-
 wcslib/C/tab.h                                    |     8 +-
 wcslib/C/test/bth.keyrec                          |     6 +-
 wcslib/C/test/pih.keyrec                          |     6 +-
 wcslib/C/test/tbth1.c                             |     6 +-
 wcslib/C/test/tcel1.c                             |     6 +-
 wcslib/C/test/tcel2.c                             |     6 +-
 wcslib/C/test/tfitshdr.c                          |     6 +-
 wcslib/C/test/tlin.c                              |     6 +-
 wcslib/C/test/tlog.c                              |     6 +-
 wcslib/C/test/tofits.c                            |     6 +-
 wcslib/C/test/tpih1.c                             |     6 +-
 wcslib/C/test/tpih2.c                             |     6 +-
 wcslib/C/test/tprj1.c                             |     6 +-
 wcslib/C/test/tprj2.c                             |     6 +-
 wcslib/C/test/tspc.c                              |     6 +-
 wcslib/C/test/tsph.c                              |     6 +-
 wcslib/C/test/tsphdpa.c                           |     6 +-
 wcslib/C/test/tspx.c                              |     6 +-
 wcslib/C/test/ttab1.c                             |     6 +-
 wcslib/C/test/ttab2.c                             |     6 +-
 wcslib/C/test/ttab3.c                             |     6 +-
 wcslib/C/test/tunits.c                            |     6 +-
 wcslib/C/test/twcs.c                              |     6 +-
 wcslib/C/test/twcsfix.c                           |    83 +-
 wcslib/C/test/twcshdr.c                           |     6 +-
 wcslib/C/test/twcsmix.c                           |     6 +-
 wcslib/C/test/twcssub.c                           |    11 +-
 wcslib/C/test/twcstab.c                           |    16 +-
 wcslib/C/test/wcstab.keyrec                       |     6 +-
 wcslib/C/wcs.c                                    |    96 +-
 wcslib/C/wcs.h                                    |    35 +-
 wcslib/C/wcsbth.l                                 |     6 +-
 wcslib/C/wcserr.c                                 |    78 +-
 wcslib/C/wcserr.h                                 |    27 +-
 wcslib/C/wcsfix.c                                 |   286 +-
 wcslib/C/wcsfix.h                                 |    71 +-
 wcslib/C/wcshdr.c                                 |     6 +-
 wcslib/C/wcshdr.h                                 |     8 +-
 wcslib/C/wcslib.h                                 |     8 +-
 wcslib/C/wcsmath.h                                |     6 +-
 wcslib/C/wcspih.l                                 |     6 +-
 wcslib/C/wcsprintf.c                              |     6 +-
 wcslib/C/wcsprintf.h                              |     8 +-
 wcslib/C/wcstrig.c                                |     6 +-
 wcslib/C/wcstrig.h                                |     6 +-
 wcslib/C/wcsulex.l                                |     6 +-
 wcslib/C/wcsunits.c                               |     6 +-
 wcslib/C/wcsunits.h                               |     8 +-
 wcslib/C/wcsutil.c                                |     6 +-
 wcslib/C/wcsutil.h                                |     6 +-
 wcslib/C/wcsutrn.l                                |     6 +-
 wcslib/CHANGES                                    |    79 +-
 wcslib/Fortran/GNUmakefile                        |    63 +-
 wcslib/Fortran/cel.inc                            |     6 +-
 wcslib/Fortran/cel_f.c                            |     6 +-
 wcslib/Fortran/fitshdr.inc                        |     6 +-
 wcslib/Fortran/fitshdr_f.c                        |     6 +-
 wcslib/Fortran/getwcstab.inc                      |     6 +-
 wcslib/Fortran/getwcstab_f.c                      |     6 +-
 wcslib/Fortran/lin.inc                            |     6 +-
 wcslib/Fortran/lin_f.c                            |     6 +-
 wcslib/Fortran/log.inc                            |     6 +-
 wcslib/Fortran/log_f.c                            |     6 +-
 wcslib/Fortran/prj.inc                            |     6 +-
 wcslib/Fortran/prj_f.c                            |     6 +-
 wcslib/Fortran/spc.inc                            |     6 +-
 wcslib/Fortran/spc_f.c                            |     6 +-
 wcslib/Fortran/sph.inc                            |     6 +-
 wcslib/Fortran/sph_f.c                            |     6 +-
 wcslib/Fortran/spx.inc                            |     6 +-
 wcslib/Fortran/spx_f.c                            |     6 +-
 wcslib/Fortran/tab.inc                            |     6 +-
 wcslib/Fortran/tab_f.c                            |     6 +-
 wcslib/Fortran/test/tcel1.f                       |     6 +-
 wcslib/Fortran/test/tfitshdr.f                    |     6 +-
 wcslib/Fortran/test/tlin.f                        |     6 +-
 wcslib/Fortran/test/tlog.f                        |     6 +-
 wcslib/Fortran/test/tpih1.f                       |     6 +-
 wcslib/Fortran/test/tpih2.f                       |     6 +-
 wcslib/Fortran/test/tprj1.f                       |     6 +-
 wcslib/Fortran/test/tprj2.f                       |     6 +-
 wcslib/Fortran/test/tspc.f                        |     6 +-
 wcslib/Fortran/test/tsph.f                        |     6 +-
 wcslib/Fortran/test/tspx.f                        |     6 +-
 wcslib/Fortran/test/ttab1.f                       |     6 +-
 wcslib/Fortran/test/ttab2.f                       |     6 +-
 wcslib/Fortran/test/ttab3.f                       |     6 +-
 wcslib/Fortran/test/tunits.f                      |     6 +-
 wcslib/Fortran/test/twcs.f                        |     6 +-
 wcslib/Fortran/test/twcsfix.f                     |    50 +-
 wcslib/Fortran/test/twcsmix.f                     |     6 +-
 wcslib/Fortran/test/twcssub.f                     |    11 +-
 wcslib/Fortran/test/twcstab.f                     |     6 +-
 wcslib/Fortran/wcs.inc                            |     6 +-
 wcslib/Fortran/wcs_f.c                            |     6 +-
 wcslib/Fortran/wcsfix.inc                         |     6 +-
 wcslib/Fortran/wcsfix_f.c                         |     7 +-
 wcslib/Fortran/wcshdr.inc                         |     6 +-
 wcslib/Fortran/wcshdr_f.c                         |     6 +-
 wcslib/Fortran/wcsunits.inc                       |     6 +-
 wcslib/Fortran/wcsunits_f.c                       |     6 +-
 wcslib/GNUmakefile                                |    21 +-
 wcslib/INSTALL                                    |     8 +-
 wcslib/README                                     |    10 +-
 wcslib/THANKS                                     |   148 +-
 wcslib/VALIDATION                                 |    11 +-
 wcslib/configure                                  |    28 +-
 wcslib/configure.ac                               |    10 +-
 wcslib/doxygen/Doxyfile                           |     2 +-
 wcslib/doxygen/GNUmakefile                        |     4 +-
 wcslib/doxygen/README                             |     2 +-
 wcslib/doxygen/doxextr.l                          |     6 +-
 wcslib/doxygen/mainpage.dox                       |    12 +-
 wcslib/flavours                                   |     2 +-
 wcslib/html/annotated.html                        |     4 +-
 wcslib/html/cel_8h-source.html                    |    12 +-
 wcslib/html/cel_8h.html                           |     4 +-
 wcslib/html/deprecated.html                       |     4 +-
 wcslib/html/files.html                            |     4 +-
 wcslib/html/fitshdr_8h-source.html                |    10 +-
 wcslib/html/fitshdr_8h.html                       |     4 +-
 wcslib/html/fortran.html                          |     6 +-
 wcslib/html/functions.html                        |     4 +-
 wcslib/html/functions_0x62.html                   |     4 +-
 wcslib/html/functions_0x63.html                   |     4 +-
 wcslib/html/functions_0x64.html                   |     4 +-
 wcslib/html/functions_0x65.html                   |     4 +-
 wcslib/html/functions_0x66.html                   |     4 +-
 wcslib/html/functions_0x67.html                   |     4 +-
 wcslib/html/functions_0x69.html                   |     4 +-
 wcslib/html/functions_0x6b.html                   |     4 +-
 wcslib/html/functions_0x6c.html                   |     4 +-
 wcslib/html/functions_0x6d.html                   |     4 +-
 wcslib/html/functions_0x6e.html                   |     4 +-
 wcslib/html/functions_0x6f.html                   |     4 +-
 wcslib/html/functions_0x70.html                   |     4 +-
 wcslib/html/functions_0x72.html                   |     4 +-
 wcslib/html/functions_0x73.html                   |     4 +-
 wcslib/html/functions_0x74.html                   |     4 +-
 wcslib/html/functions_0x75.html                   |     4 +-
 wcslib/html/functions_0x76.html                   |     4 +-
 wcslib/html/functions_0x77.html                   |     4 +-
 wcslib/html/functions_0x78.html                   |     4 +-
 wcslib/html/functions_0x79.html                   |     4 +-
 wcslib/html/functions_0x7a.html                   |     4 +-
 wcslib/html/functions_vars.html                   |     4 +-
 wcslib/html/functions_vars_0x62.html              |     4 +-
 wcslib/html/functions_vars_0x63.html              |     4 +-
 wcslib/html/functions_vars_0x64.html              |     4 +-
 wcslib/html/functions_vars_0x65.html              |     4 +-
 wcslib/html/functions_vars_0x66.html              |     4 +-
 wcslib/html/functions_vars_0x67.html              |     4 +-
 wcslib/html/functions_vars_0x69.html              |     4 +-
 wcslib/html/functions_vars_0x6b.html              |     4 +-
 wcslib/html/functions_vars_0x6c.html              |     4 +-
 wcslib/html/functions_vars_0x6d.html              |     4 +-
 wcslib/html/functions_vars_0x6e.html              |     4 +-
 wcslib/html/functions_vars_0x6f.html              |     4 +-
 wcslib/html/functions_vars_0x70.html              |     4 +-
 wcslib/html/functions_vars_0x72.html              |     4 +-
 wcslib/html/functions_vars_0x73.html              |     4 +-
 wcslib/html/functions_vars_0x74.html              |     4 +-
 wcslib/html/functions_vars_0x75.html              |     4 +-
 wcslib/html/functions_vars_0x76.html              |     4 +-
 wcslib/html/functions_vars_0x77.html              |     4 +-
 wcslib/html/functions_vars_0x78.html              |     4 +-
 wcslib/html/functions_vars_0x79.html              |     4 +-
 wcslib/html/functions_vars_0x7a.html              |     4 +-
 wcslib/html/getwcstab_8h-source.html              |    10 +-
 wcslib/html/getwcstab_8h.html                     |     4 +-
 wcslib/html/globals.html                          |     4 +-
 wcslib/html/globals_0x62.html                     |     4 +-
 wcslib/html/globals_0x63.html                     |     4 +-
 wcslib/html/globals_0x64.html                     |     4 +-
 wcslib/html/globals_0x65.html                     |     4 +-
 wcslib/html/globals_0x66.html                     |    10 +-
 wcslib/html/globals_0x68.html                     |     4 +-
 wcslib/html/globals_0x69.html                     |     4 +-
 wcslib/html/globals_0x6b.html                     |     4 +-
 wcslib/html/globals_0x6c.html                     |     4 +-
 wcslib/html/globals_0x6d.html                     |     4 +-
 wcslib/html/globals_0x6e.html                     |     4 +-
 wcslib/html/globals_0x70.html                     |     4 +-
 wcslib/html/globals_0x71.html                     |     4 +-
 wcslib/html/globals_0x72.html                     |     4 +-
 wcslib/html/globals_0x73.html                     |     6 +-
 wcslib/html/globals_0x74.html                     |     4 +-
 wcslib/html/globals_0x75.html                     |    12 +-
 wcslib/html/globals_0x76.html                     |     4 +-
 wcslib/html/globals_0x77.html                     |     6 +-
 wcslib/html/globals_0x7a.html                     |     4 +-
 wcslib/html/globals_defs.html                     |     8 +-
 wcslib/html/globals_func.html                     |     4 +-
 wcslib/html/globals_type.html                     |     4 +-
 wcslib/html/globals_vars.html                     |     4 +-
 wcslib/html/index.html                            |    10 +-
 wcslib/html/intro.html                            |     6 +-
 wcslib/html/lin_8h-source.html                    |    12 +-
 wcslib/html/lin_8h.html                           |     4 +-
 wcslib/html/log_8h-source.html                    |    12 +-
 wcslib/html/log_8h.html                           |     4 +-
 wcslib/html/memory.html                           |     6 +-
 wcslib/html/overview.html                         |     6 +-
 wcslib/html/pages.html                            |     4 +-
 wcslib/html/pgsbox.html                           |     6 +-
 wcslib/html/prj_8h-source.html                    |    12 +-
 wcslib/html/prj_8h.html                           |     4 +-
 wcslib/html/software.html                         |     8 +-
 wcslib/html/spc_8h-source.html                    |   546 +-
 wcslib/html/spc_8h.html                           |    33 +-
 wcslib/html/sph_8h-source.html                    |    12 +-
 wcslib/html/sph_8h.html                           |     4 +-
 wcslib/html/spx_8h-source.html                    |    12 +-
 wcslib/html/spx_8h.html                           |     4 +-
 wcslib/html/structcelprm.html                     |     4 +-
 wcslib/html/structfitskey.html                    |     4 +-
 wcslib/html/structfitskeyid.html                  |     4 +-
 wcslib/html/structlinprm.html                     |     4 +-
 wcslib/html/structprjprm.html                     |     4 +-
 wcslib/html/structpscard.html                     |     4 +-
 wcslib/html/structpvcard.html                     |     6 +-
 wcslib/html/structs.html                          |     6 +-
 wcslib/html/structspcprm.html                     |     4 +-
 wcslib/html/structspxprm.html                     |     4 +-
 wcslib/html/structtabprm.html                     |     4 +-
 wcslib/html/structwcsprm.html                     |     4 +-
 wcslib/html/structwtbarr.html                     |     4 +-
 wcslib/html/tab_8h-source.html                    |    12 +-
 wcslib/html/tab_8h.html                           |     4 +-
 wcslib/html/testing.html                          |     6 +-
 wcslib/html/threads.html                          |     8 +-
 wcslib/html/vector.html                           |     6 +-
 wcslib/html/wcs_8h-source.html                    |  2541 +-
 wcslib/html/wcs_8h.html                           |    16 +-
 wcslib/html/wcsfix_8h-source.html                 |   365 +-
 wcslib/html/wcsfix_8h.html                        |    85 +-
 wcslib/html/wcshdr_8h-source.html                 |    12 +-
 wcslib/html/wcshdr_8h.html                        |     4 +-
 wcslib/html/wcslib_8h-source.html                 |    14 +-
 wcslib/html/wcslib_8h.html                        |     4 +-
 wcslib/html/wcsmath_8h-source.html                |    10 +-
 wcslib/html/wcsmath_8h.html                       |     4 +-
 wcslib/html/wcstrig_8h-source.html                |    10 +-
 wcslib/html/wcstrig_8h.html                       |     4 +-
 wcslib/html/wcsunits_8h-source.html               |    12 +-
 wcslib/html/wcsunits_8h.html                      |     4 +-
 wcslib/html/wcsutil_8h-source.html                |    10 +-
 wcslib/html/wcsutil_8h.html                       |     4 +-
 wcslib/makedefs.in                                |     8 +-
 wcslib/pgsbox/GNUmakefile                         |     8 +-
 wcslib/pgsbox/cpgsbox.c                           |     6 +-
 wcslib/pgsbox/cpgsbox.h                           |     6 +-
 wcslib/pgsbox/cpgtest.c                           |     6 +-
 wcslib/pgsbox/fscan.f                             |     6 +-
 wcslib/pgsbox/lngvel.f                            |     6 +-
 wcslib/pgsbox/pgcrfn.f                            |     6 +-
 wcslib/pgsbox/pgcrvl.f                            |     4 +-
 wcslib/pgsbox/pgsbox.f                            |     6 +-
 wcslib/pgsbox/pgtest.f                            |     6 +-
 wcslib/pgsbox/pgwcsl.c                            |     6 +-
 wcslib/pgsbox/pgwcsl.h                            |     6 +-
 wcslib/utils/GNUmakefile                          |     6 +-
 wcslib/utils/HPXcvt.c                             |     6 +-
 wcslib/utils/fitshdr.c                            |     6 +-
 wcslib/utils/wcsgrid.c                            |     6 +-
 wcslib/utils/wcsware.c                            |     6 +-
 wcslib/wcsconfig.h.in                             |     4 +-
 wcslib/wcsconfig_f77.h.in                         |     4 +-
 wcslib/wcsconfig_tests.h.in                       |     4 +-
 wcslib/wcsconfig_utils.h.in                       |     4 +-
 wcslib/wcslib.pdf                                 | 50632 ++++++++++----------
 349 files changed, 33826 insertions(+), 27956 deletions(-)

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



More information about the debian-science-commits mailing list