changeset 1260:8147b59ac9dc stable

debian: update control file to reflect dependency to mercurial 3.2
author Julien Cristau <julien.cristau@logilab.fr>
date Mon, 17 Nov 2014 15:49:39 +0100
parents db2115776696
children f0978cb993a0
files debian/control
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@
  Pierre-Yves David <pierre-yves.david@logilab.fr>,
 Standards-Version: 3.9.3
 Build-Depends:
- mercurial (>=2.6~),
+ mercurial (>= 3.2~),
  python,
  debhelper (>= 8),
  python-sphinx (>= 1.0.8),
@@ -22,7 +22,7 @@
 Depends:
  ${python:Depends},
  ${misc:Depends},
- mercurial (>= 2.6),
+ mercurial (>= 3.2~),
 Description: evolve extension for Mercurial
  This package provides the experimental "evolve" extension for the Mercurial
  DVCS.