-
Notifications
You must be signed in to change notification settings - Fork 393
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid conflict with removed indi-3rdparty drivers
- Loading branch information
Showing
1 changed file
with
54 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,21 +3,21 @@ Section: misc | |
Priority: optional | ||
Maintainer: Jasem Mutlaq <[email protected]> | ||
Build-Depends: debhelper (>= 9), | ||
cdbs, | ||
cmake (>= 3.0), | ||
libcfitsio-dev, | ||
libnova-dev, | ||
libusb-1.0-0-dev, | ||
zlib1g-dev, | ||
libjpeg-dev, | ||
libgsl-dev, | ||
libcurl4-gnutls-dev, | ||
libtheora-dev, | ||
libogg-dev, | ||
libfftw3-dev, | ||
libev-dev, | ||
librtlsdr-dev, | ||
libxisf-dev, | ||
cdbs, | ||
cmake (>= 3.0), | ||
libcfitsio-dev, | ||
libnova-dev, | ||
libusb-1.0-0-dev, | ||
zlib1g-dev, | ||
libjpeg-dev, | ||
libgsl-dev, | ||
libcurl4-gnutls-dev, | ||
libtheora-dev, | ||
libogg-dev, | ||
libfftw3-dev, | ||
libev-dev, | ||
librtlsdr-dev, | ||
libxisf-dev, | ||
Standards-Version: 3.9.5 | ||
Homepage: http://www.indilib.org/ | ||
Vcs-Git: git://github.com/indilib/indi.git | ||
|
@@ -31,52 +31,54 @@ 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. | ||
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. | ||
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. | ||
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}) | ||
conflicts: indi-astrolin4, indi-astromechfoc, indi-dreamfocuser, indi-spectracyber | ||
replaces: indi-astrolin4, indi-astromechfoc, indi-dreamfocuser, indi-spectracyber | ||
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. | ||
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 | ||
|
@@ -86,12 +88,11 @@ 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. | ||
|
||
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. |