File: control

package info (click to toggle)
libpandoc-wrapper-perl 0.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 304 kB
  • sloc: perl: 589; makefile: 5; sh: 1
file content (40 lines) | stat: -rw-r--r-- 1,284 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
Source: libpandoc-wrapper-perl
Section: perl
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 libcapture-tiny-perl <!nocheck>,
 libfile-which-perl <!nocheck>,
 libipc-run3-perl <!nocheck>,
 libmodule-build-tiny-perl,
 libpandoc-elements-perl (>= 0.38-5~) <!nocheck>,
 libpath-tiny-perl <!nocheck>,
 libtest-exception-perl <!nocheck>,
 pandoc <!nocheck>,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpandoc-wrapper-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpandoc-wrapper-perl
Homepage: https://github.com/nichtich/Pandoc-Wrapper

Package: libpandoc-wrapper-perl
Architecture: all
Depends:
 ca-certificates,
 libfile-which-perl,
 libipc-run3-perl,
 pandoc,
 ${misc:Depends},
 ${perl:Depends},
Multi-Arch: foreign
Description: wrapper for the mighty Pandoc document converter
 Pandoc::Wrapper provides a Perl wrapper
 for John MacFarlane's Pandoc document converter.
 .
 Pandoc is a command-line tool for converting text-centric documents
 from one markup format to another,
 covering a large range of markup formats.