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