[wcstools] branch debian updated (d6c3eab -> 786c1b2)

Ole Streicher olebole-guest at moszumanska.debian.org
Tue Sep 2 11:32:05 UTC 2014


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

olebole-guest pushed a change to branch debian
in repository wcstools.

      from  d6c3eab   Merge branch 'debian' of git+ssh://git.debian.org/git/debian-science/packages/wcstools into debian
       new  be9077f   New upstream version 3.9.0
       new  b952f32   Remove object files accidently left in tarball
       new  3754306   New upstream version 3.9.0
       new  da25392   Adjust for new version
       new  3f5e886   Change maintainer and VCS location to debian-astro, and uploader's e-mail address
       new  db43aef   Remove object files accidently left in tarball
       new  7377cef   Remove .o files from source tarball
       new  b3ac7c6   Remove other files accidently left in tarball
       new  786c1b2   Fix some compiler warnings.

The 9 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                                   |    5 +-
 NEWS                                       |   24 +-
 Readme                                     |   33 +-
 addpix.c                                   |    2 +-
 bincat.c                                   |    2 +-
 catrot.c                                   |    2 +-
 char2sp.c                                  |    2 +-
 conpix.c                                   |    2 +-
 cphead.c                                   |    2 +-
 debian/changelog                           |    8 +
 debian/control                             |   10 +-
 debian/copyright                           |    4 +-
 debian/patches/fix_compiler_warnings.patch |   13 +
 debian/patches/fix_mayhem.patch            |   20 +-
 debian/patches/fix_spelling.patch          |   10 +-
 debian/patches/makefiles.patch             |   10 +-
 debian/patches/series                      |    1 +
 debian/watch                               |    1 +
 delhead.c                                  |    2 +-
 delwcs.c                                   |    2 +-
 edhead.c                                   |    2 +-
 fixpix.c                                   |    2 +-
 getcol.c                                   |   10 +-
 getdate.c                                  |   99 +-
 getfits.c                                  |   56 +-
 getftab.c                                  |    2 +-
 gethead.c                                  |  111 +-
 getpix.c                                   |  232 +-
 gettab.c                                   |    2 +-
 gsc2cat.c                                  |    2 +-
 i2f.c                                      |    2 +-
 imcat.c                                    |  117 +-
 imcat.c => imcat0.c                        |    2 +-
 imextract.c                                |    2 +-
 imfill.c                                   |    2 +-
 imhead.c                                   |    2 +-
 immatch.c                                  |    2 +-
 imresize.c                                 |    2 +-
 imrot.c                                    |    2 +-
 imsize.c                                   |    2 +-
 imsmooth.c                                 |    2 +-
 imstack.c                                  |    2 +-
 imstar.c                                   |    2 +-
 imwcs.c                                    |    2 +-
 isimlist.c => isfile.c                     |   22 +-
 isfits.c                                   |   10 +-
 isimlist.c                                 |    2 +-
 isnum.c                                    |    2 +-
 isrange.c                                  |    2 +-
 keyhead.c                                  |    2 +-
 libwcs/NEWS                                |    9 +-
 libwcs/catutil.c                           |   87 +-
 libwcs/ctgread.c                           |   12 +-
 libwcs/distort                             | 2409 +++++++++++++++++++
 libwcs/fileutil.c                          |   59 +-
 libwcs/fitsfile.c                          |   49 +-
 libwcs/fitsfile.h                          |   11 +-
 libwcs/fitswcs.h                           |   95 +
 libwcs/gsc2read.c                          |   59 +-
 libwcs/imio.c                              |   10 +-
 libwcs/imutil.c                            |   35 +-
 libwcs/sdssread.c                          |   22 +-
 libwcs/tabread.c                           |   52 +-
 libwcs/{wcsinit.c => temp}                 |   11 +-
 libwcs/ucacread.c                          | 3556 +++++++++++++++-------------
 libwcs/ucacread.c20130208                  |  Bin 0 -> 32768 bytes
 libwcs/{ucacread.c => ucacread0.c}         |    0
 libwcs/wcs.h                               |   12 +-
 libwcs/wcscat.h                            |    9 +-
 libwcs/wcsinit.c                           |   18 +-
 libwcs/zpxpos.c                            |   84 +-
 matchcat.c                                 |    2 +-
 nedname.c                                  |    2 +-
 nedpos.c                                   |    2 +-
 newfits.c                                  |    2 +-
 remap.c                                    |   18 +-
 revup.sed                                  |    2 +-
 scat.c                                     |   72 +-
 sethead.c                                  |   12 +-
 setpix.c                                   |    2 +-
 simpos.c                                   |   96 +-
 simposx.c                                  |    5 +-
 sky2xy.c                                   |   11 +-
 skycoor.c                                  |    2 +-
 sp2char.c                                  |    2 +-
 subpix.c                                   |    2 +-
 sumpix.c                                   |   92 +-
 test.list                                  |    4 +
 testrot.c                                  |    2 +-
 wcshead.c                                  |    2 +-
 xy2sky.c                                   |    3 +-
 xy2sky1.c                                  |    2 +-
 92 files changed, 5653 insertions(+), 2139 deletions(-)
 create mode 100644 debian/patches/fix_compiler_warnings.patch
 copy imcat.c => imcat0.c (99%)
 copy isimlist.c => isfile.c (73%)
 create mode 100644 libwcs/distort
 create mode 100644 libwcs/fitswcs.h
 copy libwcs/{wcsinit.c => temp} (99%)
 create mode 100644 libwcs/ucacread.c20130208
 copy libwcs/{ucacread.c => ucacread0.c} (100%)
 create mode 100644 test.list

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



More information about the debian-science-commits mailing list