File: control

package info (click to toggle)
golang-github-tmc-scp 0.0%2Bgit20170824.f7b4864-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 64 kB
  • sloc: makefile: 6
file content (23 lines) | stat: -rw-r--r-- 867 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
Source: golang-github-tmc-scp
Section: golang
Priority: optional
Maintainer: Aron Xu <aron@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-kballard-go-shellquote-dev,
               golang-golang-x-crypto-dev
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-tmc-scp
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-tmc-scp.git
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