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 74 75 76 77 78 79 80
|
Source: gloox
Section: libs
Priority: optional
Maintainer: Vincent Cheng <vcheng@debian.org>
Build-Depends:
debhelper (>= 9),
dh-autoreconf,
doxygen,
graphviz,
gsfonts,
libgnutls28-dev,
libidn11-dev,
zlib1g-dev
Standards-Version: 3.9.8
Homepage: http://camaya.net/gloox/
Vcs-Svn: svn://anonscm.debian.org/collab-maint/deb-maint/gloox/trunk
Vcs-Browser: https://anonscm.debian.org/viewvc/collab-maint/deb-maint/gloox/trunk
Package: libgloox-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libgloox15 (= ${binary:Version}),
libgnutls28-dev,
libidn11-dev,
${misc:Depends}
Description: C++ jabber/xmpp library (devel)
A C++ Jabber/XMPP library that takes care of low level protocol stuff.
Additionally, it offers high level interfaces for interaction with an
XMPP server.
.
It is a fully compliant XMPP Core and supports various JEPs, mainly
those needed to implement a XMPP IM client.
.
This package contains files needed for development with this library.
Package: libgloox15
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: C++ jabber/xmpp library
A C++ Jabber/XMPP library that takes care of low level protocol stuff.
Additionally, it offers high level interfaces for interaction with an
XMPP server.
.
It is a fully compliant XMPP Core and supports various JEPs, mainly
those needed to implement a XMPP IM client.
Package: libgloox-dbg
Priority: extra
Section: debug
Architecture: any
Multi-Arch: same
Depends: libgloox-dev (= ${binary:Version}), ${misc:Depends}
Description: C++ jabber/xmpp library (debug symbols)
A C++ Jabber/XMPP library that takes care of low level protocol stuff.
Additionally, it offers high level interfaces for interaction with an
XMPP server.
.
It is a fully compliant XMPP Core and supports various JEPs, mainly
those needed to implement a XMPP IM client.
.
This package contains symbols for debugging programs using this library.
Package: libgloox-doc
Priority: extra
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: C++ jabber/xmpp library (API documentation)
A C++ Jabber/XMPP library that takes care of low level protocol stuff.
Additionally, it offers high level interfaces for interaction with an
XMPP server.
.
It is a fully compliant XMPP Core and supports various JEPs, mainly
those needed to implement a XMPP IM client.
.
This package contains API documentation for this library.
|