File: control

package info (click to toggle)
golang-github-tmc-scp 0.0%2B20170825-1.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 56 kB
  • sloc: makefile: 6
file content (21 lines) | stat: -rw-r--r-- 706 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: golang-github-tmc-scp
Section: devel
Priority: optional
Maintainer: Aron Xu <aron@debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any,
               golang-github-kballard-go-shellquote-dev,
               golang-golang-x-crypto-dev
Standards-Version: 4.1.3
Homepage: https://github.com/tmc/scp
XS-Go-Import-Path: github.com/tmc/scp

Package: golang-github-tmc-scp-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-kballard-go-shellquote-dev,
         golang-golang-x-crypto-dev
Description: basic implementation of scp for go
 provides a simple interface to copying files over a go.crypto/ssh session