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