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 40 41 42 43 44
|
# This file is autogenerated. DO NOT EDIT!
#
# Modifications should be made to debian/control.in instead.
# This file is regenerated automatically in the clean target.
Source: meld
Section: gnome
Priority: optional
Maintainer: Balint Reczey <rbalint@ubuntu.com>
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>,
Emilio Pozuelo Monfort <pochu@debian.org>, Jeremy Bicha <jbicha@debian.org>
Build-Depends: debhelper-compat (= 12),
dh-sequence-gnome,
dh-sequence-python3,
python3 (>=3.4~),
python3-distro,
python3-distutils,
python3-gi (>= 3.20) <!nocheck>,
intltool,
itstool,
libxml2-utils
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/gnome-team/meld
Vcs-Git: https://salsa.debian.org/gnome-team/meld.git
Homepage: http://meldmerge.org
Package: meld
Architecture: all
Depends: ${python3:Depends},
${misc:Depends},
libgtk-3-0 (>= 3.20),
python3-gi (>= 3.20),
python3-gi-cairo,
libgtksourceview-3.0-1 (>= 3.20),
gir1.2-gtksource-3.0 (>= 3.20),
python3-cairo,
libcanberra-gtk3-module,
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.
|