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: meld
Section: gnome
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Emilio Pozuelo Monfort <pochu@debian.org>, Jeremy BĂcha <jbicha@ubuntu.com>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
libgtk-3-dev,
libgtksourceview-4-dev,
meson (>= 0.49.0),
libpython3-dev,
python-gi-dev (>= 3.30),
python3-cairo-dev,
intltool,
itstool,
libxml2-utils
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/gnome-team/meld
Vcs-Git: https://salsa.debian.org/gnome-team/meld.git
Homepage: https://meldmerge.org
Package: meld
Architecture: all
Depends: ${python3:Depends},
${misc:Depends},
gir1.2-gtk-3.0,
python3-gi (>= 3.20),
python3-gi-cairo,
gir1.2-gtksource-4,
patch
Recommends: yelp
Description: graphical tool to diff and merge files
Meld is a graphical diff viewer and merge application for the GNOME
desktop. It supports 2 and 3-file diffs, recursive directory diffs,
diffing of directories under version control (Bazaar, Codeville, CVS,
Darcs, Fossil SCM, Git, Mercurial, Monotone, Subversion), as well as
the ability to manually and automatically merge file differences.
|