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