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