File: control

package info (click to toggle)
golang-github-pkg-sftp 1.13.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports
  • size: 848 kB
  • sloc: makefile: 28
file content (31 lines) | stat: -rw-r--r-- 1,293 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
25
26
27
28
29
30
31
Source: golang-github-pkg-sftp
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-kr-fs-dev (>= 0.1.0),
               golang-github-stretchr-testify-dev (>= 1.7.0),
               golang-golang-x-crypto-dev (>= 1:0.1.0~)
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-pkg-sftp
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-pkg-sftp.git
Homepage: https://github.com/pkg/sftp
Rules-Requires-Root: no
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 (>= 0.1.0),
         golang-github-pkg-errors-dev (>= 0.8.1),
         golang-golang-x-crypto-dev (>= 1:0.0~git20190820.60c769a)
Multi-Arch: foreign
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.  It also implements an
 SFTP server for serving files from the filesystem.