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
|
Source: jreen
Section: libs
Priority: optional
Maintainer: Stefan Ahlers <stef.ahlers@t-online.de>
Build-Depends: cmake,
debhelper (>= 9),
libgsasl7-dev,
libidn11-dev,
libqca-qt5-2-dev,
qtbase5-dev,
zlib1g-dev,
libqjdns-qt5-dev,
libjdns-dev
Standards-Version: 3.9.8
Homepage: https://qutim.org/jreen
Vcs-Git: git://github.com/justin-time/libjreen.git
Vcs-Browser: https://github.com/justin-time/libjreen
Package: libjreen-qt5-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libjreen-qt5-1 (= ${binary:Version}),
${misc:Depends}
Description: powerful Jabber/XMPP library (Qt5 build) - development files
Jreen is a lightweight XMPP library, implementing a large amount
of protocol extensions (XEP). It is fit with Qt coding paradigms,
so a Qt5 application developer can easily use any XMPP features.
.
This package provides development headers for the library.
Package: libjreen-qt5-1
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends}
Description: powerful Jabber/XMPP library implemented in Qt5/C++
Jreen is a lightweight XMPP library, implementing a large amount
of protocol extensions (XEP). It is fit with Qt coding paradigms,
so a Qt5 application developer can easily use any XMPP features.
Package: libjreen-qt5-dbg
Section: debug
Architecture: any
Priority: extra
Multi-Arch: same
Depends: libjreen-qt5-1 (= ${binary:Version}), ${misc:Depends}
Description: powerful Jabber/XMPP library (Qt5 build) - debugging symbols
Jreen is a lightweight XMPP library, implementing a large amount
of protocol extensions (XEP). It is fit with Qt coding paradigms,
so a Qt5 application developer can easily use any XMPP features.
.
This package contains the debugging symbols for debugging crashes in the
jreen library
|