File: control

package info (click to toggle)
libsgmls-perl 1.03ii-36
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 900 kB
  • ctags: 312
  • sloc: perl: 1,387; lisp: 262; makefile: 130
file content (51 lines) | stat: -rw-r--r-- 1,776 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
48
49
50
51
Source: libsgmls-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Daniel Lintott <daniel@serverb.co.uk>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     rename
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libsgmls-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libsgmls-perl.git
Homepage: http://search.cpan.org/dist/SGMLSpm/

Package: libsgmls-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends}
Suggests: sgmlspl,
          sgmls-doc,
          opensp | sp
Description: Perl modules for processing SGML parser output
 This is a set of Perl5 routines for processing the output from the onsgmls,
 sgmls, and nsgmls SGML parsers. To make sensible use of this package you will
 need to install a suitable SGML parser as well.

Package: sgmlspl
Architecture: all
Section: text
Depends: ${perl:Depends},
         ${misc:Depends},
         libsgmls-perl
Suggests: sgmls-doc
Multi-Arch: foreign
Description: SGMLS-based example Perl script for processing SGML parser output
 This is an example of a Perl script to post-process SGML parser output
 using the SGMLS Perl modules.  To make sensible use of this package
 you will need to install a suitable SGML parser as well.

Package: sgmls-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libsgmls-perl,
          sgmlspl
Multi-Arch: foreign
Description: HTML documentation of libsgmls-perl and sgmlspl
 libsgmls-perl and sgmlspl are tools for parsing the output from an SGML parser
 .
 This package contains the documentation in HTML format of the packages 
 libsgmls-perl and sgmlspl.