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
|
# 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: tepl
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Tanguy Ortolo <tanguy+debian@ortolo.eu>, Jeremy Bicha <jbicha@ubuntu.com>
Build-Depends: at-spi2-core <!nocheck>,
dbus <!nocheck>,
debhelper-compat (= 13),
dh-sequence-gir,
dh-sequence-gnome,
gsettings-desktop-schemas-dev,
gtk-doc-tools (>= 1.25),
libamtk-5-dev (>= 5.0),
libgirepository1.0-dev (>= 1.42.0),
libglib2.0-dev (>= 2.64),
libglib2.0-doc,
libgtk-3-dev (>= 3.22),
libgtk-3-doc,
libgtksourceview-4-dev (>= 4.0),
libgtksourceview-4-doc,
libicu-dev,
meson (>= 0.53),
pkg-config,
xauth <!nocheck>,
xvfb <!nocheck>,
Standards-Version: 4.6.1
X-Ubuntu-Use-Langpack: yes
Homepage: https://gitlab.gnome.org/swilmet/tepl
Vcs-Browser: https://salsa.debian.org/gnome-team/tepl
Vcs-Git: https://salsa.debian.org/gnome-team/tepl.git
Rules-Requires-Root: no
Package: libtepl-6-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: gir1.2-tepl-6 (= ${binary:Version}),
gsettings-desktop-schemas-dev,
libtepl-6-2 (= ${binary:Version}),
libamtk-5-dev (>= 5.0),
libglib2.0-dev (>= 2.64),
libgtk-3-dev (>= 3.22),
libgtksourceview-4-dev (>= 4.0),
${misc:Depends}
Description: Text editor library for GTK - development files
Tepl is a library that eases the development of GtkSourceView-based text
editors and IDEs. Tepl is the acronym for “Text editor product line”. It
serves as an incubator for GtkSourceView.
.
This package contains the development headers and libraries.
Package: libtepl-6-2
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends},
libtepl-common (>= ${source:Version})
Description: Text editor library for GTK
Tepl is a library that eases the development of GtkSourceView-based text
editors and IDEs. Tepl is the acronym for “Text editor product line”. It
serves as an incubator for GtkSourceView.
Package: libtepl-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Breaks: libtepl-6-2 (<< 6.4.0-5~),
libtepl-6-1,
libtepl-6-0
Replaces: libtepl-6-2 (<< 6.4.0-5~),
libtepl-6-1,
libtepl-6-0
Description: Text editor library for GTK (common files)
Tepl is a library that eases the development of GtkSourceView-based text
editors and IDEs. Tepl is the acronym for “Text editor product line”. It
serves as an incubator for GtkSourceView.
.
This package contains architecture-independent files such as translations.
Package: gir1.2-tepl-6
Section: introspection
Architecture: any
Multi-Arch: same
Depends: ${gir:Depends},
${misc:Depends}
Description: Text editor library for GTK - GObject introspection
Tepl is a library that eases the development of GtkSourceView-based text
editors and IDEs. Tepl is the acronym for “Text editor product line”. It
serves as an incubator for GtkSourceView.
.
This package contains the GObject introspection binding.
|