File: control

package info (click to toggle)
mangler 1.2.5-4.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 9,908 kB
  • sloc: ansic: 65,412; sh: 11,081; cpp: 10,805; makefile: 143
file content (59 lines) | stat: -rw-r--r-- 1,819 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
Source: mangler
Section: net
Priority: optional
Maintainer: Vincent Cheng <vcheng@debian.org>
Build-Depends:
 debhelper (>= 9),
 dh-autoreconf,
 libasound2-dev [linux-any],
 libdbus-glib-1-dev,
 libespeak-dev,
 libgsm1-dev,
 libgtkmm-2.4-dev,
 libopus-dev,
 libpulse-dev,
 librsvg2-common,
 libspeex-dev,
 libxosd-dev
Standards-Version: 3.9.8
Homepage: http://www.mangler.org
Vcs-Svn: svn://anonscm.debian.org/collab-maint/deb-maint/mangler/trunk
Vcs-Browser: https://anonscm.debian.org/viewvc/collab-maint/deb-maint/mangler/trunk

Package: mangler
Architecture: any
Depends:
 libventrilo3-0 (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends}
Description: Ventrilo compatible client for Linux
 Mangler is an open source VOIP client capable of connecting to Ventrilo 3.x
 servers. It is capable of performing almost all standard user functionality
 found in a Windows Ventrilo client.

Package: libventrilo3-0
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Breaks: mangler (<< 1.2.2-1)
Replaces: mangler (<< 1.2.2-1)
Description: library for communicating with Ventrilo servers
 libventrilo is a networking library for communicating with Ventrilo
 servers. It performs audio encoding/decoding, signal processing and network
 communications.

Package: libventrilo-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libventrilo3-0 (= ${binary:Version}), ${misc:Depends}
Breaks: mangler (<< 1.2.2-1)
Replaces: mangler (<< 1.2.2-1)
Description: library for communicating with Ventrilo servers (development)
 libventrilo is a networking library for communicating with Ventrilo
 servers. It performs audio encoding/decoding, signal processing and network
 communications.
 .
 This package contains the development headers.