Mercurial > evolve
comparison debian/control @ 4909:56a8fbdd6090 stable
debian: use pybuild and dh_sphinxdoc
Use pybuild because it's kind of standard nowadays.
Use sphinxdoc debhelper to have a Depends: libjs-sphinxdoc and common
files (JS/CSS) symlinked.
author | Denis Laxalde <denis.laxalde@logilab.fr> |
---|---|
date | Fri, 11 Oct 2019 17:05:37 +0200 |
parents | 5ca2da538689 |
children | 43e9bb4de6b5 |
comparison
equal
deleted
inserted
replaced
4908:320c53900d4a | 4909:56a8fbdd6090 |
---|---|
8 Standards-Version: 3.9.3 | 8 Standards-Version: 3.9.3 |
9 Build-Depends: | 9 Build-Depends: |
10 mercurial (>= 4.5), | 10 mercurial (>= 4.5), |
11 python, | 11 python, |
12 debhelper (>= 8), | 12 debhelper (>= 8), |
13 dh-python, | |
13 python-sphinx (>= 1.0.8), | 14 python-sphinx (>= 1.0.8), |
14 imagemagick, | 15 imagemagick, |
15 librsvg2-bin, | 16 librsvg2-bin, |
16 wget, | 17 wget, |
18 sphinx-common, | |
17 X-Python-Version: >= 2.7 | 19 X-Python-Version: >= 2.7 |
18 Homepage: https://www.mercurial-scm.org/doc/evolution/ | 20 Homepage: https://www.mercurial-scm.org/doc/evolution/ |
19 | 21 |
20 Package: mercurial-evolve | 22 Package: mercurial-evolve |
21 Architecture: all | 23 Architecture: all |
22 Depends: | 24 Depends: |
23 ${python:Depends}, | 25 ${python:Depends}, |
24 ${misc:Depends}, | 26 ${misc:Depends}, |
27 ${sphinxdoc:Depends}, | |
25 mercurial (>= 4.5), | 28 mercurial (>= 4.5), |
29 Built-Using: ${sphinxdoc:Built-Using} | |
26 Description: evolve extension for Mercurial | 30 Description: evolve extension for Mercurial |
27 This package provides the experimental "evolve" extension for the Mercurial | 31 This package provides the experimental "evolve" extension for the Mercurial |
28 DVCS. | 32 DVCS. |
29 . | 33 . |
30 This extension provides several commands to mutate history and deal with issues | 34 This extension provides several commands to mutate history and deal with issues |