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 32 33 34 35 36 37 38
|
Source: git-remote-hg
Maintainer: Debian QA Group <packages@qa.debian.org>
Section: vcs
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
asciidoc,
git,
help2man,
mercurial (>= 5.8~),
mercurial-git <!nocheck>,
python3,
python3-zombie-imp,
sharness <!nocheck>,
xmlto,
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/debian/git-remote-hg
Vcs-Git: https://salsa.debian.org/debian/git-remote-hg.git
Homepage: https://github.com/mnauw/git-remote-hg
Rules-Requires-Root: no
X-Style: black
Package: git-remote-hg
Architecture: all
Multi-Arch: foreign
Depends:
git,
mercurial (>= 5.8),
python3-zombie-imp,
${misc:Depends},
${python3:Depends},
Suggests:
git-doc,
Description: bidirectional bridge between Git and Mercurial
This package provides the hg remote helper,
which allows Git to read from and write to Mercurial repositories
as though they were remote Git repositories.
|