File: control

package info (click to toggle)
golang-github-xanzy-ssh-agent 0.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 96 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 914 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
Source: golang-github-xanzy-ssh-agent
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Dr. Tobias Quathamer <toddy@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-golang-x-crypto-dev
Standards-Version: 4.5.0
Homepage: https://github.com/xanzy/ssh-agent
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-xanzy-ssh-agent
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-xanzy-ssh-agent.git
XS-Go-Import-Path: github.com/xanzy/ssh-agent
Testsuite: autopkgtest-pkg-go

Package: golang-github-xanzy-ssh-agent-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-golang-x-crypto-dev
Description: Go library for creating SSH agents
 Create a new agent.Agent on any type of OS from any Go
 application.