File: control

package info (click to toggle)
cvs 1.11.1p1debian-10
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,936 kB
  • ctags: 13
  • sloc: sh: 645; makefile: 92
file content (27 lines) | stat: -rw-r--r-- 1,083 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
Source: cvs
Section: devel
Priority: optional
Maintainer: Steve McIntyre <93sam@debian.org>
Build-Depends: debhelper, zlib1g-dev, texi2html, groff, texinfo, bison, dbs, csh
Build-Conflicts: heimdal-dev, kerberos4kth-dev, libkrb5-dev
Standards-Version: 3.5.3.0

Package: cvs
Architecture: any
Depends: ${shlibs:Depends}, debconf
Recommends: netbase (>= 2.08-1), info-browser
Replaces: cvs-doc (<< 1.11-2)
Conflicts: cvs-doc
Provides: cvs-doc
Description: Concurrent Versions System
 CVS is a version control system, which allows you to keep old versions
 of files (usually source code), keep a log of who, when, and why
 changes occurred, etc., like RCS or SCCS.  Unlike the simpler systems,
 CVS does not just operate on one file at a time or one directory at
 a time, but operates on hierarchical collections of directories
 consisting of version controlled files.
 .
 CVS helps to manage releases and to control the concurrent editing of
 source files among multiple authors.  CVS allows triggers to
 enable/log/control various operations and works well over a wide area
 network.