File: control

package info (click to toggle)
pandoc-plantuml-filter 0.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 104 kB
  • sloc: xml: 94; python: 94; makefile: 13; sh: 10
file content (26 lines) | stat: -rw-r--r-- 1,082 bytes parent folder | download
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
Source: pandoc-plantuml-filter
Section: misc
Priority: optional
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: Hanno Stock <opensource@hanno-stock.de>
Build-Depends: debhelper-compat (= 11),
               dh-python,
               docbook-xsl,
               python3-all,
               python3-setuptools,
               xsltproc
Standards-Version: 4.4.1
Homepage: https://github.com/timofurrer/pandoc-plantuml-filter
Vcs-Git: https://salsa.debian.org/python-team/applications/pandoc-plantuml-filter.git
Vcs-Browser: https://salsa.debian.org/python-team/applications/pandoc-plantuml-filter

Package: pandoc-plantuml-filter
Architecture: all
Depends: plantuml, python3-pkg-resources, ${misc:Depends}, ${python3:Depends}
Recommends: pandoc
Description: Pandoc filter: converts PlantUML code blocks to PlantUML images
 This filter for pandoc uses the pandocfilters library and the PlantUML
 executable for converting PlantUML code embedded into documents into UML
 diagrams.
 .
 This installs the Python3 version of the program.