File: control

package info (click to toggle)
libcmtspeechdata 2.1.1%2Bgit20160721~8efc468-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 640 kB
  • sloc: ansic: 4,657; makefile: 156; sh: 8
file content (74 lines) | stat: -rw-r--r-- 2,832 bytes parent folder | download | duplicates (2)
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
63
64
65
66
67
68
69
70
71
72
73
74
Source: libcmtspeechdata
Section: libs
Priority: extra
Maintainer: Sebastian Reichel <sre@debian.org>
Build-Depends: check,
               debhelper (>= 10~),
               doxygen,
               libdbus-1-dev,
               libpulse-dev (>= 9.0)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-n900/libcmtspeechdata.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-n900/libcmtspeechdata.git

Package: libcmtspeechdata0
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: modem speech data handling library
 libcmtspeechdata is the userspace side for Nokia's CMT Speech Data SSI
 protocol. The library  provides an application interface for implementing the
 speech data path for cellular voice calls. IT does not contain any
 functionality for setting up and managing the call signaling path.
 .
 The library will access the hardware using /dev/cmt_speech.
 .
 This package contains the shared library.

Package: libcmtspeechdata-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
         libcmtspeechdata0 (= ${binary:Version})
Suggests: libcmtspeechdata-doc
Description: modem speech data handling library (devel files)
 libcmtspeechdata is the userspace side for Nokia's CMT Speech Data SSI
 protocol. The library  provides an application interface for implementing the
 speech data path for cellular voice calls. IT does not contain any
 functionality for setting up and managing the call signaling path.
 .
 The library will access the hardware using /dev/cmt_speech.
 .
 This package contains the shared library's development files.

Package: libcmtspeechdata-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: modem speech data handling library (documentation)
 libcmtspeechdata is the userspace side for Nokia's CMT Speech Data SSI
 protocol. The library  provides an application interface for implementing the
 speech data path for cellular voice calls. IT does not contain any
 functionality for setting up and managing the call signaling path.
 .
 The library will access the hardware using /dev/cmt_speech.
 .
 This package contains the shared library's documentation files.

Package: libcmtspeechdata-utils
Section: misc
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: modem speech data handling library (utils)
 libcmtspeechdata is the userspace side for Nokia's CMT Speech Data SSI
 protocol. The library  provides an application interface for implementing the
 speech data path for cellular voice calls. IT does not contain any
 functionality for setting up and managing the call signaling path.
 .
 The library will access the hardware using /dev/cmt_speech.
 .
 This package contains small binary utils, that are part of the source package.