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 81 82 83 84 85 86 87
|
Source: qtnetworkauth-everywhere-src
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Scarlett Moore <sgmoore@kde.org>,
Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>,
Timo Jyrinki <timo@debian.org>,
Dmitry Shachnev <mitya57@debian.org>,
Simon Quigley <tsimonq2@debian.org>,
Patrick Franz <deltaone@debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper-compat (= 13),
pkg-kde-tools,
qtbase5-dev (>= 5.15.17+dfsg~),
qtbase5-private-dev (>= 5.15.17+dfsg~)
Build-Depends-Indep: qdoc-qt5 (>= 5.15.17~) <!nodoc>,
qhelpgenerator-qt5 (>= 5.15.17~) <!nodoc>,
qtattributionsscanner-qt5 (>= 5.15.17~) <!nodoc>
Standards-Version: 4.7.2
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/qt-kde-team/qt/qtnetworkauth
Vcs-Git: https://salsa.debian.org/qt-kde-team/qt/qtnetworkauth.git
Homepage: https://doc.qt.io/qt-5/qtnetworkauth-index.html
Package: qtnetworkauth5-doc
Build-Profiles: <!nodoc>
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Description: online account access for Qt apps - documentation
Qt Network Authorization provides a set of APIs that enable Qt
applications to obtain limited access to online accounts and HTTP
services without exposing users' passwords.
.
This package contains the documentation for QtNetworkAuth.
Package: qtnetworkauth5-doc-html
Build-Profiles: <!nodoc>
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Description: online account access for Qt apps - HTML Documentation
Qt Network Authorization provides a set of APIs that enable Qt
applications to obtain limited access to online accounts and HTTP
services without exposing users' passwords.
.
This package contains the HTML documentation for QtNetworkAuth.
Package: libqt5networkauth5-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libqt5networkauth5 (= ${binary:Version}), qtbase5-dev, ${misc:Depends}
Description: online account access for Qt apps - Development Files
Qt Network Authorization provides a set of APIs that enable Qt
applications to obtain limited access to online accounts and HTTP
services without exposing users' passwords.
.
This package contains the development files needed to build Qt 5 applications
using the QtNetworkAuth library.
Package: qtnetworkauth5-examples
Architecture: any
Multi-Arch: same
Depends: libqt5networkauth5 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: online account access for Qt apps - Examples
Qt Network Authorization provides a set of APIs that enable Qt
applications to obtain limited access to online accounts and HTTP
services without exposing users' passwords.
.
This package contains the examples for Qt's NetworkAuth submodule.
Package: libqt5networkauth5
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: online account access for Qt apps - Library
Qt Network Authorization provides a set of APIs that enable Qt
applications to obtain limited access to online accounts and HTTP
services without exposing users' passwords.
.
This package contains the QtNetworkAuth libraries.
|