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
|
Source: git-credential-oauth
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: M Hickford <mirth.hickford@gmail.com>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-golang-x-oauth2-dev (>=0.13.0)
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/git-credential-oauth
Vcs-Git: https://salsa.debian.org/go-team/packages/git-credential-oauth.git
Homepage: https://github.com/hickford/git-credential-oauth
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/hickford/git-credential-oauth
Package: git-credential-oauth
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Enhances: git
Recommends: xdg-utils
Built-Using: ${misc:Built-Using}
Static-Built-Using: ${misc:Static-Built-Using}
Description: Git credential helper for GitHub and other forges using OAuth
A Git credential helper that authenticates to GitHub, GitLab, BitBucket and
other forges using OAuth. The first time you push, the helper will open a
browser window to authenticate. Subsequent pushes within the cache timeout
require no interaction.
|