File: control

package info (click to toggle)
git-remote-hg 0.2%2Bgit20140603.185852e-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 248 kB
  • ctags: 140
  • sloc: sh: 1,838; python: 1,002; makefile: 35
file content (23 lines) | stat: -rw-r--r-- 843 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: git-remote-hg
Section: vcs
Priority: extra
Maintainer: Jonathan McCrohan <jmccrohan@gmail.com>
Uploaders: Jonathan Nieder <jrnieder@gmail.com>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: asciidoc, xmlto,
# Needed for the testsuite
 mercurial, git, python
Standards-Version: 3.9.5
Homepage: https://github.com/felipec/git-remote-hg
Vcs-Git: git://anonscm.debian.org/collab-maint/git-remote-hg.git
Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/git-remote-hg.git;a=summary

Package: git-remote-hg
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, git, python, mercurial
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.