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 36 37
|
Source: libnexstar
Section: libs
Priority: optional
Maintainer: Debian Astronomy Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ivan Aleksandrov <i.aleksandroff90@gmail.com>
Build-Depends: debhelper(>= 9),
dh-autoreconf,
autotools-dev
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/cgit/debian-astro/packages/libnexstar.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-astro/packages/libnexstar.git
Homepage: https://sourceforge.net/projects/libnexstar
Package: libnexstar0
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Celestron/SkyWatcher telescope control shared library
This library implements the serial commands supported by the Celestron
NexStar hand control (HC) and SkyWatcher/Orion SynScan HC. This applies
to the Celestron: NexStar GPS, NexStar GPS-SA, NexStar iSeries, NexStar
SE Series, NexStar GT, CPC, SLT, Advanced-VX, Advanced-GT, CGE, CGEM etc.
SkyWatcher: EQ5, HEQ5, EQ6 (Pro), AZ-EQ5 GT, AZ-EQ6 GT, EQ8 etc. and the
corresponding Orion mounts.
This package contains the shared library
Package: libnexstar-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},libnexstar0 (= ${binary:Version})
Description: Celestron/SkyWatcher telescope control library development files
This library implements the serial commands supported by the Celestron
NexStar hand control (HC) and SkyWatcher/Orion SynScan HC. This applies
to the Celestron: NexStar GPS, NexStar GPS-SA, NexStar iSeries, NexStar
SE Series, NexStar GT, CPC, SLT, Advanced-VX, Advanced-GT, CGE, CGEM etc.
SkyWatcher: EQ5, HEQ5, EQ6 (Pro), AZ-EQ5 GT, AZ-EQ6 GT, EQ8 etc. and the
corresponding Orion mounts.
This package contains the development files of the library
|