File: control

package info (click to toggle)
google-oauth-client-java 1.34.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,604 kB
  • sloc: java: 6,050; xml: 2,286; python: 15; sh: 15; makefile: 4
file content (26 lines) | stat: -rw-r--r-- 1,149 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
Source: google-oauth-client-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Olek Wojnar <olek@debian.org>,
           Andreas Tille <tille@debian.org>,
Build-Depends: debhelper-compat (= 13),
               default-jdk,
               libgoogle-http-client-java (>= 1.41.8-2),
               libgrpc-java,
               maven-debian-helper,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/java-team/google-oauth-client-java.git
Vcs-Browser: https://salsa.debian.org/java-team/google-oauth-client-java
Homepage: https://github.com/googleapis/google-oauth-java-client

Package: libgoogle-oauth-client-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Suggests: ${maven:OptionalDepends}
Description: Google OAuth Client Library for Java
 Powerful and easy-to-use Java library for the OAuth 1.0a and OAuth 2.0
 authorization standards. The Google OAuth Client Library for Java is designed
 to work with any OAuth service on the web, not just with Google APIs. It is
 built on the Google HTTP Client Library for Java.