File: control

package info (click to toggle)
ftp.app 0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 564 kB
  • ctags: 41
  • sloc: objc: 2,821; makefile: 57; sh: 17
file content (22 lines) | stat: -rw-r--r-- 1,044 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
Source: ftp.app
Section: gnustep
Priority: optional
Maintainer: Federico Gimenez Nieto <fgimenez@coit.es>
Uploaders: Debian GNUstep maintainers <pkg-gnustep-maintainers@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9), libgnustep-gui-dev, gnustep-make, imagemagick
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-gnustep/ftp.app.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-gnustep/ftp.app.git
Homepage: http://www.nongnu.org/gap/ftp/

Package: ftp.app
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${gnustep:Depends}
Description: File transfer protocol application for GNUstep
 This is a file transfer application (RFC 765) featuring a compact and easy
 interface. As most applications in GAP it tries to work on both GNUstep and
 MacOS X and retain the utmost possible similarity among the two version to
 ease working in both environments.
 .
 FTP supports different port arbitration modes: "default", standard "PORT"
 (also known as active) and standard "PASV" (also known as passive).