File: control

package info (click to toggle)
libhtml-wikiconverter-perl 0.68-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 344 kB
  • ctags: 235
  • sloc: perl: 1,186; makefile: 2
file content (49 lines) | stat: -rw-r--r-- 1,731 bytes parent folder | download | duplicates (2)
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
Source: libhtml-wikiconverter-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>,
           Rene Mayorga <rmayorga@debian.org.sv>,
           Krzysztof Krzyżaniak (eloy) <eloy@debian.org>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
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://anonscm.debian.org/cgit/pkg-perl/packages/libhtml-wikiconverter-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-wikiconverter-perl.git
Homepage: https://metacpan.org/release/HTML-WikiConverter
Testsuite: autopkgtest-pkg-perl

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.