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
|
Source: golang-github-pkg-sftp
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Build-Depends: debhelper (>= 9),
dh-golang (>= 1.17~),
golang-any,
golang-github-kr-fs-dev,
golang-github-pkg-errors-dev,
golang-golang-x-crypto-dev
Standards-Version: 3.9.8
Homepage: https://github.com/pkg/sftp
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-pkg-sftp.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-pkg-sftp.git
XS-Go-Import-Path: github.com/pkg/sftp
Package: golang-github-pkg-sftp-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
golang-github-kr-fs-dev,
golang-github-pkg-errors-dev,
golang-golang-x-crypto-dev
Description: SFTP support for the golang.org/x/crypto/ssh package
The sftp package provides support for file system operations on
remote ssh servers using the SFTP subsystem for the Go programming
language.
|