File: control

package info (click to toggle)
arch 1.0pre15-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 20,180 kB
  • ctags: 4,560
  • sloc: ansic: 64,410; sh: 29,168; lisp: 1,896; awk: 1,044; makefile: 484; sed: 26
file content (32 lines) | stat: -rw-r--r-- 1,147 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
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).