File: control

package info (click to toggle)
libhtml-wikiconverter-usemod-perl 0.50-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 116 kB
  • sloc: perl: 230; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,193 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: libhtml-wikiconverter-usemod-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Guimard <x.guimard@free.fr>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: libhtml-wikiconverter-perl,
                     libhtml-parser-perl,
                     libtest-pod-perl,
                     libtest-pod-coverage-perl,
                     perl
Standards-Version: 4.2.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhtml-wikiconverter-usemod-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhtml-wikiconverter-usemod-perl.git
Homepage: https://metacpan.org/release/HTML-WikiConverter-UseMod

Package: libhtml-wikiconverter-usemod-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libhtml-wikiconverter-perl (>= 0.50)
Provides: libhtml-wikiconverter-dialect
Description: HTML to wiki markup converter - UseMod dialect
 HTML::WikiConverter is an HTML to wiki converter. It can convert HTML
 source into a variety of wiki markups, called wiki "dialects".
 .
 HTML::WikiConverter::UseMod provides the UseMod dialect.