Mercurial > evolve
comparison debian/control @ 617:469befc27b26 stable
detect incompatibility with future mercurial 2.5
changes in bookmark break compatibility
author | Pierre-Yves David <pierre-yves.david@logilab.fr> |
---|---|
date | Wed, 21 Nov 2012 11:14:20 +0100 |
parents | 279403a12565 |
children | c39afce52e31 |
comparison
equal
deleted
inserted
replaced
616:279403a12565 | 617:469befc27b26 |
---|---|
6 Julien Cristau <julien.cristau@logilab.fr>, | 6 Julien Cristau <julien.cristau@logilab.fr>, |
7 Pierre-Yves David <pierre-yves.david@logilab.fr>, | 7 Pierre-Yves David <pierre-yves.david@logilab.fr>, |
8 Standards-Version: 3.9.3 | 8 Standards-Version: 3.9.3 |
9 Build-Depends: | 9 Build-Depends: |
10 mercurial (>=2.4~), | 10 mercurial (>=2.4~), |
11 mercurial (<<2.5), | |
11 mercurial-common (>=2.4~), | 12 mercurial-common (>=2.4~), |
13 mercurial-common (<<2.5), | |
12 python, | 14 python, |
13 debhelper (>= 8), | 15 debhelper (>= 8), |
14 python-sphinx (>= 1.0.8), | 16 python-sphinx (>= 1.0.8), |
15 imagemagick, | 17 imagemagick, |
16 librsvg2-bin, | 18 librsvg2-bin, |
21 Architecture: all | 23 Architecture: all |
22 Depends: | 24 Depends: |
23 ${python:Depends}, | 25 ${python:Depends}, |
24 ${misc:Depends}, | 26 ${misc:Depends}, |
25 mercurial (>= 2.4), | 27 mercurial (>= 2.4), |
28 mercurial (<<2.5), | |
26 Description: evolve extension for Mercurial | 29 Description: evolve extension for Mercurial |
27 This package provides the experimental "evolve" extension for the Mercurial | 30 This package provides the experimental "evolve" extension for the Mercurial |
28 DVCS. | 31 DVCS. |
29 . | 32 . |
30 This extension provides several commands to mutate history and deal with issues | 33 This extension provides several commands to mutate history and deal with issues |