[Debian-astro-commits] [wcslib] 01/01: Merge branch 'debian' into debian-contrib

Ole Streicher olebole at moszumanska.debian.org
Wed Dec 30 14:31:47 UTC 2015


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

olebole pushed a commit to branch debian-contrib
in repository wcslib.

commit 26a950a460ed674eecb71856bdbf498a8aecc792
Merge: 942c8e0 bdc9c7c
Author: Ole Streicher <olebole at debian.org>
Date:   Wed Dec 30 14:17:17 2015 +0100

    Merge branch 'debian' into debian-contrib

 C/GNUmakefile                                      |   146 +-
 C/cel.c                                            |    79 +-
 C/cel.h                                            |    69 +-
 C/dis.c                                            |  3587 ++++
 C/dis.h                                            |  1036 ++
 C/fitshdr.h                                        |    31 +-
 C/fitshdr.l                                        |     6 +-
 C/flexed/fitshdr.c                                 |  1102 +-
 C/flexed/wcsbth.c                                  | 14341 +++++++++------
 C/flexed/wcspih.c                                  | 17575 +++++++++++++++----
 C/flexed/wcsulex.c                                 |   116 +-
 C/flexed/wcsutrn.c                                 |   116 +-
 C/getwcstab.c                                      |     4 +-
 C/getwcstab.h                                      |     8 +-
 C/lin.c                                            |   797 +-
 C/lin.h                                            |   309 +-
 C/log.c                                            |     4 +-
 C/log.h                                            |    33 +-
 C/prj.c                                            |    85 +-
 C/prj.h                                            |    78 +-
 C/spc.c                                            |    91 +-
 C/spc.h                                            |    74 +-
 C/sph.c                                            |    72 +-
 C/sph.h                                            |    32 +-
 C/spx.c                                            |    18 +-
 C/spx.h                                            |    55 +-
 C/tab.c                                            |    50 +-
 C/tab.h                                            |    72 +-
 C/test/DSS.keyrec                                  |   246 +
 C/test/SIP.keyrec                                  |   109 +
 C/test/SIPTPV.keyrec                               |   911 +
 C/test/TNX.keyrec                                  |    68 +
 C/test/TPV3.keyrec                                 |    78 +
 C/test/TPV5.keyrec                                 |   100 +
 C/test/TPV7.keyrec                                 |   245 +
 C/test/ZPX.keyrec                                  |    68 +
 C/test/bth.keyrec                                  |    56 +-
 C/test/fitshdr.keyrec                              |   162 +
 C/test/pih.keyrec                                  |   147 +-
 C/test/tbth1.c                                     |    11 +-
 C/test/tbth1.out                                   |   449 +-
 C/test/tcel1.c                                     |     4 +-
 C/test/tcel2.c                                     |     6 +-
 C/test/tdis1.c                                     |   612 +
 C/test/tdis2.c                                     |   263 +
 C/test/tdis2.out                                   |   648 +
 C/test/tdis3                                       |    58 +
 C/test/tdis3.out                                   |   322 +
 C/test/tdisiter.c                                  |   176 +
 C/test/tfitshdr.c                                  |    26 +-
 C/test/tfitshdr.out                                |   452 +-
 C/test/tlin.c                                      |     6 +-
 C/test/tlog.c                                      |     4 +-
 C/test/tofits.c                                    |     4 +-
 C/test/tpih1.c                                     |     9 +-
 C/test/tpih1.out                                   |   360 +-
 C/test/tpih2.c                                     |     4 +-
 C/test/tprj1.c                                     |     4 +-
 C/test/tprj2.c                                     |     4 +-
 C/test/tspc.c                                      |     4 +-
 C/test/tspcaips.c                                  |     4 +-
 C/test/tspcspxe.c                                  |    27 +-
 C/test/tspctrne.c                                  |     4 +-
 C/test/tsph.c                                      |   178 +-
 C/test/tsphdpa.c                                   |     4 +-
 C/test/tspx.c                                      |     4 +-
 C/test/ttab1.c                                     |     4 +-
 C/test/ttab2.c                                     |     4 +-
 C/test/ttab3.c                                     |    19 +-
 C/test/tunits.c                                    |     4 +-
 C/test/twcs.c                                      |    28 +-
 C/test/twcs_locale.c                               |    37 +-
 C/test/twcscompare.c                               |    28 +-
 C/test/twcsfix.c                                   |    10 +-
 C/test/twcsfix.out                                 |   124 +-
 C/test/twcshdr.c                                   |    93 +-
 C/test/twcslint                                    |     7 +
 C/test/twcslint.out                                |   705 +
 C/test/twcsmix.c                                   |     6 +-
 C/test/twcssub.c                                   |     4 +-
 C/test/twcssub.out                                 |   164 +-
 C/test/twcstab.c                                   |     4 +-
 C/test/twcstab.out                                 |  1198 +-
 C/test/wcslint.keyrec                              |   348 +
 C/test/wcstab.keyrec                               |    17 +-
 C/wcs.c                                            |   742 +-
 C/wcs.h                                            |   318 +-
 C/wcsbth.l                                         |  1369 +-
 C/wcserr.c                                         |     4 +-
 C/wcserr.h                                         |     8 +-
 C/wcsfix.c                                         |    74 +-
 C/wcsfix.h                                         |    43 +-
 C/wcshdr.c                                         |   937 +-
 C/wcshdr.h                                         |   137 +-
 C/wcslib.h                                         |    10 +-
 C/wcsmath.h                                        |     9 +-
 C/wcspih.l                                         |  2164 ++-
 C/wcsprintf.c                                      |     8 +-
 C/wcsprintf.h                                      |    22 +-
 C/wcstrig.c                                        |     4 +-
 C/wcstrig.h                                        |     9 +-
 C/wcsulex.l                                        |     4 +-
 C/wcsunits.c                                       |     4 +-
 C/wcsunits.h                                       |    33 +-
 C/wcsutil.c                                        |    29 +-
 C/wcsutil.h                                        |    43 +-
 C/wcsutrn.l                                        |     4 +-
 CHANGES                                            |   355 +-
 Fortran/GNUmakefile                                |    36 +-
 Fortran/cel.inc                                    |    30 +-
 Fortran/cel_data.f                                 |     4 +-
 Fortran/cel_f.c                                    |    64 +-
 Fortran/dis.inc                                    |    92 +
 Fortran/{lin_data.f => dis_data.f}                 |    18 +-
 Fortran/dis_f.c                                    |   553 +
 Fortran/fitshdr.inc                                |    21 +-
 Fortran/fitshdr_data.f                             |     9 +-
 Fortran/fitshdr_f.c                                |    35 +-
 Fortran/getwcstab.inc                              |     4 +-
 Fortran/getwcstab_f.c                              |     4 +-
 Fortran/lin.inc                                    |    45 +-
 Fortran/lin_data.f                                 |    11 +-
 Fortran/lin_f.c                                    |   160 +-
 Fortran/log.inc                                    |    10 +-
 Fortran/log_data.f                                 |     9 +-
 Fortran/log_f.c                                    |     4 +-
 Fortran/prj.inc                                    |    47 +-
 Fortran/prj_data.f                                 |     4 +-
 Fortran/prj_f.c                                    |    68 +-
 Fortran/spc.inc                                    |    48 +-
 Fortran/spc_data.f                                 |     7 +-
 Fortran/spc_f.c                                    |    61 +-
 Fortran/sph.inc                                    |     8 +-
 Fortran/sph_f.c                                    |     4 +-
 Fortran/spx.inc                                    |    14 +-
 Fortran/spx_data.f                                 |     4 +-
 Fortran/spx_f.c                                    |     5 +-
 Fortran/tab.inc                                    |    27 +-
 Fortran/tab_data.f                                 |     4 +-
 Fortran/tab_f.c                                    |   105 +-
 Fortran/test/tcel1.f                               |     4 +-
 Fortran/test/tdis1.f                               |   266 +
 Fortran/test/tdis2.f                               |   254 +
 Fortran/test/tdis2.out                             |   339 +
 Fortran/test/tfitshdr.f                            |    20 +-
 Fortran/test/tfitshdr.out                          |   182 +-
 Fortran/test/tlin.f                                |     4 +-
 Fortran/test/tlog.f                                |     4 +-
 Fortran/test/tpih1.f                               |     9 +-
 Fortran/test/tpih1.out                             |   366 +-
 Fortran/test/tpih2.f                               |     4 +-
 Fortran/test/tprj1.f                               |     4 +-
 Fortran/test/tprj2.f                               |     4 +-
 Fortran/test/tspc.f                                |     4 +-
 Fortran/test/tsph.f                                |     4 +-
 Fortran/test/tspx.f                                |     4 +-
 Fortran/test/ttab1.f                               |     4 +-
 Fortran/test/ttab2.f                               |     4 +-
 Fortran/test/ttab3.f                               |     4 +-
 Fortran/test/tunits.f                              |     4 +-
 Fortran/test/twcs.f                                |   106 +-
 Fortran/test/twcsfix.f                             |    19 +-
 Fortran/test/twcsfix.out                           |   118 +-
 Fortran/test/twcsmix.f                             |     4 +-
 Fortran/test/twcssub.f                             |     4 +-
 Fortran/test/twcssub.out                           |   164 +-
 Fortran/test/twcstab.f                             |     4 +-
 Fortran/test/twcstab.out                           |  1200 +-
 Fortran/wcs.inc                                    |    73 +-
 Fortran/wcs_data.f                                 |    10 +-
 Fortran/wcs_f.c                                    |   157 +-
 Fortran/wcserr.inc                                 |    17 +-
 Fortran/wcserr_f.c                                 |    36 +-
 Fortran/wcsfix.inc                                 |    25 +-
 Fortran/wcsfix_data.f                              |     7 +-
 Fortran/wcsfix_f.c                                 |     4 +-
 Fortran/wcshdr.inc                                 |    66 +-
 Fortran/wcshdr_data.f                              |     8 +-
 Fortran/wcshdr_f.c                                 |    71 +-
 Fortran/wcsmath.inc                                |     6 +-
 Fortran/wcsunits.inc                               |    40 +-
 Fortran/wcsunits_data.f                            |     4 +-
 Fortran/wcsunits_f.c                               |     4 +-
 GNUmakefile                                        |     4 +-
 INSTALL                                            |    29 +-
 README                                             |     6 +-
 THANKS                                             |     7 +-
 VALIDATION                                         |   169 +-
 configure                                          |    34 +-
 configure.ac                                       |     6 +-
 debian/changelog                                   |     5 +-
 debian/control                                     |     7 +-
 debian/copyright                                   |    18 +-
 debian/libpgsbox4.lintian-overrides                |     2 -
 debian/{libpgsbox4.install => libpgsbox5.install}  |     0
 debian/libpgsbox5.lintian-overrides                |     2 +
 debian/patches/fortify.patch                       |    45 -
 debian/patches/series                              |     1 -
 doxygen/Doxyfile                                   |   322 +-
 doxygen/GNUmakefile                                |     4 +-
 doxygen/README                                     |     2 +-
 doxygen/dis.sed                                    |    36 +
 doxygen/dis_extras.dox                             |   119 +
 doxygen/doxextr.l                                  |     4 +-
 doxygen/mainpage.dox                               |   107 +-
 flavours                                           |     8 +-
 html/annotated.html                                |    38 +-
 html/cel_8h.html                                   |    66 +-
 html/cel_8h_source.html                            |   853 +-
 html/classes.html                                  |    40 +-
 html/deprecated.html                               |    12 +-
 html/diagnostics.html                              |    14 +-
 html/dir_af99bb3c152a306abd27951285ad1127.html     |    14 +-
 html/dis_8h.html                                   |   896 +
 html/dis_8h_source.html                            |  1154 ++
 html/doxygen.css                                   |     7 +-
 html/dynsections.js                                |     1 +
 html/files.html                                    |    51 +-
 html/fitshdr_8h.html                               |    22 +-
 html/fitshdr_8h_source.html                        |   873 +-
 html/form_11.png                                   |   Bin 238 -> 238 bytes
 html/form_12.png                                   |   Bin 274 -> 460 bytes
 html/form_13.png                                   |   Bin 290 -> 393 bytes
 html/form_14.png                                   |   Bin 204 -> 274 bytes
 html/form_15.png                                   |   Bin 212 -> 290 bytes
 html/form_16.png                                   |   Bin 264 -> 204 bytes
 html/form_17.png                                   |   Bin 601 -> 212 bytes
 html/form_18.png                                   |   Bin 214 -> 264 bytes
 html/form_19.png                                   |   Bin 311 -> 603 bytes
 html/form_2.png                                    |   Bin 326 -> 326 bytes
 html/form_20.png                                   |   Bin 209 -> 214 bytes
 html/form_21.png                                   |   Bin 287 -> 311 bytes
 html/form_22.png                                   |   Bin 230 -> 209 bytes
 html/form_23.png                                   |   Bin 281 -> 287 bytes
 html/form_24.png                                   |   Bin 223 -> 230 bytes
 html/form_25.png                                   |   Bin 214 -> 281 bytes
 html/form_26.png                                   |   Bin 427 -> 224 bytes
 html/form_27.png                                   |   Bin 418 -> 214 bytes
 html/form_28.png                                   |   Bin 404 -> 427 bytes
 html/form_29.png                                   |   Bin 367 -> 418 bytes
 html/form_3.png                                    |   Bin 248 -> 250 bytes
 html/form_30.png                                   |   Bin 209 -> 404 bytes
 html/form_31.png                                   |   Bin 216 -> 367 bytes
 html/form_32.png                                   |   Bin 223 -> 209 bytes
 html/form_33.png                                   |   Bin 219 -> 216 bytes
 html/form_34.png                                   |   Bin 381 -> 223 bytes
 html/form_35.png                                   |   Bin 379 -> 216 bytes
 html/form_36.png                                   |   Bin 228 -> 381 bytes
 html/form_37.png                                   |   Bin 224 -> 378 bytes
 html/form_38.png                                   |   Bin 212 -> 227 bytes
 html/form_39.png                                   |   Bin 223 -> 224 bytes
 html/form_40.png                                   |   Bin 227 -> 212 bytes
 html/form_41.png                                   |   Bin 244 -> 223 bytes
 html/form_42.png                                   |   Bin 357 -> 224 bytes
 html/form_43.png                                   |   Bin 199 -> 244 bytes
 html/form_44.png                                   |   Bin 372 -> 356 bytes
 html/form_45.png                                   |   Bin 378 -> 199 bytes
 html/form_46.png                                   |   Bin 250 -> 369 bytes
 html/form_47.png                                   |   Bin 256 -> 380 bytes
 html/form_48.png                                   |   Bin 476 -> 250 bytes
 html/form_49.png                                   |   Bin 476 -> 256 bytes
 html/form_5.png                                    |   Bin 247 -> 247 bytes
 html/form_50.png                                   |   Bin 285 -> 476 bytes
 html/form_51.png                                   |   Bin 226 -> 476 bytes
 html/form_52.png                                   |   Bin 350 -> 285 bytes
 html/form_53.png                                   |   Bin 315 -> 226 bytes
 html/form_54.png                                   |   Bin 253 -> 350 bytes
 html/form_55.png                                   |   Bin 293 -> 315 bytes
 html/form_56.png                                   |   Bin 239 -> 253 bytes
 html/form_57.png                                   |   Bin 217 -> 296 bytes
 html/form_58.png                                   |   Bin 280 -> 240 bytes
 html/form_59.png                                   |   Bin 504 -> 217 bytes
 html/form_60.png                                   |   Bin 213 -> 280 bytes
 html/form_61.png                                   |   Bin 427 -> 502 bytes
 html/form_62.png                                   |   Bin 246 -> 210 bytes
 html/form_63.png                                   |   Bin 249 -> 424 bytes
 html/form_64.png                                   |   Bin 213 -> 246 bytes
 html/form_65.png                                   |   Bin 358 -> 250 bytes
 html/form_66.png                                   |   Bin 272 -> 210 bytes
 html/form_67.png                                   |   Bin 310 -> 358 bytes
 html/form_68.png                                   |   Bin 226 -> 277 bytes
 html/form_69.png                                   |   Bin 328 -> 312 bytes
 html/form_70.png                                   |   Bin 408 -> 226 bytes
 html/form_71.png                                   |   Bin 204 -> 328 bytes
 html/form_72.png                                   |   Bin 811 -> 408 bytes
 html/form_73.png                                   |   Bin 280 -> 204 bytes
 html/form_74.png                                   |   Bin 257 -> 806 bytes
 html/{form_73.png => form_75.png}                  |   Bin
 html/{form_74.png => form_76.png}                  |   Bin
 html/form_9.png                                    |   Bin 222 -> 220 bytes
 html/formula.repository                            |   128 +-
 html/fortran.html                                  |    14 +-
 html/functions.html                                |    19 +-
 html/functions_b.html                              |    13 +-
 html/functions_c.html                              |    13 +-
 html/functions_d.html                              |    34 +-
 html/functions_e.html                              |    14 +-
 html/functions_f.html                              |    20 +-
 html/functions_g.html                              |    13 +-
 html/functions_i.html                              |    22 +-
 html/{functions_x.html => functions_j.html}        |    21 +-
 html/functions_k.html                              |    13 +-
 html/functions_l.html                              |    13 +-
 html/functions_m.html                              |    40 +-
 html/functions_n.html                              |    28 +-
 html/functions_o.html                              |    14 +-
 html/functions_p.html                              |    17 +-
 html/functions_r.html                              |    13 +-
 html/functions_s.html                              |    19 +-
 html/functions_t.html                              |    25 +-
 html/functions_u.html                              |    13 +-
 html/functions_v.html                              |    16 +-
 html/functions_vars.html                           |    19 +-
 html/functions_vars_b.html                         |    13 +-
 html/functions_vars_c.html                         |    13 +-
 html/functions_vars_d.html                         |    34 +-
 html/functions_vars_e.html                         |    14 +-
 html/functions_vars_f.html                         |    20 +-
 html/functions_vars_g.html                         |    13 +-
 html/functions_vars_i.html                         |    22 +-
 ...functions_vars_x.html => functions_vars_j.html} |    21 +-
 html/functions_vars_k.html                         |    13 +-
 html/functions_vars_l.html                         |    13 +-
 html/functions_vars_m.html                         |    40 +-
 html/functions_vars_n.html                         |    28 +-
 html/functions_vars_o.html                         |    14 +-
 html/functions_vars_p.html                         |    17 +-
 html/functions_vars_r.html                         |    13 +-
 html/functions_vars_s.html                         |    19 +-
 html/functions_vars_t.html                         |    25 +-
 html/functions_vars_u.html                         |    13 +-
 html/functions_vars_v.html                         |    16 +-
 html/functions_vars_w.html                         |    13 +-
 html/functions_vars_x.html                         |    13 +-
 html/functions_vars_y.html                         |    13 +-
 html/functions_vars_z.html                         |    13 +-
 html/functions_w.html                              |    13 +-
 html/functions_x.html                              |    13 +-
 html/functions_y.html                              |    13 +-
 html/functions_z.html                              |    13 +-
 html/getwcstab_8h.html                             |    12 +-
 html/getwcstab_8h_source.html                      |   342 +-
 html/globals.html                                  |    12 +-
 html/globals_b.html                                |    12 +-
 html/globals_c.html                                |    21 +-
 html/globals_d.html                                |    88 +-
 html/globals_defs.html                             |    45 +-
 html/globals_e.html                                |    12 +-
 html/globals_enum.html                             |    15 +-
 html/globals_eval.html                             |    44 +-
 html/globals_f.html                                |    12 +-
 html/globals_func.html                             |    12 +-
 html/globals_func_b.html                           |    12 +-
 html/globals_func_c.html                           |    15 +-
 html/globals_func_d.html                           |    48 +-
 html/globals_func_e.html                           |    12 +-
 html/globals_func_f.html                           |    12 +-
 html/globals_func_h.html                           |    12 +-
 html/globals_func_l.html                           |    21 +-
 html/globals_func_m.html                           |    12 +-
 html/globals_func_p.html                           |    15 +-
 html/globals_func_q.html                           |    12 +-
 html/globals_func_s.html                           |    18 +-
 html/globals_func_t.html                           |    15 +-
 html/globals_func_u.html                           |    12 +-
 html/globals_func_v.html                           |    12 +-
 html/globals_func_w.html                           |    21 +-
 html/globals_func_x.html                           |    12 +-
 html/globals_func_z.html                           |    12 +-
 html/globals_h.html                                |    12 +-
 html/globals_i.html                                |    12 +-
 html/globals_k.html                                |    12 +-
 html/globals_l.html                                |    30 +-
 html/globals_m.html                                |    12 +-
 html/globals_n.html                                |    12 +-
 html/globals_p.html                                |    21 +-
 html/globals_q.html                                |    12 +-
 html/globals_r.html                                |    12 +-
 html/globals_s.html                                |    18 +-
 html/globals_t.html                                |    15 +-
 html/globals_type.html                             |    12 +-
 html/globals_u.html                                |    12 +-
 html/globals_v.html                                |    12 +-
 html/globals_vars.html                             |    15 +-
 html/globals_w.html                                |    42 +-
 html/globals_x.html                                |    12 +-
 html/globals_z.html                                |    12 +-
 html/index.html                                    |    21 +-
 html/intro.html                                    |    14 +-
 html/lin_8h.html                                   |   265 +-
 html/lin_8h_source.html                            |  1119 +-
 html/log_8h.html                                   |    21 +-
 html/log_8h_source.html                            |   297 +-
 html/memory.html                                   |    14 +-
 html/overview.html                                 |    18 +-
 html/pages.html                                    |    12 +-
 html/pgsbox.html                                   |    14 +-
 html/prj_8h.html                                   |    93 +-
 html/prj_8h_source.html                            |  1596 +-
 html/software.html                                 |    14 +-
 html/spc_8h.html                                   |   136 +-
 html/spc_8h_source.html                            |  1720 +-
 html/sph_8h.html                                   |    35 +-
 html/sph_8h_source.html                            |    48 +-
 html/spx_8h.html                                   |    74 +-
 html/spx_8h_source.html                            |  1091 +-
 html/structcelprm.html                             |    14 +-
 html/structdisprm.html                             |   469 +
 html/structdpkey.html                              |   174 +
 html/structfitskey.html                            |    38 +-
 html/structfitskeyid.html                          |    12 +-
 html/structlinprm.html                             |   155 +-
 html/structprjprm.html                             |    23 +-
 html/structpscard.html                             |    12 +-
 html/structpvcard.html                             |    12 +-
 html/structs.html                                  |    14 +-
 html/structspcprm.html                             |    36 +-
 html/structspxprm.html                             |    30 +-
 html/structtabprm.html                             |    30 +-
 html/structwcserr.html                             |    12 +-
 html/structwcsprm.html                             |    94 +-
 html/structwtbarr.html                             |    12 +-
 html/tab_8h.html                                   |    72 +-
 html/tab_8h_source.html                            |  1240 +-
 html/testing.html                                  |    20 +-
 html/threads.html                                  |    16 +-
 html/vector.html                                   |    16 +-
 html/versioning.html                               |    91 +
 html/wcs_8h.html                                   |   102 +-
 html/wcs_8h_source.html                            |  3421 ++--
 html/wcserr_8h.html                                |    12 +-
 html/wcserr_8h_source.html                         |   434 +-
 html/wcsfix_8h.html                                |    27 +-
 html/wcsfix_8h_source.html                         |   777 +-
 html/wcshdr_8h.html                                |   183 +-
 html/wcshdr_8h_source.html                         |  2169 +--
 html/wcslib_8h.html                                |    13 +-
 html/wcslib_8h_source.html                         |   173 +-
 html/wcsmath_8h.html                               |    20 +-
 html/wcsmath_8h_source.html                        |   105 +-
 html/wcsprintf_8h.html                             |    23 +-
 html/wcsprintf_8h_source.html                      |   258 +-
 html/wcstrig_8h.html                               |    24 +-
 html/wcstrig_8h_source.html                        |   357 +-
 html/wcsunits_8h.html                              |    26 +-
 html/wcsunits_8h_source.html                       |   797 +-
 html/wcsutil_8h.html                               |    71 +-
 html/wcsutil_8h_source.html                        |   627 +-
 makedefs.in                                        |    10 +-
 pgsbox/GNUmakefile                                 |     6 +-
 pgsbox/cpgsbox.c                                   |     4 +-
 pgsbox/cpgsbox.h                                   |     4 +-
 pgsbox/cpgtest.c                                   |     4 +-
 pgsbox/fscan.f                                     |     4 +-
 pgsbox/lngvel.f                                    |     4 +-
 pgsbox/pgcrfn.f                                    |     4 +-
 pgsbox/pgcrvl.f                                    |     4 +-
 pgsbox/pgsbox.f                                    |     6 +-
 pgsbox/pgtest.f                                    |     4 +-
 pgsbox/pgwcsl.c                                    |     4 +-
 pgsbox/pgwcsl.h                                    |     4 +-
 utils/GNUmakefile                                  |    10 +-
 utils/HPXcvt.1                                     |     2 +-
 utils/HPXcvt.c                                     |     6 +-
 utils/fitshdr.1                                    |     2 +-
 utils/fitshdr.c                                    |     6 +-
 utils/wcsgrid.1                                    |     4 +-
 utils/wcsgrid.c                                    |     4 +-
 utils/wcsware.1                                    |    59 +-
 utils/wcsware.c                                    |   337 +-
 wcsconfig.h.in                                     |     7 +-
 wcsconfig_f77.h.in                                 |     4 +-
 wcsconfig_tests.h.in                               |     4 +-
 wcsconfig_utils.h.in                               |     4 +-
 wcslib.pdf                                         |   Bin 987836 -> 995949 bytes
 475 files changed, 61480 insertions(+), 25120 deletions(-)

