1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: arch
Section: devel
Priority: optional
Maintainer: Martin Waitz <tali@debian.org>
Build-Depends: debhelper (>> 3.0.0)
Standards-Version: 3.5.6.0
Package: arch
Architecture: any
Depends: ${shlibs:Depends}, ftp-utils (= ${Source-Version}), patch (>= 2.5.4-1), mailx
Description: revision control system
arch is a revision control system with features that are ideal for projects
characterized by widely distributed development, concurrent support of
multiple releases, and substantial amounts of development on branches.
It is intended to replace CVS and corrects many mis-features of that system.
.
Highlights:
- distributed databases
- fancy merging
- renames handling
- web interface
Package: ftp-utils
Architecture: any
Depends: ${shlibs:Depends}
Description: ftp support for shell scripts
ftp-utils is a small collection of shell tools for the FTP protocol. Using it,
you can write shell scripts which work equally well for both local file
systems and remote file systems accessed via FTP.
.
Included in the distribution is a simple shell script to build or maintain an
FTP-mirror (pushing from origin to mirror).
|