File: control

package info (click to toggle)
hg-git 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,432 kB
  • sloc: python: 8,200; sh: 185; makefile: 23
file content (39 lines) | stat: -rw-r--r-- 1,285 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
39
Source: hg-git
Section: vcs
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Tristan Seligmann <mithrandi@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 dh-sequence-python3,
 git,
 python3-mercurial,
 openssh-client,
 python3,
 python3-dulwich (>= 0.21),
 python3-setuptools,
 unzip,
Standards-Version: 4.6.2
Homepage: https://hg-git.github.io/
Vcs-Git: https://salsa.debian.org/python-team/packages/hg-git.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/hg-git
Rules-Requires-Root: no

Package: mercurial-git
Architecture: all
Depends:
 python3-mercurial,
 python3-dulwich (>= 0.21),
 ${misc:Depends},
 ${python3:Depends},
Description: 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.