packaging: require mercurial >= 4.5 stable
authorPhilippe Pepiot <philippe.pepiot@logilab.fr>
Tue, 11 Jun 2019 10:04:11 +0200
branchstable
changeset 4683 33696e2159a7
parent 4667 344befcf63aa
child 4684 cfa774ca6560
packaging: require mercurial >= 4.5 Otherwise building the doc package fails with: (third party extension evolve requires version 4.5 or newer of Mercurial; disabling) Exception occurred: File "/usr/lib/python2.7/dist-packages/mercurial/help.py", line 624, in help_ raise error.Abort(msg, hint=hint) Abort: no such help topic: evolve
debian/control
--- a/debian/control	Fri Jun 07 02:22:05 2019 +0200
+++ b/debian/control	Tue Jun 11 10:04:11 2019 +0200
@@ -7,7 +7,7 @@
  Pierre-Yves David <pierre-yves.david@logilab.fr>,
 Standards-Version: 3.9.3
 Build-Depends:
- mercurial (>= 4.1),
+ mercurial (>= 4.5),
  python,
  debhelper (>= 8),
  python-sphinx (>= 1.0.8),