File: control

package info (click to toggle)
spandsp 0.0.6%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 15,796 kB
  • sloc: ansic: 123,211; xml: 13,229; sh: 12,189; cpp: 1,521; makefile: 1,097
file content (70 lines) | stat: -rw-r--r-- 2,378 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
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
Source: spandsp
Section: libs
Priority: optional
Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
Uploaders: Mark Purcell <msp@debian.org>,
           Tzafrir Cohen <tzafrir@debian.org>
Build-Depends: debhelper (>= 11~),
               docbook-xml,
               docbook-xsl,
               doxygen,
               libfftw3-dev,
               libjpeg-dev,
               libpcap0.8-dev,
               libsndfile1-dev,
               libtiff-dev | libtiff5-dev,
               libtiff-tools,
               libtool,
               libxml2-dev,
               netpbm,
               sox,
               xsltproc
Rules-Requires-Root: no
Standards-Version: 4.3.0
Homepage: https://www.soft-switch.org/installing-spandsp.html
Vcs-Git: https://salsa.debian.org/pkg-voip-team/spandsp.git
Vcs-Browser: https://salsa.debian.org/pkg-voip-team/spandsp

Package: libspandsp2
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Multi-Arch: same
Description: Telephony signal processing library
 spandsp is a low-level signal processing library that modulate and demodulate
 signals commonly used in telephony, such as the "noise" generated by a
 fax modem or DTMF touchpad.
 .
 This package contains the shared library.

Package: libspandsp-dev
Section: libdevel
Architecture: any
Depends: libjpeg-dev,
         libspandsp2 (= ${binary:Version}),
         libtiff-dev | libtiff5-dev,
         ${misc:Depends}
Breaks: libspandsp-doc (<< 0.0.6+dfsg-2)
Replaces: libspandsp-doc (<< 0.0.6+dfsg-2)
Multi-Arch: same
Description: Telephony signal processing library - development headers
 spandsp is a low-level signal processing library that modulates and demodulates
 signals commonly used in telephony, such as the "noise" generated by a
 fax modem or DTMF touchpad.
 .
 This package contains the static library and development headers.

Package: libspandsp-doc
Section: doc
Depends: libjs-jquery,
         ${misc:Depends}
Breaks: libspandsp-dev (<< 0.0.6+dfsg-2)
Replaces: libspandsp-dev (<< 0.0.6+dfsg-2)
Architecture: all
Multi-Arch: foreign
Description: Documentation for the spandsp signal processing library
 spandsp is a low-level signal processing library that modulates and demodulates
 signals commonly used in telephony, such as the "noise" generated by a
 fax modem or DTMF touchpad.
 .
 This package contains the online API in HTML.