diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 11:33:32 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 11:33:32 +0000 |
commit | 0c4233495b50e3b2e7a423edaf334b0116e2901d (patch) | |
tree | b6d4fe7d612d9cab9538f2fe4bad5d20984a44e9 /debian/control | |
parent | Adding upstream version 2.14.0+dfsg. (diff) | |
download | pygments-0c4233495b50e3b2e7a423edaf334b0116e2901d.tar.xz pygments-0c4233495b50e3b2e7a423edaf334b0116e2901d.zip |
Adding debian version 2.14.0+dfsg-1.debian/2.14.0+dfsg-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/control | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..a3f9ef3 --- /dev/null +++ b/debian/control @@ -0,0 +1,55 @@ +Source: pygments +Section: python +Priority: optional +Maintainer: Piotr Ożarowski <piotr@debian.org> +Uploaders: Debian Python Team <team+python@tracker.debian.org>, +Build-Depends: debhelper-compat (= 13), +Build-Depends-Indep: dh-python, + python3-all, + python3-docutils, + python3-jinja2, + python3-lxml, + python3-pytest (>= 7) <!nocheck>, + python3-setuptools, + python3-sphinx, + python3-wcag-contrast-ratio, +Standards-Version: 4.6.2 +Rules-Requires-Root: no +Homepage: https://pygments.org/ +Vcs-Git: https://salsa.debian.org/python-team/packages/pygments.git +Vcs-Browser: https://salsa.debian.org/python-team/packages/pygments + +Package: python-pygments-doc +Section: doc +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends}, + ${sphinxdoc:Depends}, +Recommends: python3-pygments, +Description: documentation for the Pygments + Pygments is syntax highlighting package. + . + This package contains the documentation for Pygments in HTML and + reStructuredText format. + +Package: python3-pygments +Architecture: all +Multi-Arch: foreign +Depends: python3-pkg-resources, + ${misc:Depends}, + ${python3:Depends}, +Suggests: python-pygments-doc, + ttf-bitstream-vera, +Breaks: python-pygments (<< 2.3.1+dfsg-4~), +Replaces: python-pygments (<< 2.3.1+dfsg-4~), +Description: syntax highlighting package written in Python 3 + Pygments aims to be a generic syntax highlighter for general use in all kinds + of software such as forum systems, wikis or other applications that need to + prettify source code. + . + Highlights are: + * a wide range of common languages and markup formats is supported + * special attention is paid to details, increasing quality by a fair amount + * support for new languages and formats are added easily + * a number of output formats, presently HTML, LaTeX and ANSI sequences + * it is usable as a command-line tool and as a library |