diff --cc debian/changelog
index c356c8a,717de7f..deb533b
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,14 -1,51 +1,13 @@@
- wcslib-contrib (4.25.1-1~exp1) experimental; urgency=low
 -wcslib (5.12-1) unstable; urgency=low
 -
 -  * Move back to unstable for the transition
 -
 - -- Ole Streicher <olebole at debian.org>  Wed, 23 Dec 2015 11:02:23 +0100
 -
 -wcslib (5.12-1~exp1) experimental; urgency=low
 -
 -  * New upstream version
 -
 - -- Ole Streicher <olebole at debian.org>  Sun, 15 Nov 2015 09:25:58 +0100
 -
 -wcslib (5.11-1~exp1) experimental; urgency=low
 -
 -  * New upstream version
 -
 - -- Ole Streicher <olebole at debian.org>  Mon, 19 Oct 2015 10:14:45 +0200
 -
 -wcslib (5.10-1~exp1) experimental; urgency=low
 -
 -  * New upstream version
 -
 - -- Ole Streicher <olebole at debian.org>  Fri, 16 Oct 2015 09:03:33 +0200
 -
 -wcslib (5.3.1-1~exp1) experimental; urgency=low
++wcslib-contrib (5.12-1) unstable; urgency=low
  
    * New upstream version
