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
|
Source: simple-revision-control
Section: vcs
Priority: optional
Maintainer: Fukui Daichi <a.dog.will.talk@akane.waseda.jp>
Build-Depends:
asciidoc,
debhelper-compat (= 11),
docbook-xml,
docbook-xsl,
xsltproc,
Standards-Version: 4.3.0
Homepage: https://gitlab.com/esr/src
Vcs-Browser: https://salsa.debian.org/debian/simple-revision-control
Vcs-Git: https://salsa.debian.org/debian/simple-revision-control.git
Package: simple-revision-control
Architecture: all
Depends:
python3,
rcs,
${misc:Depends},
Suggests:
sccs,
Description: single-file and single-user revision control system
This package provides a powerful modern user interface for an RCS
(and to some extend, SCCS) backend. It will be familiar to users
with modern Subversion, Git, Hg experience, as well as a
reasonable introduction to this toolset to novices.
.
SRC is designed to provide its strength for single-file, single-user
version tracking. When it is overkill to make a whole directory and
multi-file repository store (under, for example, Git or Hg), src can
provide tracking for individual files instead. Examples of such might
be your ~/bin scripts, /etc files, personal notes, résumés, and any such
file that would be awkward to contain in a wholly separate directory
just for version control.
|