Mercurial > hg
annotate contrib/packaging/debian/control @ 38009:e51c91c14a07
packaging: move contrib/debian to contrib/packaging/
Differential Revision: https://phab.mercurial-scm.org/D3547
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Sat, 12 May 2018 17:16:09 -0700 |
parents | contrib/debian/control@9929af2b09b4 |
children | 7574ccd87200 |
rev | line source |
---|---|
26148
7f49efcaa9b4
debian: switch to using debhelper and dh_python2 to build debs
Augie Fackler <augie@google.com>
parents:
24971
diff
changeset
|
1 Source: mercurial |
24971
ab75baaf81d5
builddeb: new script for building a deb package
Augie Fackler <augie@google.com>
parents:
diff
changeset
|
2 Section: vcs |
ab75baaf81d5
builddeb: new script for building a deb package
Augie Fackler <augie@google.com>
parents:
diff
changeset
|
3 Priority: optional |
30873
dc22729b4ebd
debian: update mailing list address
Anton Shestakov <av6@dwimlabs.net>
parents:
29091
diff
changeset
|
4 Maintainer: Mercurial Developers <mercurial-devel@mercurial-scm.org> |
26148
7f49efcaa9b4
debian: switch to using debhelper and dh_python2 to build debs
Augie Fackler <augie@google.com>
parents:
24971
diff
changeset
|
5 Build-Depends: |
29047
9a98d0e5b07f
debian: fix lintian warning about debhelper
Sean Farley <sean@farley.io>
parents:
28985
diff
changeset
|
6 debhelper (>= 9), |
26148
7f49efcaa9b4
debian: switch to using debhelper and dh_python2 to build debs
Augie Fackler <augie@google.com>
parents:
24971
diff
changeset
|
7 dh-python, |
32469
387a76cac28e
debian: add less as a build dependency
Rodrigo Damazio Bovendorp <rdamazio@google.com>
parents:
30873
diff
changeset
|
8 less, |
28985
d2b29c848fcd
debian: add missing netbase dependency
Sean Farley <sean@farley.io>
parents:
28984
diff
changeset
|
9 netbase, |
28982
8d407e358bee
debian: add missing python-all-dev dependency
Sean Farley <sean@farley.io>
parents:
26148
diff
changeset
|
10 python-all, |
28983
cbb218265460
debian: add missing python-docutils dependency
Sean Farley <sean@farley.io>
parents:
28982
diff
changeset
|
11 python-all-dev, |
28984
57b11b7d9077
debian: add missing zip/unzip dependencies
Sean Farley <sean@farley.io>
parents:
28983
diff
changeset
|
12 python-docutils, |
29048
f85de28eae32
debian: alphabetize build deps
Sean Farley <sean@farley.io>
parents:
29047
diff
changeset
|
13 unzip, |
f85de28eae32
debian: alphabetize build deps
Sean Farley <sean@farley.io>
parents:
29047
diff
changeset
|
14 zip |
26148
7f49efcaa9b4
debian: switch to using debhelper and dh_python2 to build debs
Augie Fackler <augie@google.com>
parents:
24971
diff
changeset
|
15 Standards-Version: 3.9.4 |
32233
feb910d2f59b
setup: drop support for Python 2.6 (BC)
Gregory Szorc <gregory.szorc@gmail.com>
parents:
30873
diff
changeset
|
16 X-Python-Version: >= 2.7 |
26148
7f49efcaa9b4
debian: switch to using debhelper and dh_python2 to build debs
Augie Fackler <augie@google.com>
parents:
24971
diff
changeset
|
17 |
7f49efcaa9b4
debian: switch to using debhelper and dh_python2 to build debs
Augie Fackler <augie@google.com>
parents:
24971
diff
changeset
|
18 Package: mercurial |
7f49efcaa9b4
debian: switch to using debhelper and dh_python2 to build debs
Augie Fackler <augie@google.com>
parents:
24971
diff
changeset
|
19 Depends: |
7f49efcaa9b4
debian: switch to using debhelper and dh_python2 to build debs
Augie Fackler <augie@google.com>
parents:
24971
diff
changeset
|
20 python, |
7f49efcaa9b4
debian: switch to using debhelper and dh_python2 to build debs
Augie Fackler <augie@google.com>
parents:
24971
diff
changeset
|
21 ${shlibs:Depends}, |
7f49efcaa9b4
debian: switch to using debhelper and dh_python2 to build debs
Augie Fackler <augie@google.com>
parents:
24971
diff
changeset
|
22 ${misc:Depends}, |
7f49efcaa9b4
debian: switch to using debhelper and dh_python2 to build debs
Augie Fackler <augie@google.com>
parents:
24971
diff
changeset
|
23 ${python:Depends}, |
7f49efcaa9b4
debian: switch to using debhelper and dh_python2 to build debs
Augie Fackler <augie@google.com>
parents:
24971
diff
changeset
|
24 mercurial-common (= ${source:Version}) |
7f49efcaa9b4
debian: switch to using debhelper and dh_python2 to build debs
Augie Fackler <augie@google.com>
parents:
24971
diff
changeset
|
25 Architecture: any |
7f49efcaa9b4
debian: switch to using debhelper and dh_python2 to build debs
Augie Fackler <augie@google.com>
parents:
24971
diff
changeset
|
26 Description: fast, easy to use, distributed revision control tool. |
7f49efcaa9b4
debian: switch to using debhelper and dh_python2 to build debs
Augie Fackler <augie@google.com>
parents:
24971
diff
changeset
|
27 Mercurial is a fast, lightweight Source Control Management system designed |
7f49efcaa9b4
debian: switch to using debhelper and dh_python2 to build debs
Augie Fackler <augie@google.com>
parents:
24971
diff
changeset
|
28 for efficient handling of very large distributed projects. |
7f49efcaa9b4
debian: switch to using debhelper and dh_python2 to build debs
Augie Fackler <augie@google.com>
parents:
24971
diff
changeset
|
29 . |
7f49efcaa9b4
debian: switch to using debhelper and dh_python2 to build debs
Augie Fackler <augie@google.com>
parents:
24971
diff
changeset
|
30 Its features include: |
7f49efcaa9b4
debian: switch to using debhelper and dh_python2 to build debs
Augie Fackler <augie@google.com>
parents:
24971
diff
changeset
|
31 * O(1) delta-compressed file storage and retrieval scheme |
7f49efcaa9b4
debian: switch to using debhelper and dh_python2 to build debs
Augie Fackler <augie@google.com>
parents:
24971
diff
changeset
|
32 * Complete cross-indexing of files and changesets for efficient exploration |
7f49efcaa9b4
debian: switch to using debhelper and dh_python2 to build debs
Augie Fackler <augie@google.com>
parents:
24971
diff
changeset
|
33 of project history |
7f49efcaa9b4
debian: switch to using debhelper and dh_python2 to build debs
Augie Fackler <augie@google.com>
parents:
24971
diff
changeset
|
34 * Robust SHA1-based integrity checking and append-only storage model |
7f49efcaa9b4
debian: switch to using debhelper and dh_python2 to build debs
Augie Fackler <augie@google.com>
parents:
24971
diff
changeset
|
35 * Decentralized development model with arbitrary merging between trees |
7f49efcaa9b4
debian: switch to using debhelper and dh_python2 to build debs
Augie Fackler <augie@google.com>
parents:
24971
diff
changeset
|
36 * Easy-to-use command-line interface |
7f49efcaa9b4
debian: switch to using debhelper and dh_python2 to build debs
Augie Fackler <augie@google.com>
parents:
24971
diff
changeset
|
37 * Integrated stand-alone web interface |
7f49efcaa9b4
debian: switch to using debhelper and dh_python2 to build debs
Augie Fackler <augie@google.com>
parents:
24971
diff
changeset
|
38 * Small Python codebase |
7f49efcaa9b4
debian: switch to using debhelper and dh_python2 to build debs
Augie Fackler <augie@google.com>
parents:
24971
diff
changeset
|
39 |
7f49efcaa9b4
debian: switch to using debhelper and dh_python2 to build debs
Augie Fackler <augie@google.com>
parents:
24971
diff
changeset
|
40 Package: mercurial-common |
24971
ab75baaf81d5
builddeb: new script for building a deb package
Augie Fackler <augie@google.com>
parents:
diff
changeset
|
41 Architecture: all |
26148
7f49efcaa9b4
debian: switch to using debhelper and dh_python2 to build debs
Augie Fackler <augie@google.com>
parents:
24971
diff
changeset
|
42 Depends: |
7f49efcaa9b4
debian: switch to using debhelper and dh_python2 to build debs
Augie Fackler <augie@google.com>
parents:
24971
diff
changeset
|
43 ${misc:Depends}, |
7f49efcaa9b4
debian: switch to using debhelper and dh_python2 to build debs
Augie Fackler <augie@google.com>
parents:
24971
diff
changeset
|
44 ${python:Depends}, |
7f49efcaa9b4
debian: switch to using debhelper and dh_python2 to build debs
Augie Fackler <augie@google.com>
parents:
24971
diff
changeset
|
45 Recommends: mercurial (= ${source:Version}), ca-certificates |
29091
5573b0f8dc28
debian: add wish to suggests
Sean Farley <sean@farley.io>
parents:
29048
diff
changeset
|
46 Suggests: wish |
26148
7f49efcaa9b4
debian: switch to using debhelper and dh_python2 to build debs
Augie Fackler <augie@google.com>
parents:
24971
diff
changeset
|
47 Breaks: mercurial (<< ${source:Version}) |
7f49efcaa9b4
debian: switch to using debhelper and dh_python2 to build debs
Augie Fackler <augie@google.com>
parents:
24971
diff
changeset
|
48 Replaces: mercurial (<< 2.6.3) |
7f49efcaa9b4
debian: switch to using debhelper and dh_python2 to build debs
Augie Fackler <augie@google.com>
parents:
24971
diff
changeset
|
49 Description: easy-to-use, scalable distributed version control system (common files) |
7f49efcaa9b4
debian: switch to using debhelper and dh_python2 to build debs
Augie Fackler <augie@google.com>
parents:
24971
diff
changeset
|
50 Mercurial is a fast, lightweight Source Control Management system designed |
7f49efcaa9b4
debian: switch to using debhelper and dh_python2 to build debs
Augie Fackler <augie@google.com>
parents:
24971
diff
changeset
|
51 for efficient handling of very large distributed projects. |
7f49efcaa9b4
debian: switch to using debhelper and dh_python2 to build debs
Augie Fackler <augie@google.com>
parents:
24971
diff
changeset
|
52 . |
7f49efcaa9b4
debian: switch to using debhelper and dh_python2 to build debs
Augie Fackler <augie@google.com>
parents:
24971
diff
changeset
|
53 This package contains the architecture independent components of Mercurial, |
7f49efcaa9b4
debian: switch to using debhelper and dh_python2 to build debs
Augie Fackler <augie@google.com>
parents:
24971
diff
changeset
|
54 and is generally useless without the mercurial package. |