File: control

package info (click to toggle)
libtext-trac-perl 0.24-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 712 kB
  • sloc: perl: 1,462; makefile: 10
file content (37 lines) | stat: -rw-r--r-- 1,436 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
Source: libtext-trac-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl,
                     libclass-accessor-perl,
                     libclass-data-inheritable-perl,
                     libhtml-parser-perl,
                     liblist-moreutils-perl,
                     libpath-tiny-perl,
                     libtest-base-perl,
                     libtest-simple-perl,
                     libtie-ixhash-perl,
                     libuniversal-require-perl
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtext-trac-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtext-trac-perl.git
Homepage: https://metacpan.org/release/Text-Trac

Package: libtext-trac-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-accessor-perl,
         libclass-data-inheritable-perl,
         libhtml-parser-perl,
         liblist-moreutils-perl,
         libpath-tiny-perl,
         libtie-ixhash-perl,
         libuniversal-require-perl
Description: module for formatting text with Trac Wiki Style
 Text::Trac is a perl module the provides an easy interface
 to parse text with Trac WikiFormatting and convert it to
 HTML format.