[savi] branch master updated (9a17d71 -> 0f7b2ea)

YunQiang Su wzssyqa-guest at moszumanska.debian.org
Fri Feb 19 09:31:43 UTC 2016


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

wzssyqa-guest pushed a change to branch master
in repository savi.

      from  9a17d71   Merge tag 'upstream/1.4.6'
       new  5ee64c4   Imported Upstream version 1.4.9
       new  62f3d2b   Merge tag 'upstream/1.4.9'
       new  0f7b2ea   Release 1.4.9-1

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:
 BUGS                              | 403 +++++++++++++++++++++++++++++---------
 COPYRIGHT                         |  19 +-
 PACKAGING                         |  54 +++--
 README                            | 198 +++++++++++++++----
 README-COVERAGE-TEXTUREMAP        | 101 ++++------
 VERSION                           |   2 +-
 data/Makefile                     |   8 +-
 data/atcontact.tcl                |   4 +-
 data/celestri.tcl                 |   6 +-
 data/clarke.tcl                   |   4 +-
 data/dmc.tcl                      |   4 +-
 data/draim-4.tcl                  |   3 +-
 data/ellipso.tcl                  |  19 +-
 data/galileo.tcl                  |   4 +-
 data/globalstar.tcl               |   7 +-
 data/glonass.tcl                  |   4 +-
 data/gps.tcl                      |   4 +-
 data/gs2.tcl                      |   4 +-
 data/ico.tcl                      |  10 +-
 data/iridium-66.tcl               |   9 +-
 data/leosat.tcl                   |  64 ++++++
 data/leqo.tcl                     |   8 +-
 data/macrocell.tcl                |   4 +-
 data/mm.tcl                       |   4 +-
 data/molnya.tcl                   |  16 +-
 data/nels.tcl                     |   4 +-
 data/o3b-networks.tcl             |  84 +++++---
 data/odyssey.tcl                  |   4 +-
 data/oneweb.tcl                   |  63 ++++++
 data/orbcomm.tcl                  |   4 +-
 data/orblink.tcl                  |   6 +-
 data/rapideye.tcl                 |   4 +-
 data/sirius-radio.tcl             |   6 +-
 data/skybridge-64.tcl             |  16 +-
 data/spaceway-ngso.tcl            |   4 +-
 data/teledesic-288.tcl            |   4 +-
 data/tundra.tcl                   |  16 +-
 data/us-patent-6726152-boeing.tcl |   4 +-
 debian/changelog                  |   8 +
 debian/control                    |   4 +-
 debian/copyright                  |   4 +-
 debian/patches/enable_zlib.diff   |  37 ++--
 debian/patches/share_lib_div.diff |  26 ++-
 manual/images/savi-fisheye.png    | Bin 13666 -> 27774 bytes
 manual/index.html                 |  35 +++-
 maps/Makefile                     |   3 +-
 maps/world-mask.unp.pbm           | Bin 0 -> 22511 bytes
 maps/world-mask1024.unp.pbm       | Bin 0 -> 65548 bytes
 oogl/Makefile                     |   4 +-
 oogl/earth.oogl                   |   5 +-
 oogl/savi.oogl                    |   4 +-
 savi                              |  23 ++-
 src/Makefile_defs_cygwin          |  10 +-
 src/Makefile_defs_linux           |  13 +-
 src/Makefile_defs_macosx          |   6 +-
 src/Makefile_defs_ubuntu          |  18 +-
 src/Satellite.c                   |   4 +-
 src/axes.c                        |   4 +-
 src/cones.c                       |  13 +-
 src/coverage.c                    |  17 +-
 src/coverage_vis.c                | 265 +++++++------------------
 src/earth.c                       | 102 +++++-----
 src/fisheye.c                     |  63 +++++-
 src/footprints.c                  |  13 +-
 src/globals.c                     |  11 +-
 src/gv_init.c                     |  18 +-
 src/gv_utils.c                    |   4 +-
 src/include/Satellite.h           |  14 +-
 src/include/constants.h           |   4 +-
 src/include/coverage_vis.h        |   6 +-
 src/include/fisheye.h             |   4 +-
 src/include/globals.h             |  13 +-
 src/include/gv_file.h             |   4 +-
 src/include/gv_utils.h            |   4 +-
 src/include/int_types.h           |   4 +-
 src/include/orbit_utils.h         |   4 +-
 src/include/sats.h                |   5 +-
 src/include/savi.h                |   6 +-
 src/include/stats_utils.h         |   4 +-
 src/include/tcl_utils.h           |   4 +-
 src/include/time.h                |   4 +-
 src/include/utils.h               |   2 +-
 src/logo.c                        |   4 +-
 src/main.c                        |  49 +++--
 src/modules.c                     |   4 +-
 src/orbit_utils.c                 |   8 +-
 src/orbits.c                      |   4 +-
 src/plane.c                       |  21 +-
 src/satCmd.c                      |   5 +-
 src/satellites.c                  |   4 +-
 src/sats.c                        |  50 ++++-
 src/stars.c                       |   4 +-
 src/stats_utils.c                 |  12 +-
 src/sun.c                         |   4 +-
 src/tcl_utils.c                   |  10 +-
 src/time.c                        |   4 +-
 src/utils.c                       |   4 +-
 tcl/Makefile                      |   4 +-
 tcl/about.tcl                     |  21 +-
 tcl/constellations.tcl            |   4 +-
 tcl/coverage.tcl                  | 191 ++++++++++++------
 tcl/coverage_size.tcl             |   4 +-
 tcl/details.tcl                   |   4 +-
 tcl/edit.tcl                      |   4 +-
 tcl/empty.tcl                     |   4 +-
 tcl/equator.tcl                   | 101 ++++++++++
 tcl/fisheye.tcl                   |  46 +++--
 tcl/geomview.tcl                  |  55 +++++-
 tcl/helpfile.tcl                  |   4 +-
 tcl/init.tcl                      |  45 +++--
 tcl/load.tcl                      |   4 +-
 tcl/main.tcl                      |  24 ++-
 tcl/no_frames.tcl                 |   4 +-
 tcl/oe.tcl                        |   4 +-
 tcl/params.tcl                    |   4 +-
 tcl/random.tcl                    |   4 +-
 tcl/rosette.tcl                   |   4 +-
 tcl/save.tcl                      |   4 +-
 tcl/snapshot.tcl                  |   4 +-
 tcl/star.tcl                      |   4 +-
 tcl/sunlight.tcl                  |   4 +-
 tcl/utils.tcl                     |  46 ++---
 122 files changed, 1807 insertions(+), 955 deletions(-)
 create mode 100644 data/leosat.tcl
 create mode 100644 data/oneweb.tcl
 create mode 100644 maps/world-mask.unp.pbm
 create mode 100644 maps/world-mask1024.unp.pbm
 create mode 100644 tcl/equator.tcl

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/savi.git



More information about the Pkg-grass-devel mailing list