forked from indilib/indi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontrol
95 lines (90 loc) · 3.61 KB
/
control
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
Source: libindi
Section: misc
Priority: optional
Maintainer: Jasem Mutlaq <[email protected]>
Build-Depends: debhelper (>= 8.1.3~),
cdbs,
cmake (>= 2.4.7),
libcfitsio3-dev|libcfitsio-dev,
libnova-dev,
libusb-1.0-0-dev,
zlib1g-dev,
libjpeg-dev,
libgsl0-dev | libgsl-dev,
libcurl4-gnutls-dev,
libtheora-dev,
libogg-dev,
libfftw3-dev
Standards-Version: 3.9.5
Homepage: http://www.indilib.org/
Vcs-Git: git://github.com/indilib/indi.git
Package: libindi1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
libindi-data (>= ${source:Version}),
indi-bin (>= ${source:Version})
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
conflicts: libindi0, libindi-plugins, libindialignmentdriver1, libindidriver1
replaces: libindi0, libindi-plugins, libindialignmentdriver1, libindidriver1
Description: Instrument-Neutral Device Interface library -- shared library
INDI (Instrument-Neutral Device Interface) is a distributed XML-based
control protocol designed to operate astronomical instrumentation.
INDI is small, flexible, easy to parse, scalable, and stateless.
It supports common DCS functions such as remote control, data acquisition,
monitoring, and a lot more.
.
This package contains the shared library.
Package: libindi-dev
Section: libdevel
Architecture: any
Depends: libindi1 (= ${binary:Version}), ${misc:Depends}, libusb-1.0-0-dev
Description: Instrument-Neutral Device Interface library -- development files
INDI (Instrument-Neutral Device Interface) is a distributed XML-based
control protocol designed to operate astronomical instrumentation.
INDI is small, flexible, easy to parse, scalable, and stateless.
It supports common DCS functions such as remote control, data acquisition,
monitoring, and a lot more.
.
This package contains development headers and libraries for the INDI library.
Package: libindi-data
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Instrument-Neutral Device Interface library -- shared data
INDI (Instrument-Neutral Device Interface) is a distributed XML-based
control protocol designed to operate astronomical instrumentation.
INDI is small, flexible, easy to parse, scalable, and stateless.
It supports common DCS functions such as remote control, data acquisition,
monitoring, and a lot more.
.
This package contains the data files for the INDI library.
Package: indi-bin
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libindi-data (>= ${source:Version})
Description: INDI server, drivers and tools
INDI (Instrument-Neutral Device Interface) is a distributed XML-based
control protocol designed to operate astronomical instrumentation.
INDI is small, flexible, easy to parse, scalable, and stateless.
It supports common DCS functions such as remote control, data acquisition,
monitoring, and a lot more.
.
This package contains the INDI server, the drivers for the supported
astronomical instrumentation, and other INDI tools.
Package: indi-dbg
Priority: extra
Section: debug
Architecture: any
Depends: libindi1 (= ${binary:Version}), ${misc:Depends}
Suggests: indi-bin (= ${binary:Version})
Pre-Depends: ${misc:Pre-Depends}
Description: Instrument-Neutral Device Interface library -- debug symbols
INDI (Instrument-Neutral Device Interface) is a distributed XML-based
control protocol designed to operate astronomical instrumentation.
INDI is small, flexible, easy to parse, scalable, and stateless.
It supports common DCS functions such as remote control, data acquisition,
monitoring, and a lot more.
.
This package contains the debug symbols for the INDI library and all the
utilities, useful to investigate problems in INDI.