-   * Update standards version to 3.9.6. No changes needed.
  
-  -- Ole Streicher <olebole at debian.org>  Tue, 06 Jan 2015 13:30:52 +0100
 - -- Ole Streicher <olebole at debian.org>  Thu, 11 Jun 2015 13:50:07 +0200
++ -- Ole Streicher <olebole at debian.org>  Wed, 30 Dec 2015 14:14:45 +0100
  
 -wcslib (5.1-1~exp1) experimental; urgency=low
 +wcslib-contrib (4.24-1) unstable; urgency=low
  
    * New upstream version
 -  * Update standards version to 3.9.6. No changes needed.
 -  * Added symbols file
 -
 - -- Ole Streicher <olebole at debian.org>  Wed, 08 Apr 2015 10:40:35 +0200
 -
 -wcslib (4.25.1-1~exp1) experimental; urgency=low
 -
 -  * New upstream version
 -
 - -- Ole Streicher <olebole at debian.org>  Tue, 06 Jan 2015 13:30:52 +0100
 -
 -wcslib (4.24-1) unstable; urgency=low
 -
 -  * New upstream version
 -  * build-depend on libcfitsio-dev instead of libcfitsio3-dev. Closes: #761721
 +  * Build-depend on libcfitsio-dev instead of libcfitsio3-dev
    * Update uploader e-mail
  
   -- Ole Streicher <olebole at debian.org>  Thu, 18 Sep 2014 22:12:03 +0200
