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
|
Source: libgtkada
Section: libdevel
Priority: optional
Maintainer: Ludovic Brenta <lbrenta@debian.org>
Uploaders: Nicolas Boulenguez <nicolas@debian.org>
Build-Depends:
debhelper-compat (= 13),
# An html source is AC_OUTPUT, configure CC= requires packaging.mk.
# So we need gnat/gprbuild even during -indep builds (not a big issue).
dh-ada-library (>= 9),
dh-sequence-ada-library,
gnat,
gnat-14,
gprbuild (>= 2025.0.0-2),
libgtk-3-dev,
pkgconf,
# See docs/gtkada_ug/system_dependencies.rst.
Build-Depends-Arch:
libcairo2-dev,
# src/fontconfig.adb
libfontconfig-dev,
# gtkada sources refer to gtk_* gdk_* cairo_* pango_* g_*
libgdk-pixbuf-2.0-dev,
libglib2.0-dev,
libpango1.0-dev,
# Makefile.in
python3,
Build-Depends-Indep:
dh-sequence-sphinxdoc,
# Sphinx >= 1.6 uses the latexmk driver:
latexmk,
python3-sphinx,
# docs/gtkada_ug/conf.py
python3-sphinx-rtd-theme,
sphinx-common,
tex-gyre,
texlive-fonts-recommended,
texlive-latex-extra,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/AdaCore/gtkada
Vcs-Browser: https://salsa.debian.org/debian/libgtkada
Vcs-Git: https://salsa.debian.org/debian/libgtkada.git
Package: libgtkada-dev
Breaks: libgtkada18-dev, libgtkada19-dev, libgtkada20-dev, libgtkada21-dev,
libgtkada22-dev
Replaces: libgtkada18-dev, libgtkada19-dev, libgtkada20-dev, libgtkada21-dev,
libgtkada22-dev
Provides: ${ada:Provides}
Architecture: any
Depends: ${ada:Depends}, ${misc:Depends},
libcairo2-dev,
libfontconfig-dev,
libgdk-pixbuf-2.0-dev,
libglib2.0-dev,
libgtk-3-dev,
libpango1.0-dev,
Suggests: libgtkada-bin (=${binary:Version}),
libgtkada-doc
Description: Ada binding for the GTK+ GUI (development files)
GtkAda is a library that allows programmers to write GTK+ applications in the
Ada programming language.
.
This package contains the development files and static libraries.
Package: libgtkada23
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Ada binding for the GTK+ GUI (dynamic library)
GtkAda is a library that allows programmers to write GTK+ applications in the
Ada programming language.
.
This library will let you run Ada applications compiled with GTK+.
Package: libgtkada-bin
Section: devel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: gnat, libgtkada-doc
Description: Ada binding for the GTK+ GUI (development utilities)
GtkAda is a library that allows programmers to write GTK+ applications in the
Ada programming language.
.
This package contains the gtkada-dialog development utility.
Package: libgtkada-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Built-Using: ${sphinxdoc:Built-Using}
Suggests: gnat
Description: Ada binding for the GTK+ GUI (documentation)
GtkAda is a library that allows programmers to write GTK+ applications in the
Ada programming language.
.
This package contains the user guide, examples, lists of known
problems and comments about the Debian packaging.
.
The reference manual cannot be generated within Debian for now.
It is available at
https://docs.adacore.com/live/wave/gtkada/html/gtkada_rm/index.html.
|