[Debian-astro-commits] [saods9] branch debian updated (c5ec817 -> b36a85b)

Ole Streicher olebole at moszumanska.debian.org
Fri Dec 16 09:03:01 UTC 2016


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

olebole pushed a change to branch debian
in repository saods9.

      from  c5ec817   Switch back to unstable
      adds  449f660   New upstream version 7.5+repack
       new  8307631   Merge tag 'upstream/7.5+repack' into debian
       new  190d392   Rediff patches
       new  b36a85b   Update changelog for 7.5+repack-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:
 README => BUILD.txt                                |     2 +-
 COPYING => LICENSE.txt                             |     0
 debian/changelog                                   |     9 +
 debian/patches/ds9_add_about_debian.patch          |    19 +-
 debian/patches/ds9_dont_exit_on_tkcon.patch        |    22 +-
 debian/patches/ds9_fix_docdir.patch                |    46 +-
 debian/patches/ds9_optional_doc_package.patch      |    16 +-
 debian/patches/ds9_use_system_libs.patch           |   182 +-
 debian/patches/ds9_use_tcltk_packages.patch        |    90 +-
 debian/patches/saotk_add_ksearch.patch             |    14 +-
 debian/patches/saotk_add_psscale.patch             |    21 +-
 debian/patches/saotk_avoid_compile_warnings.patch  |    54 +-
 debian/patches/saotk_use_system_libs.patch         |    53 +-
 ds9/doc/ref/command.html                           |    61 +-
 ds9/doc/ref/samp.html                              |    68 +-
 ds9/doc/ref/xpa.html                               |    64 +-
 ds9/doc/release/r7.0.html                          |     4 +-
 ds9/library/ds9.tcl                                |     2 +-
 ds9/library/layout.tcl                             |     7 +-
 ds9/library/plotprint.tcl                          |     7 +-
 ds9/macosx/SAOImage DS9.app/Contents/Info.plist    |     6 +-
 ds9/win/ds9.rc                                     |     2 +-
 make.include                                       |     6 +-
 make.pkgs                                          |     2 +-
 mods/funtools/Makefile.in                          |    10 -
 mods/funtools/configure.ac                         |    14 -
 mods/funtools/filter/configure.ac                  |    14 -
 mods/funtools/fitsy/configure.ac                   |    14 -
 mods/funtools/fitsy/dataimage.c                    |    22 -
 mods/funtools/fitsy/fitsfile.c                     |    10 -
 mods/funtools/fitsy/fitshead.c                     |    38 -
 mods/funtools/fitsy/fitsimage.c                    |    22 -
 mods/funtools/fitsy/headdata.c                     |    30 -
 mods/funtools/fitsy/headfile.c                     |    34 -
 mods/funtools/fitsy/xfile.h                        |    26 -
 mods/funtools/util/Makefile.in                     |    11 -
 mods/funtools/util/configure.ac                    |    14 -
 mods/funtools/util/xfileio.h                       |    24 -
 mods/funtools/wcs/configure.ac                     |    14 -
 mods/tk8.6/generic/tkGC.c                          |    10 -
 mods/xpa/tclloop.c                                 |    10 -
 tests/command.sh                                   |     3 +-
 tests/{fits/wmap.fits => data/3d.fits}             |   Bin 25174080 -> 32762880 bytes
 tests/{fits/1d.fits => data/5x5.fits}              |   Bin 5760 -> 5760 bytes
 tests/data/ch4.nonan.fits                          | 57702 +++++++++++++++++++
 tests/data/i.fits                                  |  8155 +++
 tests/data/img.fits                                |   116 +
 tests/data/m51hst.fits                             |   Bin 0 -> 2568960 bytes
 tests/data/mips24.nonan.fits                       |  7173 +++
 tests/data/r.fits                                  |   Bin 0 -> 2102400 bytes
 tests/data/v.fits                                  |     2 +
 tests/{fits/wmap.fits => mosaic/ds9_8amp_2x2.fits} |   Bin 25174080 -> 20911680 bytes
 tests/{fits/wmap.fits => mosaic/mosaicimage.fits}  |   Bin 25174080 -> 34381441 bytes
 tests/samp.sh                                      |     2 +-
 tests/samp/plot.samp                               |     5 +-
 tests/xpa.sh                                       |     3 +-
 tksao/frame/base.C                                 |     4 +
 57 files changed, 73689 insertions(+), 550 deletions(-)
 rename README => BUILD.txt (97%)
 rename COPYING => LICENSE.txt (100%)
 delete mode 100644 mods/funtools/Makefile.in
 delete mode 100644 mods/funtools/configure.ac
 delete mode 100644 mods/funtools/filter/configure.ac
 delete mode 100644 mods/funtools/fitsy/configure.ac
 delete mode 100644 mods/funtools/fitsy/dataimage.c
 delete mode 100644 mods/funtools/fitsy/fitsfile.c
 delete mode 100644 mods/funtools/fitsy/fitshead.c
 delete mode 100644 mods/funtools/fitsy/fitsimage.c
 delete mode 100644 mods/funtools/fitsy/headdata.c
 delete mode 100644 mods/funtools/fitsy/headfile.c
 delete mode 100644 mods/funtools/fitsy/xfile.h
 delete mode 100644 mods/funtools/util/Makefile.in
 delete mode 100644 mods/funtools/util/configure.ac
 delete mode 100644 mods/funtools/util/xfileio.h
 delete mode 100644 mods/funtools/wcs/configure.ac
 delete mode 100644 mods/tk8.6/generic/tkGC.c
 delete mode 100644 mods/xpa/tclloop.c
 copy tests/{fits/wmap.fits => data/3d.fits} (62%)
 copy tests/{fits/1d.fits => data/5x5.fits} (85%)
 create mode 100644 tests/data/ch4.nonan.fits
 create mode 100644 tests/data/i.fits
 create mode 100644 tests/data/img.fits
 create mode 100644 tests/data/m51hst.fits
 create mode 100644 tests/data/mips24.nonan.fits
 create mode 100644 tests/data/r.fits
 create mode 100644 tests/data/v.fits
 copy tests/{fits/wmap.fits => mosaic/ds9_8amp_2x2.fits} (62%)
 copy tests/{fits/wmap.fits => mosaic/mosaicimage.fits} (61%)

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



More information about the Debian-astro-commits mailing list