1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: predict
Section: hamradio
Priority: optional
Maintainer: A. Maitland Bottoms <bottoms@debian.org>
Uploaders: Bdale Garbee <bdale@gag.com>
Build-Depends: debhelper (>= 7), quilt, libncurses5-dev, libgtk2.0-dev, libforms-dev, autotools-dev, automake
Standards-Version: 3.8.4
Package: predict
Architecture: any
Depends: ${shlibs:Depends}, netbase (>= 4.07)
Suggests: ntp, predict-gsat
Description: Satellite Tracking Program with Optional Voice Output
This is a satellite tracking program. It is probably mostly of interest to
users of amateur satellites, but includes support for optionally announcing
azimuth and elevation to help in manual antenna pointing, or optical
observation of satellites.
.
The upstream predict sources include a front-end called 'map', which is
called predict-map in the Debian package.
.
The 'ntp' package is suggested because accurate satellite tracking depends
on precise knowledge of ground station time and location.
Package: predict-gsat
Architecture: any
Depends: ${shlibs:Depends}, netbase (>= 4.07)
Suggests: ntp, predict
Description: Graphical Satellite Tracking Client Program
The gsat program is a graphical client for the 'predict' satellite tracking
program running in server mode, built using gtk.
.
Since this program can be run on a different machine than predict, there is
no dependency specified... but you need access to a copy of 'predict'
installed somewhere on the network for this programs to be useful!
|