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