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
|
Source: libapogee3
Section: libs
Priority: optional
Maintainer: Debian Astronomy Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13)
, cmake
, libindi-dev
, libcurl4-gnutls-dev
, libusb-1.0-0-dev
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/indilib/indi-3rdparty/tree/master/libapogee
Vcs-Browser: https://salsa.debian.org/debian-astro-team/libapogee3
Vcs-Git: https://salsa.debian.org/debian-astro-team/libapogee3.git
Package: libapogee3t64
Provides: ${t64:Provides}
Replaces: libapogee3
Conflicts: libapogee3 (<< ${source:Version})
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Apogee Library for camera control
This package contains the standalone version of the Apogee device drivers
for Linux. It is primarily intended for developers wishing to add Apogee
camera control options to their software. It can also be used to control
Apogee CCDs and Filter Wheels.
.
This package includes the library.
Package: libapogee-dev
Section: libdevel
Architecture: any
Depends: libapogee3t64 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Apogee Library for camera control, development headers
This package contains the standalone version of the Apogee device drivers
for Linux. It is primarily intended for developers wishing to add Apogee
camera control options to their software. It can also be used to control
Apogee CCDs and Filter Wheels.
.
This package includes development headers.
|