1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: hgsubversion
Section: vcs
Priority: extra
Maintainer: Andrej Shadura <andrewsh@debian.org>
Uploaders:
Javi Merino <vicho@debian.org>,
Tristan Seligmann <mithrandi@debian.org>,
Build-Depends:
debhelper (>= 11),
dh-python,
python (>= 2.6.6-3~),
mercurial,
subversion,
python-subvertpy,
Standards-Version: 4.1.2
Homepage: https://bitbucket.org/durin42/hgsubversion
Vcs-Svn: https://salsa.debian.org/debian/hgsubversion.git
Vcs-Browser: https://salsa.debian.org/debian/hgsubversion
Package: hgsubversion
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, mercurial (>= 1.9.1-1~), subversion(>=1.5), python-subvertpy(>= 0.7.4) | python-subversion
Description: Subversion client as Mercurial extension
hgsubversion is an extension for Mercurial that
allows using Mercurial as a Subversion client.
.
At this point, hgsubversion is usable by users reasonably
familiar with Mercurial as a VCS. It's not recommended to
dive into hgsubversion as an introduction to Mercurial,
since hgsubversion "bends the rules" a little and violates
some of the typical assumptions of early Mercurial users.
|