File: control

package info (click to toggle)
libpod-pandoc-perl 0.5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 248 kB
  • sloc: perl: 587; makefile: 5
file content (60 lines) | stat: -rw-r--r-- 2,013 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
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
Source: libpod-pandoc-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Andrej Shadura <andrewsh@debian.org>,
Section: perl
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 libmodule-build-tiny-perl,
 perl,
Build-Depends-Indep:
 libcapture-tiny-perl <!nocheck>,
 libpandoc-elements-perl <!nocheck>,
 libpandoc-wrapper-perl <!nocheck>,
 libpod-simple-perl <!nocheck>,
 libtest-exception-perl <!nocheck>,
 libtest-output-perl <!nocheck>,
 libtest-simple-perl <!nocheck>,
Standards-Version: 4.6.0
Homepage: https://metacpan.org/release/Pod-Pandoc
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpod-pandoc-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpod-pandoc-perl
Testsuite: autopkgtest-pkg-perl

Package: libpod-pandoc-perl
Architecture: all
Suggests:
 pod2pandoc,
Depends:
 libpandoc-elements-perl,
 libpandoc-wrapper-perl,
 libpod-simple-perl,
 ${misc:Depends},
 ${perl:Depends},
Description: process Plain Old Documentation format with Pandoc
 The Plain Old Documentation format (POD) is a markup language used to
 document Perl code (see perlpod for reference).
 .
 Pod::Pandoc is an attempt to unify and extend Pod converting based on the
 Pandoc document converter. Pandoc supports more document formats in a more
 detailled and uniform way than any set of Perl modules will ever do.
 For this reason Pod::Pandoc provides methods to convert Pod to the
 Pandoc document model for further processing with Pandoc.

Package: pod2pandoc
Provides:
 libapp-pod2pandoc-perl,
Architecture: all
Depends:
 libpod-pandoc-perl,
 ${misc:Depends},
 ${perl:Depends},
Description: convert POD documents with Pandoc
 The Plain Old Documentation format (POD) is a markup language used to
 document Perl code (see perlpod for reference).
 .
 pod2pandoc converts documents in Plain Old Documentation format using
 Pandoc to other document formats: HTML, Markdown, LaTeX, PDF, EPUB, ODT
 and others.