summaryrefslogtreecommitdiffstats
path: root/debian/control.in
blob: 3a4b1894e6efcd201fbbe8334b04e4df87eb96e2 (plain)
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
Source: gedit
Section: gnome
Priority: optional
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
XSBC-Original-Uploaders: @GNOME_TEAM@
Bugs: mailto:maintainers@lists.progress-linux.org
Build-Depends: appstream-util <!nocheck>,
               debhelper-compat (= 13),
               desktop-file-utils <!nocheck>,
               dh-sequence-gir,
               dh-sequence-gnome,
               dh-sequence-python3,
               gsettings-desktop-schemas-dev,
               gtk-doc-tools (>= 1.0),
               itstool,
               libamtk-5-dev (>= 5.6),
               libatk1.0-doc,
               libgirepository1.0-dev (>= 0.9.3),
               libglib2.0-dev (>= 2.64),
               libglib2.0-doc,
               libgspell-1-dev (>= 1.0),
               libgtk-3-dev (>= 3.22),
               libgtk-3-doc,
               libgtksourceview-4-dev,
               libgtksourceview-4-doc,
               libpeas-dev (>= 1.14.1),
               libpeas-doc,
               libtepl-6-dev (>= 6.4),
               libxml2-dev (>= 2.5.0),
               libxml2-utils,
               meson (>= 0.53),
               python-gi-dev (>= 3.0.0),
               python3 (>= 3.2.3),
               valac (>= 0.25.1)
Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Browser: https://git.progress-linux.org/packages/graograman/gedit
Vcs-Git: https://git.progress-linux.org/packages/graograman/gedit
XSBC-Original-Vcs-Browser: https://salsa.debian.org/gnome-team/gedit
XSBC-Original-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: popular text editor for 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: popular text editor for 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}),
         libamtk-5-dev (>= 5.6),
         libglib2.0-dev (>= 2.70),
         libgtk-3-dev (>= 3.22),
         libgtksourceview-4-dev,
         libpeas-dev (>= 1.14.1),
         libtepl-6-dev (>= 6.4),
         ${misc:Depends}
Description: popular text editor for the GNOME desktop environment (dev 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.