Source: hg-git
Section: vcs
Priority: optional
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders:
 Javi Merino <vicho@debian.org>
Build-Depends:
 debhelper (>= 9),
 python (>= 2.6.6-3~),
 dh-python,
 unzip,
 mercurial,
 python-dulwich,
 git,
Standards-Version: 3.9.6
X-Python-Version: >= 2.5
Homepage: http://hg-git.github.com/
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/hg-git/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/hg-git/trunk/

Package: mercurial-git
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends},
 mercurial (>= 1.9.1-1~),
 python-dulwich (>= 0.9.7)
Description: Git plugin for Mercurial
 The Hg-Git plugin for Mercurial adds the ability to push and pull to/from
 a Git server repository. This means you can collaborate on Git based
 projects from Mercurial, or use a Git server as a collaboration point
 for a team with developers using both Git and Mercurial.
 .
 The plugin can convert commits/changesets losslessly from one system to
 another, so you can push via a Mercurial repository and another
 Mercurial client can pull it and their changeset node ids will be
 identical - Mercurial data does not get lost in translation.
