control
54 lines
| 1.7 KiB
| text/plain
|
DebianControlLexer
Gregory Szorc
|
r38029 | Source: mercurial | ||
Section: vcs | ||||
Priority: optional | ||||
Maintainer: Mercurial Developers <mercurial-devel@mercurial-scm.org> | ||||
Build-Depends: | ||||
debhelper (>= 9), | ||||
dh-python, | ||||
less, | ||||
netbase, | ||||
Denis Laxalde
|
r43615 | python3-all, | ||
python3-all-dev, | ||||
python3-docutils, | ||||
Gregory Szorc
|
r38029 | unzip, | ||
zip | ||||
Standards-Version: 3.9.4 | ||||
Denis Laxalde
|
r43615 | X-Python3-Version: >= 3.5 | ||
Gregory Szorc
|
r38029 | |||
Package: mercurial | ||||
Depends: | ||||
${shlibs:Depends}, | ||||
${misc:Depends}, | ||||
Denis Laxalde
|
r43615 | ${python3:Depends}, | ||
Gregory Szorc
|
r38029 | mercurial-common (= ${source:Version}) | ||
Architecture: any | ||||
Description: fast, easy to use, distributed revision control tool. | ||||
Mercurial is a fast, lightweight Source Control Management system designed | ||||
for efficient handling of very large distributed projects. | ||||
. | ||||
Its features include: | ||||
* O(1) delta-compressed file storage and retrieval scheme | ||||
* Complete cross-indexing of files and changesets for efficient exploration | ||||
of project history | ||||
* Robust SHA1-based integrity checking and append-only storage model | ||||
* Decentralized development model with arbitrary merging between trees | ||||
* Easy-to-use command-line interface | ||||
* Integrated stand-alone web interface | ||||
* Small Python codebase | ||||
Package: mercurial-common | ||||
Architecture: all | ||||
Depends: | ||||
Denis Laxalde
|
r43616 | sensible-utils, | ||
Gregory Szorc
|
r38029 | ${misc:Depends}, | ||
Denis Laxalde
|
r43615 | ${python3:Depends}, | ||
Gregory Szorc
|
r38029 | Recommends: mercurial (= ${source:Version}), ca-certificates | ||
Suggests: wish | ||||
Breaks: mercurial (<< ${source:Version}) | ||||
Replaces: mercurial (<< 2.6.3) | ||||
Description: easy-to-use, scalable distributed version control system (common files) | ||||
Mercurial is a fast, lightweight Source Control Management system designed | ||||
for efficient handling of very large distributed projects. | ||||
. | ||||
This package contains the architecture independent components of Mercurial, | ||||
and is generally useless without the mercurial package. | ||||