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
|
Source: libphidgets
Section: libs
Priority: optional
Maintainer: martin f. krafft <madduck@debian.org>
Build-Depends: debhelper (>= 4.1.16), libhid-dev, libncurses5-dev, swig, python-dev, gcc (>= 4:3.0), pkg-config, libtool, docbook-xsl, python-support (>= 0.3) , po-debconf
Standards-Version: 3.7.2
Package: libphidgets-dev
Section: libdevel
Architecture: any
Depends: libphidgets0 (= ${Source-Version}), libhid-dev
Suggests: pkg-config
Description: Phidgets development files
libphidgets provides a generic and flexible way to access and interact with
the various Phidget devices (http://www.phidgets.com). It is based on libhid
and thus does not require HID support in the kernel.
.
This package provides the development files and static library for
libphidgets. You need this if you want to develop an application with the
library.
Package: libphidgets0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, po-debconf, adduser, ucf (>= 0.8)
Suggests: hotplug (>= 0.0.20040329-8)
Description: Phidgets access library
libphidgets provides a generic and flexible way to access and interact with
the various Phidget devices (http://www.phidgets.com). It is based on libhid
and thus does not require HID support in the kernel.
.
This package provides the runtime library for libphidgets.
Package: python-phidgets
Section: python
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}
Provides: ${python:Provides}
Description: Phidgets access library
libphidgets provides a generic and flexible way to access and interact with
the various Phidget devices (http://www.phidgets.com). It is based on libhid
and thus does not require HID support in the kernel.
.
This package provides a Python wrapper for libphidgets.
|