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
|
Source: golang-github-google-go-github
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Patrick O'Doherty <p@trickod.com>,
Dr. Tobias Quathamer <toddy@debian.org>,
Anthony Fok <foka@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any (>= 2:1.13~),
golang-github-google-go-cmp-dev (>= 0.5.9~),
golang-github-google-go-querystring-dev (>= 1.1.0~),
golang-golang-x-crypto-dev,
golang-golang-x-oauth2-google-dev,
media-types
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-google-go-github
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-google-go-github.git
Homepage: https://github.com/google/go-github
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/google/go-github
Package: golang-github-google-go-github-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
golang-github-google-go-cmp-dev (>= 0.5.9~),
golang-github-google-go-querystring-dev (>= 1.1.0~),
golang-golang-x-crypto-dev,
golang-golang-x-oauth2-google-dev,
media-types
Description: Go library for accessing the GitHub API
go-github is a Go client library for accessing the GitHub API v3
(https://developer.github.com/v3/).
|