diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 14:33:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 14:33:00 +0000 |
commit | 5d6dc79a88ce48b3a4e833498d9194ee629ca180 (patch) | |
tree | 0bfa6ef5921e5d1b5b99b05c9fa1d4863e907393 /debian/control | |
parent | Adding upstream version 3.38.1. (diff) | |
download | gedit-5d6dc79a88ce48b3a4e833498d9194ee629ca180.tar.xz gedit-5d6dc79a88ce48b3a4e833498d9194ee629ca180.zip |
Adding debian version 3.38.1-1.debian/3.38.1-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 112 |
1 files changed, 112 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..19064ac --- /dev/null +++ b/debian/control @@ -0,0 +1,112 @@ +# 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: gedit +Section: gnome +Priority: optional +Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org> +Uploaders: Iain Lane <laney@debian.org>, Jeremy Bicha <jbicha@debian.org>, Laurent Bigonville <bigon@debian.org> +Build-Depends: appstream-util <!nocheck>, + debhelper-compat (= 12), + desktop-file-utils <!nocheck>, + dh-python, + gnome-pkg-tools (>= 0.10), + gobject-introspection, + gsettings-desktop-schemas-dev, + gtk-doc-tools (>= 1.0), + itstool, + libamtk-5-dev (>= 5.0), + libgirepository1.0-dev (>= 0.9.3), + libglib2.0-dev (>= 2.64), + libgspell-1-dev (>= 1.0), + libgtk-3-dev (>= 3.22), + libgtksourceview-4-dev, + libpeas-dev (>= 1.14.1), + libtepl-5-dev (>= 5.0), + meson (>= 0.53), + python-gi-dev (>= 3.0.0), + python3 (>= 3.2.3), + valac (>= 0.25.1) +Build-Depends-Indep: libatk1.0-doc, + libglib2.0-doc, + libgtk-3-doc, + libgtksourceview-4-doc, + libpeas-doc +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/gnome-team/gedit +Vcs-Git: https://salsa.debian.org/gnome-team/gedit.git +Homepage: https://wiki.gnome.org/Apps/Gedit + +Package: gedit +Architecture: any +Depends: gedit-common (<< ${gnome:NextVersion}), + gedit-common (>= ${gnome:Version}), + gir1.2-glib-2.0, + gir1.2-gtk-3.0, + gir1.2-gtksource-4, + gir1.2-pango-1.0, + gir1.2-peas-1.0, + gsettings-desktop-schemas, + iso-codes, + python3-gi (>= 3.0), + python3-gi-cairo (>= 3.0), + ${gir:Depends}, + ${misc:Depends}, + ${python3:Depends}, + ${shlibs:Depends} +Recommends: yelp, zenity +Suggests: gedit-plugins +Description: official text editor of the GNOME desktop environment + gedit is a text editor which supports most standard editor features, + extending this basic functionality with other features not usually + found in simple text editors. gedit is a graphical application which + supports editing multiple text files in one window (known sometimes as + tabs or MDI). + . + gedit fully supports international text through its use of the Unicode + UTF-8 encoding in edited files. Its core feature set includes syntax + highlighting of source code, auto indentation and printing and print preview + support. + . + gedit is also extensible through its plugin system, which currently + includes support for spell checking, comparing files, viewing CVS + ChangeLogs, and adjusting indentation levels. + +Package: gedit-common +Architecture: all +Depends: python3:any (>= 3.3.2-2~), ${misc:Depends} +Recommends: gedit +Description: official text editor of the GNOME desktop environment (support files) + gedit is a text editor which supports most standard editor features, + extending this basic functionality with other features not usually + found in simple text editors. + . + This package contains gedit's architecture-independent support files. + +Package: gedit-dev +Architecture: any +Section: devel +Depends: gedit (<< ${gnome:NextVersion}), + gedit (>= ${gnome:Version}), + libgtksourceview-4-dev, + libpeas-dev (>= 1.14.1), + libtepl-5-dev (>= 5.0), + ${misc:Depends} +Description: official text editor of the GNOME desktop environment (development files) + gedit is a text editor which supports most standard editor features, + extending this basic functionality with other features not usually + found in simple text editors. gedit is a graphical application which + supports editing multiple text files in one window (known sometimes as + tabs or MDI). + . + gedit fully supports international text through its use of the Unicode + UTF-8 encoding in edited files. Its core feature set includes syntax + highlighting of source code, auto indentation and printing and print preview + support. + . + gedit is also extensible through its plugin system, which currently + includes support for spell checking, comparing files, viewing CVS + ChangeLogs, and adjusting indentation levels. + . + This package is required to build plugins for gedit. |