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 120 121 122 123 124 125 126 127 128 129
|
# 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: gtksourceview4
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy Bicha <jbicha@ubuntu.com>, Michael Biebl <biebl@debian.org>, Sebastien Bacher <seb128@debian.org>, Tim Lunn <tim@feathertop.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-gir,
dh-sequence-gnome,
meson (>= 0.49),
gtk-doc-tools (>= 1.25) <!nodoc>,
libgtk-3-dev (>= 3.24),
libatk1.0-dev (>= 1.32),
libfribidi-dev,
libxml2-dev (>= 2.6),
libxml2-utils,
intltool (>= 0.40),
libglib2.0-dev (>= 2.48.0),
libgladeui-dev (>= 3.9),
gobject-introspection (>= 0.9.12-4~),
libgirepository1.0-dev (>= 0.9.0),
valac,
xauth <!nocheck>,
xvfb <!nocheck>
Build-Depends-Indep: libglib2.0-doc <!nodoc>,
libgtk-3-doc <!nodoc>,
libgdk-pixbuf2.0-doc <!nodoc>,
libpango1.0-doc <!nodoc>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/gnome-team/gtksourceview4
Vcs-Git: https://salsa.debian.org/gnome-team/gtksourceview4.git
Homepage: https://wiki.gnome.org/Projects/GtkSourceView
Package: libgtksourceview-4-0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
${shlibs:Depends},
libgtksourceview-4-common (>= ${source:Version})
Description: shared libraries for the GTK+ syntax highlighting widget
GtkSourceView is a text widget that extends the standard GTK+ 3.x text widget
GtkTextView. It improves GtkTextView by implementing syntax highlighting and
other features typical of a source editor.
.
This package contains the shared libraries required by applications to use
this widget.
Package: libgtksourceview-4-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: common files for the GTK+ syntax highlighting widget
GtkSourceView is a text widget that extends the standard GTK+ 3.x text widget
GtkTextView. It improves GtkTextView by implementing syntax highlighting and
other features typical of a source editor.
.
This package contains the language specifications files for Ada, C, C++, C#,
CSS, ".desktop", ".diff" (patch), Fortran 95, GtkRC, Haskell, HTML, IDL,
".ini", Java, JavaScript, LaTeX, Lua, MSIL, Nemerle, Pascal, Perl, PHP, ".po"
(gettext), Python, R, Ruby, sh, SQL, Tcl, Texinfo, VB.NET, Verilog, VHDL and
XML.
Package: libgtksourceview-4-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
libgtksourceview-4-0 (= ${binary:Version}),
gir1.2-gtksource-4 (= ${binary:Version}),
libgtk-3-dev (>= 3.19.6),
libxml2-dev (>= 2.6.0)
Breaks: libgtksourceview-3.0-dev (<< 3.24.7-2~)
Replaces: libgtksourceview-3.0-dev (<< 3.24.7-2~)
Suggests: libgtksourceview-4-doc
Description: development files for the GTK+ syntax highlighting widget
GtkSourceView is a text widget that extends the standard GTK+ 3.x text widget
GtkTextView. It improves GtkTextView by implementing syntax highlighting and
other features typical of a source editor.
.
This package contains the header files required if you wish to develop
software that uses the GtkSourceView widget.
Package: libgtksourceview-4-doc
Section: doc
Build-Profiles: <!nodoc>
Architecture: all
Depends: ${misc:Depends}
Suggests: devhelp,
libglib2.0-doc,
libgtk-3-doc,
libgdk-pixbuf2.0-doc,
libpango1.0-doc
Description: documentation for the GTK+ syntax highlighting widget
GtkSourceView is a text widget that extends the standard GTK+ 3.x text widget
GtkTextView. It improves GtkTextView by implementing syntax highlighting and
other features typical of a source editor.
.
This package contains the GtkSourceView reference manual.
Package: gir1.2-gtksource-4
Section: introspection
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${gir:Depends}
Description: gir files for the GTK+ syntax highlighting widget
GtkSourceView is a text widget that extends the standard GTK+ 3.x text widget
GtkTextView. It improves GtkTextView by implementing syntax highlighting and
other features typical of a source editor.
.
This package contains GObject introspection information.
Package: libgtksourceview-4-tests
Build-Profiles: <!noinsttest>
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends},
${shlibs:Depends},
libgtksourceview-4-0 (= ${binary:Version}),
Description: installed tests for the GTK+ syntax highlighting widget
GtkSourceView is a text widget that extends the standard GTK+ 3.x text widget
GtkTextView. It improves GtkTextView by implementing syntax highlighting and
other features typical of a source editor.
.
This package includes tests to be used on the installed system.
|