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 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
Source: vpb-driver
Section: comm
Priority: optional
Maintainer: Ron Lee <ron@debian.org>
Build-Depends: debhelper (>= 5.0.24), po-debconf, bzip2, zlib1g-dev, libpci-dev | pciutils-dev
Build-Depends-Indep: doxygen, graphviz
Standards-Version: 3.9.6.0
Package: vpb-driver-source
Section: kernel
Architecture: all
Depends: module-assistant, debhelper (>>4.0.0), make, bzip2
Description: Voicetronix telephony hardware driver source
This package provides the source code for the Voicetronix kernel modules.
Kernel source or headers are required to compile these modules.
.
To build a binary module package to suit your running kernel, do:
m-a a-i vpb-driver
Package: vpb-utils
Section: comm
Architecture: any
Depends: ${shlibs:Depends}
Description: Voicetronix telephony hardware userspace tools
This package provides the userspace support utilities for Voicetronix
telephony hardware.
Package: libvpb0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: vpb-driver-source
Suggests: vpb-utils
Description: Voicetronix telephony hardware userspace interface library
This package provides the userspace support library for Voicetronix telephony
hardware.
Package: libvpb-dev
Section: libdevel
Architecture: any
Depends: libvpb0 (= ${binary:Version})
Description: Voicetronix telephony hardware userspace library development files
This package provides the necessary headers and library support files for
building applications that use libvpb.
Package: libvpb-doc
Section: doc
Architecture: all
Suggests: vpb-driver-source, libvpb-dev
Description: Voicetronix telephony interface library documentation
This package provides the developer documentation for the Voicetronix
telephony library.
Package: libvpb-dbg
Section: debug
Priority: extra
Architecture: any
Depends: libvpb0 (= ${binary:Version})
Description: debugging symbols for libvpb and vpb-utils
This package provides the detached debug symbols for the vpb-driver userspace
library and utilities.
|