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
|
Source: libgadu
Section: libs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: dpkg-dev (>= 1.22.5),
# debianization tools
debhelper-compat (= 12), dpkg-dev (>= 1.16.1~),
# 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, graphviz
Build-Conflicts: autoconf2.13, automake1.4
Standards-Version: 4.5.0
Homepage: http://toxygen.net/libgadu/
Vcs-Git: https://salsa.debian.org/debian/libgadu.git
Vcs-Browser: https://salsa.debian.org/debian/libgadu
Rules-Requires-Root: no
Package: libgadu3t64
Provides: ${t64:Provides}
Replaces: libgadu3
Breaks: libgadu3 (<< ${source:Version})
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
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: libgadu-dev
Section: libdevel
Architecture: any
Depends: libgadu3t64 (= ${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
Multi-Arch: foreign
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.
|