Mercurial > evolve
comparison debian/control @ 531:b18b00036355 stable 1.0.0
pkg/debian: Debian packaging
This change add the necessary files to create a debian package for the evolve
extension. I do not care about the rest.
author | Pierre-Yves David <pierre-yves.david@logilab.fr> |
---|---|
date | Wed, 29 Aug 2012 11:36:10 +0200 |
parents | |
children | 53d3f4749ebc |
comparison
equal
deleted
inserted
replaced
530:6ee7add34f8b | 531:b18b00036355 |
---|---|
1 Source: mercurial-evolve | |
2 Section: vcs | |
3 Priority: optional | |
4 Maintainer: Julien Cristau <julien.cristau@logilab.fr> | |
5 Build-Depends: | |
6 mercurial (>= 2.3~), | |
7 mercurial-common (>= 2.3~), | |
8 python, | |
9 debhelper (>= 8), | |
10 python-sphinx (>= 1.0.8), | |
11 Python-Version: >= 2.6 | |
12 Homepage: https://bitbucket.org/marmoute/mutable-history | |
13 | |
14 Package: mercurial-evolve | |
15 Architecture: all | |
16 Depends: | |
17 ${python:Depends}, | |
18 mercurial (>= 2.3~), | |
19 Description: evolve extension for Mercurial | |
20 This package provides the experimental "evolve" extension for the Mercurial | |
21 DVCS. | |
22 . | |
23 This extension provides several commands to mutate history and deal with issues | |
24 it may raise. | |
25 . | |
26 It also: | |
27 - enables the "Changeset Obsolescence" feature of mercurial, | |
28 - alters core command and extension that rewrite history to use this feature, | |
29 - improves some aspects of the early implementation in Mercurial 2.3. | |
30 . | |
31 **These extensions are experimental and are not meant for production.** | |
32 | |
33 |