Show More
@@ -1,53 +1,54 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 | ${shlibs:Depends}, |
|
20 | ${shlibs:Depends}, | |
21 | ${misc:Depends}, |
|
21 | ${misc:Depends}, | |
22 | ${python3:Depends}, |
|
22 | ${python3:Depends}, | |
23 | mercurial-common (= ${source:Version}) |
|
23 | mercurial-common (= ${source:Version}) | |
24 | Architecture: any |
|
24 | Architecture: any | |
25 | Description: fast, easy to use, distributed revision control tool. |
|
25 | Description: fast, easy to use, distributed revision control tool. | |
26 | Mercurial is a fast, lightweight Source Control Management system designed |
|
26 | Mercurial is a fast, lightweight Source Control Management system designed | |
27 | for efficient handling of very large distributed projects. |
|
27 | for efficient handling of very large distributed projects. | |
28 | . |
|
28 | . | |
29 | Its features include: |
|
29 | Its features include: | |
30 | * O(1) delta-compressed file storage and retrieval scheme |
|
30 | * O(1) delta-compressed file storage and retrieval scheme | |
31 | * Complete cross-indexing of files and changesets for efficient exploration |
|
31 | * Complete cross-indexing of files and changesets for efficient exploration | |
32 | of project history |
|
32 | of project history | |
33 | * Robust SHA1-based integrity checking and append-only storage model |
|
33 | * Robust SHA1-based integrity checking and append-only storage model | |
34 | * Decentralized development model with arbitrary merging between trees |
|
34 | * Decentralized development model with arbitrary merging between trees | |
35 | * Easy-to-use command-line interface |
|
35 | * Easy-to-use command-line interface | |
36 | * Integrated stand-alone web interface |
|
36 | * Integrated stand-alone web interface | |
37 | * Small Python codebase |
|
37 | * Small Python codebase | |
38 |
|
38 | |||
39 | Package: mercurial-common |
|
39 | Package: mercurial-common | |
40 | Architecture: all |
|
40 | Architecture: all | |
41 | Depends: |
|
41 | Depends: | |
|
42 | sensible-utils, | |||
42 | ${misc:Depends}, |
|
43 | ${misc:Depends}, | |
43 | ${python3:Depends}, |
|
44 | ${python3:Depends}, | |
44 | Recommends: mercurial (= ${source:Version}), ca-certificates |
|
45 | Recommends: mercurial (= ${source:Version}), ca-certificates | |
45 | Suggests: wish |
|
46 | Suggests: wish | |
46 | Breaks: mercurial (<< ${source:Version}) |
|
47 | Breaks: mercurial (<< ${source:Version}) | |
47 | Replaces: mercurial (<< 2.6.3) |
|
48 | Replaces: mercurial (<< 2.6.3) | |
48 | Description: easy-to-use, scalable distributed version control system (common files) |
|
49 | Description: easy-to-use, scalable distributed version control system (common files) | |
49 | Mercurial is a fast, lightweight Source Control Management system designed |
|
50 | Mercurial is a fast, lightweight Source Control Management system designed | |
50 | for efficient handling of very large distributed projects. |
|
51 | for efficient handling of very large distributed projects. | |
51 | . |
|
52 | . | |
52 | This package contains the architecture independent components of Mercurial, |
|
53 | This package contains the architecture independent components of Mercurial, | |
53 | and is generally useless without the mercurial package. |
|
54 | and is generally useless without the mercurial package. |
General Comments 0
You need to be logged in to leave comments.
Login now