File: control

package info (click to toggle)
golang-github-jlaffaye-ftp 0.0~git20170707.0.a05056b-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, buster-backports
  • size: 132 kB
  • ctags: 137
  • sloc: sh: 14; makefile: 4
file content (23 lines) | stat: -rw-r--r-- 915 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-jlaffaye-ftp
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dr. Tobias Quathamer <toddy@debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any,
               golang-github-stretchr-testify-dev
Standards-Version: 4.0.0
Homepage: https://github.com/jlaffaye/ftp
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-jlaffaye-ftp.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-jlaffaye-ftp.git
XS-Go-Import-Path: github.com/jlaffaye/ftp
Testsuite: autopkgtest-pkg-go

Package: golang-github-jlaffaye-ftp-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-stretchr-testify-dev
Description: FTP client package for Go
 This package implements an FTP client as described in RFC 959.