File: control

package info (click to toggle)
prcs 1.3.3-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,128 kB
  • ctags: 3,354
  • sloc: cpp: 17,486; ansic: 8,132; sh: 4,710; perl: 2,729; lisp: 1,816; tcl: 1,142; lex: 354; makefile: 225; pascal: 85
file content (67 lines) | stat: -rw-r--r-- 2,555 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Source: prcs
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 3.6.1
Build-Depends: debhelper (>= 2.0.72), perl, rcs, patch, texinfo, docbook-utils, autotools-dev, dpatch

Package: prcs
Architecture: any
Depends: rcs, ${shlibs:Depends}
Suggests: prcs-el, prcs-synch
Description: The Project Revision Control System
 PRCS, the Project Revision Control System, is the front end to a set
 of tools that (like CVS) provide a way to deal with sets of files and
 directories as an entity, preserving coherent versions of the entire
 set.
 .
 Its purpose is similar to that of SCCS, RCS, and CVS, but (according
 to its authors, at least), it is much simpler than any of those
 systems.
 .
 Emacs-Lisp support is distributed in a separate package, prcs-el.  Another
 package called prcs-synch contains a tool to synchronize PRCS projects
 between repositories, both locally and remotely.
 .
 Homepage: http://prcs.sourceforge.net

Package: prcs-el
Architecture: all
Depends: prcs, emacs21 | xemacs21 | emacsen
Conflicts: prcs (<< 1.2.14)
Description: ELisp support for the Project Revision Control System
 This package contains Emacs-Lisp add-on support for PRCS, the Project
 Revision Control System.  It provides a useful interface for some
 PRCS commands (checkin, diff, info, and rekey) while editing project
 descriptor files (.prj).
 .
 prcs-el is distributed separately from the prcs package because it depends
 on Emacs (or another "emacsen" flavor).

Package: prcs-synch
Architecture: all
Depends: ${perl:Depends}, prcs, coreutils (>= 4.5.1-2)
Recommends: ssh
Conflicts: prcs (<< 1.2.15-1)
Description: Synchronize PRCS projects between repositories
 The prcs-synch script tries to synchronize two PRCS (Project Revision
 Control System) repositories. It requires a "remote" repository, which is
 assumed  to have recent changes, vs. a "local" repository which is out of
 date.

Package: prcs-visualtree
Architecture: all
Depends: ${perl:Depends}, prcs, vcg
Description: Visualize PRCS projects in a graph
 Scripts to show PRCS (Project Revision Control System) version tree as a
 graph using VCG (a visualization tool for compiler graphs).

Package: prcs-utils
Architecture: all
Depends: ${perl:Depends}, prcs
Conflicts: prcs (<< 1.3.2-1)
Description: Utilities for PRCS
 Some utilities to be used in combination with PRCS (Project Revision
 Control System).  Contains the following scripts: prcspatch, prcspatch2,
 prcsfind, prcsbranches, prcsguess, prcsentry, prcsstatus, and
 prcs_checkfiles.