Show More
@@ -1,41 +1,41 b'' | |||||
1 | Source: mercurial |
|
1 | Source: mercurial | |
2 | Section: vcs |
|
2 | Section: vcs | |
3 | Priority: optional |
|
3 | Priority: optional | |
4 | Maintainer: Mercurial Developers <mercurial-devel@mercurial-scm.org> |
|
4 | Maintainer: Mercurial Developers <mercurial-devel@mercurial-scm.org> | |
5 | Build-Depends: |
|
5 | Build-Depends: | |
6 | debhelper (>= 9), |
|
6 | debhelper (>= 9), | |
7 | dh-python, |
|
7 | dh-python, | |
8 | less, |
|
8 | less, | |
9 | netbase, |
|
9 | netbase, | |
10 | python3-all, |
|
10 | python3-all, | |
11 | python3-all-dev, |
|
11 | python3-all-dev, | |
12 | python3-docutils, |
|
12 | python3-docutils, | |
13 | unzip, |
|
13 | unzip, | |
14 | zip |
|
14 | zip | |
15 | Standards-Version: 3.9.4 |
|
15 | Standards-Version: 3.9.4 | |
16 | X-Python3-Version: >= 3.5 |
|
16 | X-Python3-Version: >= 3.5 | |
17 |
|
17 | |||
18 | Package: mercurial |
|
18 | Package: mercurial | |
19 | Depends: |
|
19 | Depends: | |
20 | sensible-utils, |
|
20 | sensible-utils, | |
21 | ${shlibs:Depends}, |
|
21 | ${shlibs:Depends}, | |
22 | ${misc:Depends}, |
|
22 | ${misc:Depends}, | |
23 | ${python3:Depends}, |
|
23 | ${python3:Depends}, | |
24 | Recommends: ca-certificates |
|
24 | Recommends: ca-certificates | |
25 | Suggests: wish |
|
25 | Suggests: wish | |
26 |
Replaces: mercurial-common |
|
26 | Replaces: mercurial-common | |
27 |
Breaks: mercurial-common |
|
27 | Breaks: mercurial-common | |
28 | Architecture: any |
|
28 | Architecture: any | |
29 | Description: fast, easy to use, distributed revision control tool. |
|
29 | Description: fast, easy to use, distributed revision control tool. | |
30 | Mercurial is a fast, lightweight Source Control Management system designed |
|
30 | Mercurial is a fast, lightweight Source Control Management system designed | |
31 | for efficient handling of very large distributed projects. |
|
31 | for efficient handling of very large distributed projects. | |
32 | . |
|
32 | . | |
33 | Its features include: |
|
33 | Its features include: | |
34 | * O(1) delta-compressed file storage and retrieval scheme |
|
34 | * O(1) delta-compressed file storage and retrieval scheme | |
35 | * Complete cross-indexing of files and changesets for efficient exploration |
|
35 | * Complete cross-indexing of files and changesets for efficient exploration | |
36 | of project history |
|
36 | of project history | |
37 | * Robust SHA1-based integrity checking and append-only storage model |
|
37 | * Robust SHA1-based integrity checking and append-only storage model | |
38 | * Decentralized development model with arbitrary merging between trees |
|
38 | * Decentralized development model with arbitrary merging between trees | |
39 | * Easy-to-use command-line interface |
|
39 | * Easy-to-use command-line interface | |
40 | * Integrated stand-alone web interface |
|
40 | * Integrated stand-alone web interface | |
41 | * Small Python codebase |
|
41 | * Small Python codebase |
General Comments 0
You need to be logged in to leave comments.
Login now