File: control

package info (click to toggle)
golang-golang-x-oauth2 0.30.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 784 kB
  • sloc: makefile: 17
file content (45 lines) | stat: -rw-r--r-- 1,574 bytes parent folder | download | duplicates (2)
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
Source: golang-golang-x-oauth2
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Martina Ferrari <tina@debian.org>,
 Michael Stapelberg <stapelberg@debian.org>,
 Tim Potter <tpot@hpe.com>,
 Anthony Fok <foka@debian.org>,
 Guillem Jover <gjover@sipwise.com>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 golang-any (>= 2:1.18~),
 golang-github-google-go-cmp-dev (>= 0.5.9),
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-golang-x-oauth2
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-golang-x-oauth2.git
Homepage: https://golang.org/x/oauth2
XS-Go-Import-Path: golang.org/x/oauth2

Package: golang-golang-x-oauth2-dev
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: make OAuth2 authorized and authenticated HTTP requests
 Package oauth2 provides support for making OAuth2 authorized and authenticated
 HTTP requests. It can additionally grant authorization with Bearer JWT.

Package: golang-golang-x-oauth2-google-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-golang-x-oauth2-dev (= ${source:Version}),
 golang-google-cloud-compute-metadata-dev (>= 0.56.0~),
 ${misc:Depends},
Suggests:
 golang-google-appengine-dev,
Description: Google APIs support for OAuth2
 Package oauth2/google provides support for making OAuth2 authorized and
 authenticated HTTP requests against Google APIs. It can additionally grant
 authorization with Bearer JWT.