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