File: control

package info (click to toggle)
comedi 0.7.76%2B20080817cvs-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 7,660 kB
  • ctags: 14,259
  • sloc: ansic: 104,304; sh: 1,417; makefile: 625; perl: 457
file content (34 lines) | stat: -rw-r--r-- 1,412 bytes parent folder | download
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
Source: comedi
Section: admin
Priority: extra
Maintainer: Gudjon I. Gudjonsson <gudjon@gudjon.org>
Build-Depends: debhelper (>= 5), bzip2
Standards-Version: 3.8.0
Homepage: http://www.comedi.org/

Package: comedi-source
Section: admin
Architecture: all
Depends: module-assistant, debhelper (>= 5), libtool (<< 2.0), bzip2,
 module-init-tools
Suggests: kernel-package, libcomedi0
Description: Comedi kernel module source
 Comedi (Control and Measurement Device Interface) is a collection
 of device drivers for data acquisition devices.  This includes
 most devices that have analog-to-digital (A/D) converters,
 digital-to-analog (D/A) converters, raw digital I/O, digital
 counters, and timers.  Well-known manufacturers include National
 Instruments, Data Translation, and Measurement Computing.  A list
 of supported devices can be found in /usr/share/doc/comedi-source/.
 These drivers are not included in the Linux kernel source, so if
 you want to use these devices with Debian, you should install this
 package and compile the modules.
 .
 The packages libcomedi0 and libcomedi-dev contain documentation
 about Comedi and Comedilib.
 .
 In order to compile these modules, you will need either the kernel
 sources or the Debian kernel-headers and kernel-image packages.  For
 compile instructions, look at /usr/share/doc/comedi-source/README.Debian
 or the documentation for the module-assistant utility.