summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: e61a8a00acb8a19e77bccfab5f1138bc53f3aa0c (plain)
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
Source: golang-github-coreos-go-oidc-v3
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Original-Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Leo Antunes <costela@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-golang-x-net-dev,
               golang-golang-x-oauth2-google-dev,
               golang-gopkg-square-go-jose.v2-dev
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-coreos-go-oidc-v3
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-coreos-go-oidc-v3.git
Homepage: https://github.com/coreos/go-oidc
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/coreos/go-oidc/v3

Package: golang-github-coreos-go-oidc-v3-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-golang-x-net-dev,
         golang-golang-x-oauth2-google-dev,
         golang-gopkg-square-go-jose.v2-dev,
         ${misc:Depends}
Description: Go libraries for implementing OIDC clients and servers (library)
 This package provides a comprehensive collection of golang libraries
 for other projects to implement OpenID Connect (OIDC) server and
 client components.