File: control

package info (click to toggle)
python-merge3 0.0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 976 kB
  • sloc: python: 773; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 848 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
Source: python-merge3
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jelmer Vernooij <jelmer@debian.org>
Standards-Version: 4.5.1
Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-setuptools
Vcs-Git: https://salsa.debian.org/python-team/packages/merge3.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/merge3
Homepage: https://github.com/breezy-team/merge3
Rules-Requires-Root: no

Package: python3-merge3
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Python implementation of three-way merge
 A Python implementation of 3-way merge of texts.
 .
 Given BASE, OTHER, THIS, tries to produce a combined text
 incorporating the changes from both BASE->OTHER and BASE->THIS.
 All three will typically be sequences of lines.