File: control

package info (click to toggle)
libhtml-wikiconverter-perl 0.68-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 344 kB
  • sloc: perl: 1,186; makefile: 2
file content (47 lines) | stat: -rw-r--r-- 1,855 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
Source: libhtml-wikiconverter-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libcgi-application-perl,
                     libclass-data-accessor-perl,
                     libcss-perl,
                     libhtml-parser-perl,
                     libhtml-tagset-perl,
                     libhtml-tree-perl,
                     libparams-validate-perl,
                     libtest-pod-perl,
                     libtie-ixhash-perl,
                     liburi-perl,
                     libxml-writer-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhtml-wikiconverter-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhtml-wikiconverter-perl.git
Homepage: https://metacpan.org/release/HTML-WikiConverter

Package: libhtml-wikiconverter-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libclass-data-accessor-perl,
         libcss-perl,
         libhtml-parser-perl,
         libhtml-tagset-perl,
         libhtml-tree-perl,
         libparams-validate-perl,
         liburi-perl
Recommends: libhtml-wikiconverter-dialect,
            libcgi-application-perl,
            libfile-slurp-perl,
            libtie-ixhash-perl,
            libxml-writer-perl
Description: HTML to wiki markup converter
 HTML::WikiConverter is an HTML to wiki converter. It can convert HTML
 source into a variety of wiki markups, called wiki "dialects".
 .
 This package contains the core modules. You will need at least one of the
 dialect packages for this package to be of any real use.