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
|
Source: gi-docgen
X-Style: black
Section: gnome
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders:
Simon McVittie <smcv@debian.org>,
Jeremy Bícha <jbicha@ubuntu.com>,
Build-Depends:
debhelper-compat (= 13),
dh-python (>= 5.20230130~),
dh-sequence-python3,
dh-sequence-sphinxdoc <!nodoc>,
meson,
python3 (>= 3.11),
python3-jinja2,
python3-markdown,
python3-markupsafe,
python3-packaging,
python3-pygments,
python3-sphinx <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
python3-typogrify,
sphinx-common <!nodoc>,
X-Python3-Version: >= 3.11
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/gnome-team/gi-docgen
Vcs-Git: https://salsa.debian.org/gnome-team/gi-docgen.git
Homepage: https://gitlab.gnome.org/GNOME/gi-docgen/
Package: gi-docgen
Architecture: all
Depends:
python3-jinja2,
python3-markdown,
python3-markupsafe,
python3-packaging,
python3-pygments,
python3-typogrify,
${misc:Depends},
${python3:Depends},
Multi-Arch: foreign
Description: source code documentation tool using GObject-Introspection
GI-DocGen is a document generator for GObject-based libraries. GObject
is the base type system of the GNOME project. GI-Docgen reuses the
introspection data generated by GObject-based libraries to generate
the API reference of these libraries, as well as other ancillary
documentation.
.
GI-DocGen is not a general purpose documentation tool for C libraries:
while GI-DocGen can be used to generate API references for most GObject/C
libraries that expose introspection data, its main goal is to generate
the reference for GTK and its immediate dependencies.
.
GI-DocGen is still in development. The upstream-recommended use of
GI-DocGen is to add it as a sub-project to a Meson build system, and
vendor it when releasing dist archives. Until GI-DocGen becomes stable,
Debian packages that use it for their documentation should use a vendored
copy (as allowed by Policy §4.13), and should not have a Build-Depends
on gi-docgen unless no vendored copy is present in upstream releases.
Package: gi-docgen-doc
Section: doc
Architecture: all
Build-Profiles: <!nodoc>
Built-Using:
${sphinxdoc:Built-Using},
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: Documentation for the gi-docgen documentation tool
GI-DocGen is a document generator for GObject-based libraries. GObject
is the base type system of the GNOME project. GI-Docgen reuses the
introspection data generated by GObject-based libraries to generate
the API reference of these libraries, as well as other ancillary
documentation.
.
This package contains documentation for gi-docgen.
Multi-Arch: foreign
|