File: control

package info (click to toggle)
qoauth 2.0.1~1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 404 kB
  • ctags: 183
  • sloc: cpp: 1,619; ansic: 11; sh: 10; makefile: 9
file content (36 lines) | stat: -rw-r--r-- 1,329 bytes parent folder | download
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
Source: qoauth
Priority: extra
Maintainer: Noah Meyerhans <noahm@debian.org>
Uploaders: Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Build-Depends: debhelper (>= 9.20120909),
               libqca-qt5-2-dev,
               libqca-qt5-2-plugins,
               pkg-kde-tools,
               qtbase5-dev
Standards-Version: 3.9.8
Section: libs
Homepage: http://wiki.github.com/ayoy/qoauth/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/qoauth.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/qoauth.git

Package: libqoauth-dev
Section: libdevel
Architecture: any
Depends: libqca-qt5-2-dev, libqoauth2 (= ${binary:Version}), ${misc:Depends}
Description: Qt5-based OAuth implementation development headers
 QOAuth is a Qt5-based C++ implementation of an interface to services
 using the OAuth authorization scheme.
 .
 OAuth is described in detail at http://oauth.net/
 .
 This package contains the headers required for building programs that
 use QOauth.

Package: libqoauth2
Architecture: any
Depends: libqca-qt5-2-plugins, ${misc:Depends}, ${shlibs:Depends}
Description: Qt5-based client implementation of the OAuth authorization scheme
 QOAuth is a Qt5-based C++ implementation of an interface to services
 using OAuth authorization scheme.
 .
 OAuth is described in detail at http://oauth.net/