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
|
Source: libticables3
Section: libs
Priority: optional
Maintainer: Julien BLACHE <jblache@debian.org>
Standards-Version: 3.5.6
Build-Depends: tidev-modules-source (>= 0.3-1), libusb-dev (>= 1:0.1.5-2), debhelper (>= 2.1.0), automake1.5, autoconf, libtool, gettext
Package: libticables3-dev
Section: devel
Architecture: any
Depends: libticables3 (= ${Source-Version}), libusb-dev (>= 1:0.1.5-2), tidev-modules-source (>= 0.3-1), libc6-dev
Conflicts: libticables-dev, libticables2-dev
Description: Support library for Texas Instruments link cables [development files]
This library provides functions to use Texas Instruments link cables for TI
calculators. It currently supports all cables on i386, including the USB one.
Supported cables may vary depending on your architecture.
.
The serial (home-made, BlackLink), parallel and USB cables may require your
users to run your software with root privileges. You can avoid this by
installing the three kernel modules supporting these cables. The source of
these modules are provided in the tidev-modules-source package. It will produce
a Debian package containing the three binary modules, compiled for your running
kernel.
.
This package contains the files needed to develop a software that will
use the libticables (headers, static objects, automake macros, etc...), along
with the documentation of the libticables.
Package: libticables3
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: libticables, libticables2
Suggests: tidev-modules-source
Description: Support library for Texas Instruments link cables
This library provides functions to use Texas Instruments link cables for TI
calculators. It currently supports all cables on i386, including the USB one.
Supported cables may vary depending on your architecture.
.
The serial (home-made, BlackLink), parallel and USB cables may require your
users to run your software with root privileges. You can avoid this by
installing the three kernel modules supporting these cables. The source of
these modules are provided in the tidev-modules-source package. It will produce
a Debian package containing the three binary modules, compiled for your running
kernel.
.
The documentation and development files are included in the libticables3-dev
package.
|