File: control

package info (click to toggle)
git-remote-hg 1.0.4~ds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 412 kB
  • sloc: python: 2,328; sh: 2,231; ruby: 214; makefile: 75
file content (38 lines) | stat: -rw-r--r-- 935 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
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.