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
|
Source: mallard-ducktype
Section: python
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders:
Simon McVittie <smcv@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.6.0
Homepage: https://github.com/projectmallard/mallard-ducktype
Vcs-Git: https://salsa.debian.org/gnome-team/mallard-ducktype.git
Vcs-Browser: https://salsa.debian.org/gnome-team/mallard-ducktype
Testsuite: autopkgtest-pkg-python
Package: ducktype
Section: devel
Architecture: all
Multi-Arch: foreign
Depends:
python3-mallard.ducktype (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
Suggests:
yelp-tools,
Description: Command-line tool for Ducktype, a lightweight documentation syntax
Ducktype is a lightweight non-XML syntax for Mallard, a topic-oriented
markup language for help files. Mallard is primarily used in GNOME help.
.
This package contains the ducktype command-line tool, which can be used to
convert Ducktype documents into the Mallard XML format for further
processing by the tools and stylesheets in the yelp-tools and yelp-xsl
packages.
Package: python3-mallard.ducktype
Architecture: all
Depends:
python3-pkg-resources,
${misc:Depends},
${python3:Depends},
Description: Parser for Ducktype, a lightweight documentation syntax
Ducktype is a lightweight non-XML syntax for Mallard, a topic-oriented
markup language for help files. Mallard is primarily used by GNOME's help
browser, Yelp.
.
This package contains the Python 3 library.
|