debian/control
branchstable
changeset 531 b18b00036355
child 536 53d3f4749ebc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/debian/control	Wed Aug 29 11:36:10 2012 +0200
@@ -0,0 +1,33 @@
+Source: mercurial-evolve
+Section: vcs
+Priority: optional
+Maintainer: Julien Cristau <julien.cristau@logilab.fr>
+Build-Depends:
+ mercurial (>= 2.3~),
+ mercurial-common (>= 2.3~),
+ python,
+ debhelper (>= 8),
+ python-sphinx (>= 1.0.8),
+Python-Version: >= 2.6
+Homepage: https://bitbucket.org/marmoute/mutable-history
+
+Package: mercurial-evolve
+Architecture: all
+Depends:
+ ${python:Depends},
+ mercurial (>= 2.3~),
+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.
+ .
+ It also:
+  - enables the "Changeset Obsolescence" feature of mercurial,
+  - alters core command and extension that rewrite history to use this feature,
+  - improves some aspects of the early implementation in Mercurial 2.3.
+ .
+ **These extensions are experimental and are not meant for production.**
+
+