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