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