File: control

package info (click to toggle)
libgadu 1%3A1.12.1-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,820 kB
  • ctags: 1,649
  • sloc: ansic: 21,459; perl: 370; makefile: 209; sh: 124
file content (73 lines) | stat: -rw-r--r-- 2,264 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
71
72
73
Source: libgadu
Section: libs
Priority: optional
Maintainer: Marcin Owsiany <porridge@debian.org>
Build-Depends:
# debianization tools
 debhelper (>= 9~), dpkg-dev (>= 1.16.1~), dh-autoreconf,
# build tools
 autoconf, automake, libtool, pkg-config, protobuf-c-compiler,
# to avoid using the embedded libprotobuf-c copy:
 libprotobuf-c-dev | libprotobuf-c0-dev,
# runtime dependencies
 libgnutls28-dev, zlib1g-dev, ca-certificates,
# build-time tests
 libxml2-dev,
# documentation building
 doxygen
Build-Conflicts: autoconf2.13, automake1.4
Standards-Version: 3.9.6
Homepage: http://toxygen.net/libgadu/
Vcs-Git: git://github.com/porridge/libgadu.git -b debian-1.12
Vcs-Browser: https://github.com/porridge/libgadu

Package: libgadu3
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Gadu-Gadu protocol library - runtime files
 Gadu-Gadu is an instant messaging program, very popular in
 Poland. libgadu is a Gadu-Gadu protocol implementation
 library.
 .
 This package contains the shared library.

Package: libgadu3-dbg
Section: debug
Priority: extra
Architecture: any
Depends: libgadu3 (= ${binary:Version}), ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Gadu-Gadu protocol library - debug symbols
 Gadu-Gadu is an instant messaging program, very popular in
 Poland. libgadu is a Gadu-Gadu protocol implementation
 library.
 .
 This package contains the debug symbols.

Package: libgadu-dev
Section: libdevel
Architecture: any
Depends: libgadu3 (= ${binary:Version}), ${misc:Depends},
# pkg-config needs gnutls (#765654)
 libgnutls28-dev
Pre-Depends: ${misc:Pre-Depends}
Description: Gadu-Gadu protocol library - development files
 Gadu-Gadu is an instant messaging program, very popular in
 Poland. libgadu is a Gadu-Gadu protocol implementation
 library.
 .
 This package contains the development files.

Package: libgadu-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Suggests: libgadu-dev
Description: Gadu-Gadu protocol library - documentation
 Gadu-Gadu is an instant messaging program, very popular in
 Poland. libgadu is a Gadu-Gadu protocol implementation
 library.
 .
 This package contains the documentation and example programs.