comedilib/debian/control

51 lines
1.9 KiB
Text
Raw Normal View History

2000-03-30 00:00:17 +00:00
Source: comedilib
Section: devel
Priority: optional
2000-09-05 18:09:31 +00:00
Maintainer: David Schleef <ds@schleef.org>
2003-08-16 00:16:32 +00:00
Build-Depends: debhelper, python-dev, docbook-utils
2003-08-16 00:42:41 +00:00
Standards-Version: 3.5.10
2000-03-30 00:00:17 +00:00
Package: libcomedi-dev
2003-05-02 23:47:47 +00:00
Section: libdevel
2000-03-30 00:00:17 +00:00
Architecture: any
Depends: libcomedi0 (= ${Source-Version}), libc6-dev
2003-06-05 22:15:12 +00:00
Conflicts: libcomedi0 (<= 0.7.19.1-1)
Replaces: libcomedi0 (<= 0.7.19.1-1)
2002-01-14 21:28:15 +00:00
Description: Development library for Comedi
2000-03-30 00:00:17 +00:00
Comedilib is a library for using Comedi, a driver interface for data
acquisition hardware.
2003-08-16 00:42:41 +00:00
.
This package contains headers, static libraries, documentation, and
examples for writing software that uses the Comedilib library. You
only need to install it if you plan to develop or compile software
that uses Comedilib.
2000-03-30 00:00:17 +00:00
Package: libcomedi0
2001-03-13 09:32:57 +00:00
Section: libs
2000-03-30 00:00:17 +00:00
Architecture: any
2002-01-14 21:28:15 +00:00
Depends: makedev (>=2.3.1-56), ${shlibs:Depends}
2000-03-30 00:00:17 +00:00
Description: Library for Comedi
Comedilib is a library for using Comedi, a driver interface for data
2003-08-16 00:42:41 +00:00
acquisition hardware. Comedi supports a wide variety of ISA and PCI
devices that contain analog-to-digital converters, digital-to-analog
converters, digital input/output, counters and timers. The full list
of support devices can be found in the libcomedi-dev documentation.
.
This package contains the shared library component of Comedilib. In
general, this package will be automatically installed as a dependency
of application or other library packages.
.
In order to effectively use this package, you need to have compiled
and installed the Comedi kernel modules. The source for Comedi is
available in the comedi-source package, which also contains
instructions on how to compile and install the modules.
2003-06-04 02:47:15 +00:00
Package: python-comedilib
Section: python
Architecture: any
2003-08-16 00:16:32 +00:00
Depends: ${shlibs:Depends}
2003-06-04 02:47:15 +00:00
Description: Python wrapper for Comedilib
Comedilib is a library for using Comedi, a driver interface for data
2003-08-16 00:42:41 +00:00
acquisition hardware. See the libcomedi0 package for more information.
2003-06-04 02:47:15 +00:00