diff 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
line wrap: on
line diff
--- a/debian/control	Tue Oct 15 11:41:22 2019 +0200
+++ b/debian/control	Fri Oct 11 17:05:37 2019 +0200
@@ -10,10 +10,12 @@
  mercurial (>= 4.5),
  python,
  debhelper (>= 8),
+ dh-python,
  python-sphinx (>= 1.0.8),
  imagemagick,
  librsvg2-bin,
  wget,
+ sphinx-common,
 X-Python-Version: >= 2.7
 Homepage: https://www.mercurial-scm.org/doc/evolution/
 
@@ -22,7 +24,9 @@
 Depends:
  ${python:Depends},
  ${misc:Depends},
+ ${sphinxdoc:Depends},
  mercurial (>= 4.5),
+Built-Using: ${sphinxdoc:Built-Using}
 Description: evolve extension for Mercurial
  This package provides the experimental "evolve" extension for the Mercurial
  DVCS.