File: control

package info (click to toggle)
indi-eqmod 1.0%2B20230126190232-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,004 kB
  • sloc: cpp: 8,917; ansic: 1,364; xml: 570; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,204 bytes parent folder | download
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: indi-eqmod
Section: science
Priority: optional
Maintainer: Debian Astronomy Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 13)
	, cmake
	, pkg-config
	, libgmock-dev
	, libgtest-dev
	, libusb-1.0-0-dev
	, libindi-dev
	, zlib1g-dev
	, libnova-dev
	, libgsl-dev
	, libahp-gt-dev, libahp-gt1
#	, libahp-xc-dev
Standards-Version: 4.6.0
Homepage: https://github.com/indilib/indi-3rdparty
Rules-Requires-Root: no
XS-Autobuild: yes
Vcs-Browser: https://salsa.debian.org/debian-astro-team/indi-eqmod
Vcs-Git: https://salsa.debian.org/debian-astro-team/indi-eqmod.git

Package: indi-eqmod
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: INDI EQMod Driver
 This package contains the INDI driver fpr EQMod.
 .
 This INDI driver interacts with a mount controller using the Skywatcher
 Protocol through a serial link. It can directly drive Skywatcher and
 similar mounts through a serial port after a conversion of signal levels
 (see EQDIRECT interface), or any other mount hardware which uses this
 protocol.
 .
 This driver is compatible with any INDI client such as KStars or Xephem.