diff --cc debian/control
index 9af7d2b,48a299d..18be67a
--- a/debian/control
+++ b/debian/control
@@@ -6,44 -6,67 +6,45 @@@ Priority: optiona
  Build-Depends: autotools-dev,
                 debhelper (>= 9),
                 dh-autoreconf,
+ 	       flex,
                 gfortran,
 -               libcfitsio-dev
 +               libcfitsio-dev,
-                libwcs4,
++               libwcs5,
 +               pgplot5
  Standards-Version: 3.9.6
  Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-astro/packages/wcslib.git
  Vcs-Git: git://anonscm.debian.org/debian-astro/packages/wcslib.git
  Homepage: http://www.atnf.csiro.au/people/mcalabre/WCS/
  
- Package: libpgsbox4
 -Package: libwcs5
++Package: libpgsbox5
 +Section: contrib/libs
  Architecture: any
 -Multi-Arch: same
 -Section: libs
 -Depends: ${misc:Depends},
 -         ${shlibs:Depends}
 -Pre-Depends: ${misc:Pre-Depends}
 -Description: Implementation of the FITS WCS standard
 - WCSLIB is a C library, supplied with a full set of Fortran wrappers, that
 - implements the "World Coordinate System" (WCS) standard in FITS (Flexible
 - Image Transport System).
 - .
 - The FITS data format is widely used within the international astronomical
 - community, from the radio to gamma-ray regimes, for data interchange and
 - archive, and also increasingly as an online format.
 +Depends: pgplot5, ${misc:Depends}, ${shlibs:Depends}
 +Description: Draw and label curvilinear coordinate grids with pgplot
 + PGSBOX draws and labels a curvilinear coordinate grid.  The caller
 + must provide a separate external function, NLFUNC, to define the
 + non-linear coordinate transformation.
   .
   This package contains what you need to run programs that use this
   library.
  
 -Package: wcslib-dev
 +Package: libpgsbox-dev
 +Section: contrib/libdevel
  Architecture: any
