debian/control
author Denis Laxalde <denis.laxalde@logilab.fr>
Tue, 15 Oct 2019 11:39:58 +0200
branchstable
changeset 4910 7ddb17901934
parent 4909 56a8fbdd6090
child 4912 43e9bb4de6b5
permissions -rw-r--r--
debian: define extend-diff-ignore for dpkg-source This makes it possible to build the source package from a hg checkout (and a sdist) by having dpkg-source ignore files not distributed in sdist.

Source: mercurial-evolve
Section: vcs
Priority: optional
Maintainer: Logilab <contact@logilab.fr>
Uploaders:
 Julien Cristau <julien.cristau@logilab.fr>,
 Pierre-Yves David <pierre-yves.david@logilab.fr>,
Standards-Version: 3.9.3
Build-Depends:
 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/

Package: mercurial-evolve
Architecture: all
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.
 .
 This extension provides several commands to mutate history and deal with issues
 it may raise.