hg-git 0.2.6-2 source package in Ubuntu

Changelog

hg-git (0.2.6-2) unstable; urgency=medium

  * Team upload.
  * Backport two patches from upstream VCS to fix compatiblity with Mercurial
    1.9 (closes: #635500).
  * Convert to dh_python2:
    + Build depend on python (>= 2.6.6-3) instead of python-support.
    + Add ‘--with python2’ to dh call in debian/rules.
    + Rename XS-Python-Version to X-Python-Version.
    + Bump minimum required version of mercurial to 1.9.1-1, which is the
      first version using dh_python2.
  * Add build-arch and build-indep targets to debian/rules.
  * Bump standards version to 3.9.2 (no changes needed).
 -- Micah Gersten <email address hidden>   Wed,  10 Aug 2011 11:55:47 +0000

Upload details

Uploaded by:
Micah Gersten
Uploaded to:
Oneiric
Original maintainer:
fqj1994
Architectures:
all
Section:
vcs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
hg-git_0.2.6.orig.tar.gz 39.4 KiB 560d61d2b113e42c1e9aa6a59e013621e5509e999cb8c7216e840a661f1b81b2
hg-git_0.2.6-2.debian.tar.gz 3.7 KiB d1f77b1f25c0729e6890e9bba153e65ba59473302b79cf963e33657e3ce491f9
hg-git_0.2.6-2.dsc 1.9 KiB bc7d9ad39e3ad98893aa525d2ca6d9a6a4ead0c423c29ebaf167f768c3e0c06c

Available diffs

View changes file

Binary packages built by this source

mercurial-git: 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.