- Depends: libpgsbox4 (= ${binary:Version}), wcslib-dev, ${misc:Depends}
 -Section: libdevel
 -Depends: libwcs5 (= ${binary:Version}),
 -         ${misc:Depends}
++Depends: libpgsbox5 (= ${binary:Version}), wcslib-dev, ${misc:Depends}
 +Enhances: wcslib-dev
  Suggests: wcslib-doc
 -Description: Header files and static library for libwcs
 - WCSLIB is a C library, supplied with a full set of Fortran wrappers, that
 - implements the "World Coordinate System" (WCS) standard in FITS (Flexible
 - Image Transport System).
 - .
 - This package contains the static library and the C header files.
 -
 -Package: wcslib-doc
 -Architecture: all
 -Section: doc
 -Depends: ${misc:Depends}
 -Suggests: wcslib-dev
 -Description: API documentation for wcslib
 - WCSLIB is a C library, supplied with a full set of Fortran wrappers, that
 - implements the "World Coordinate System" (WCS) standard in FITS (Flexible
 - Image Transport System).
 +Description: Header files and static library for libpgsbox
 + PGSBOX draws and labels a curvilinear coordinate grid.  The caller
 + must provide a separate external function, NLFUNC, to define the
 + non-linear coordinate transformation.
   .
 - This package contains the API documentation for WCSLIB.
 + This package contains the static library and the C header file.
  
 -Package: wcslib-tools
 +Package: wcslib-tools-wcsgrid
  Architecture: any
 -Depends: ${misc:Depends},
 -         ${shlibs:Depends}
 -Description: Command line tools utilizing wcslib
 - WCSLIB is a C library, supplied with a full set of Fortran wrappers, that
 - implements the "World Coordinate System" (WCS) standard in FITS (Flexible
 - Image Transport System).
 - .
 - This package contains the utility programs fitshdr, wcsware, and HPXcvt
 - that are included in wcslib.
 -
 +Depends: ${misc:Depends}, ${shlibs:Depends}
 +Description: Command line tool utilizing libpgsbox
 + Wcsgrid extracts the WCS keywords for an image from the specified FITS
 + file and plots a 2-D coordinate graticule for each alternate representation
 + found.
diff --cc debian/libpgsbox5.install
index 1aa8305,0000000..1aa8305
mode 100644,000000..100644
--- a/debian/libpgsbox5.install
+++ b/debian/libpgsbox5.install
diff --cc debian/libpgsbox5.lintian-overrides
index 0000000,0000000..672ad39
new file mode 100644
--- /dev/null
+++ b/debian/libpgsbox5.lintian-overrides
@@@ -1,0 -1,0 +1,2 @@@
++# False positive
++libpgsbox5: hardening-no-fortify-functions usr/lib/*/libpgsbox.so*
diff --cc debian/patches/series
index 1c09aed,2ffb5c6..5cfac97
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -1,4 -1,2 +1,3 @@@
  increase_tspx_test_tol.patch
  disable_Ftspx_test.patch
- fortify.patch
 +set-null-graphics-on-tests.patch

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



More information about the Debian-astro-commits mailing list