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 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133
|
Source: libindi
Section: misc
Priority: optional
Maintainer: Debian Krap Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Pino Toscano <pino@debian.org>, Maximiliano Curia <maxy@debian.org>
Build-Depends: cmake (>= 2.6~),
debhelper (>= 9),
libcfitsio-dev,
libcurl4-gnutls-dev,
libgsl-dev,
libjpeg-dev,
libnova-dev (>= 0.16),
libusb-1.0-0-dev,
pkg-config,
pkg-kde-tools (>= 0.12),
zlib1g-dev
Standards-Version: 3.9.8
Homepage: http://www.indilib.org/
Vcs-Git: git://anonscm.debian.org/pkg-kde/krap/libindi.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-kde/krap/libindi.git
Package: libindi1
Section: libs
Architecture: any
Depends: libindi-data (>= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Suggests: indi-bin (>= ${source:Version})
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: Instrument-Neutral Device Interface library -- client 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 client shared library.
Package: libindidriver1
Section: libs
Architecture: any
Depends: libindi-data (>= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: Instrument-Neutral Device Interface library -- driver 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 driver shared library.
Package: libindialignmentdriver1
Section: libs
Architecture: any
Depends: libindi-plugins (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: Instrument-Neutral Device Interface library -- alignment driver lib
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 alignment driver shared library.
Package: libindi-plugins
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: Instrument-Neutral Device Interface library -- plugins
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 binary plugins.
Package: libindi-dev
Section: libdevel
Architecture: any
Depends: libcfitsio-dev,
libindi1 (= ${binary:Version}),
libindialignmentdriver1 (= ${binary:Version}),
libindidriver1 (= ${binary:Version}),
libusb-1.0-0-dev,
${misc:Depends}
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: libindi-data (>= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
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.
|