swig deprecated BOTH in favor of INOUT
[comedilib.git] / debian / control
1 Source: comedilib
2 Section: devel
3 Priority: optional
4 Maintainer: David Schleef <ds@schleef.org>
5 Build-Depends: debhelper, python-dev, docbook-utils
6 Standards-Version: 3.5.10
7
8 Package: libcomedi-dev
9 Section: libdevel
10 Architecture: any
11 Depends: libcomedi0 (= ${Source-Version}), libc6-dev
12 Conflicts: libcomedi0 (<= 0.7.19.1-1)
13 Replaces: libcomedi0 (<= 0.7.19.1-1)
14 Description: Development library for Comedi
15  Comedilib is a library for using Comedi, a driver interface for data
16  acquisition hardware.
17  .
18  This package contains headers, static libraries, documentation, and
19  examples for writing software that uses the Comedilib library.  You
20  only need to install it if you plan to develop or compile software
21  that uses Comedilib.
22
23 Package: libcomedi0
24 Section: libs
25 Architecture: any
26 Depends: makedev (>=2.3.1-56), ${shlibs:Depends}
27 Description: Library for Comedi
28  Comedilib is a library for using Comedi, a driver interface for data
29  acquisition hardware.  Comedi supports a wide variety of ISA and PCI
30  devices that contain analog-to-digital converters, digital-to-analog
31  converters, digital input/output, counters and timers.  The full list
32  of support devices can be found in the libcomedi-dev documentation.
33  .
34  This package contains the shared library component of Comedilib.  In
35  general, this package will be automatically installed as a dependency
36  of application or other library packages.
37  .
38  In order to effectively use this package, you need to have compiled
39  and installed the Comedi kernel modules.  The source for Comedi is
40  available in the comedi-source package, which also contains
41  instructions on how to compile and install the modules.
42
43 Package: python-comedilib
44 Section: python
45 Architecture: any
46 Depends: ${shlibs:Depends}
47 Description: Python wrapper for Comedilib
48  Comedilib is a library for using Comedi, a driver interface for data
49  acquisition hardware.  See the libcomedi0 package for more information.
50