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