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
|
Source: libstrophe
Maintainer: Debian XMPP Maintainers <pkg-xmpp-devel@lists.alioth.debian.org>
Uploaders: Tomasz Buchert <tomasz@debian.org>,
Dariusz Dwornikowski <darek@debian.org>,
Martin Dosch <martin@mdosch.de>
Section: libs
Priority: optional
Build-Depends: check,
debhelper-compat (= 13),
doxygen,
libexpat1-dev,
libssl-dev,
pkgconf,
zlib1g-dev
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/xmpp-team/libstrophe
Vcs-Git: https://salsa.debian.org/xmpp-team/libstrophe.git
Homepage: http://strophe.im/
Rules-Requires-Root: no
Package: libstrophe-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libexpat1-dev,
libssl-dev,
libstrophe0 (= ${binary:Version}),
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Library for writing XMPP clients - development files
libstrophe is a lightweight XMPP client library written in C.
It has minimal dependencies and is configurable for various environments.
.
This package contains the development files.
Package: libstrophe0
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Library for writing XMPP clients - shared library
libstrophe is a lightweight XMPP client library written in C.
It has minimal dependencies and is configurable for various environments.
.
This package contains the shared library.
Package: libstrophe-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Breaks: libstrophe-dev (<< 0.14.0-2~)
Replaces: libstrophe-dev (<< 0.14.0-2~)
Description: Library for writing XMPP clients - documentation
libstrophe is a lightweight XMPP client library written in C.
It has minimal dependencies and is configurable for various environments.
.
This package contains the documentation files.
|