File: control

package info (click to toggle)
git-ftp 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,440 kB
  • ctags: 277
  • sloc: sh: 3,695; makefile: 82
file content (21 lines) | stat: -rw-r--r-- 840 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
Source: git-ftp
Section: utils
Priority: optional
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Uploaders: René Moser <mail@renemoser.net>
Build-Depends: debhelper (>= 9), git, pandoc, perl
Standards-Version: 3.9.8
Homepage: http://github.com/git-ftp/git-ftp
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/git-ftp.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/git-ftp.git

Package: git-ftp
Section: vcs
Architecture: all
Depends: ${misc:Depends}, bash (>= 4.2), curl, git-core
Enhances: git
Description: Git powered FTP client written as shell script
 git-ftp is a shell script for uploading Git tracked files to a FTP server. By
 default, it uploads only those files which have changed since the last upload.
 This saves time and bandwidth. It can even work with different branches.
 See manpage for more options.