File: control

package info (click to toggle)
libhtml-mason-perl 1%3A1.59-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,812 kB
  • sloc: perl: 8,618; sh: 49; makefile: 2
file content (75 lines) | stat: -rw-r--r-- 3,133 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Source: libhtml-mason-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ivan Kohler <ivan-debian@420.am>,
           gregor herrmann <gregoa@debian.org>,
           Florian Schlichting <fsfs@debian.org>,
           Xavier Guimard <yadd@debian.org>,
           Dominic Hargreaves <dom@earth.li>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libapache2-mod-perl2 <!nocheck>,
                     libcache-cache-perl <!nocheck>,
                     libcgi-pm-perl <!nocheck>,
                     libchi-perl <!nocheck>,
                     libclass-container-perl <!nocheck>,
                     libexception-class-perl <!nocheck>,
                     libhtml-parser-perl <!nocheck>,
                     liblog-any-perl <!nocheck>,
                     libparams-validate-perl <!nocheck>,
                     libtest-deep-perl <!nocheck>,
                     libtest-memory-cycle-perl <!nocheck>,
                     libtest-pod-perl <!nocheck>,
                     perl
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhtml-mason-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhtml-mason-perl.git
Homepage: http://www.masonhq.com/
Rules-Requires-Root: no

Package: libhtml-mason-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcache-cache-perl,
         libcgi-pm-perl,
         libclass-container-perl,
         libexception-class-perl,
         libhtml-parser-perl,
         liblog-any-perl,
         libparams-validate-perl
Recommends: libapache2-mod-perl2
Suggests: libchi-perl,
          libfcgi-perl,
          libhtml-mason-perl-doc
Description: HTML::Mason Perl module
 Mason allows web pages and sites to be constructed from shared,
 reusable building blocks called components. Components contain a mix
 of Perl and HTML, and can call each other and pass values back and
 forth like subroutines. Components increase modularity and eliminate
 repetitive work: common design elements (headers, footers, menus,
 logos) can be extracted into their own components where they need be
 changed only once to affect the whole site.
 .
 Other Mason features include a graphical site previewing utility, an
 HTML/data caching model, and the ability to walk through requests with
 the Perl debugger.
 .
 This package contains the HTML::Mason modules.

Package: libhtml-mason-perl-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: HTML::Mason examples
 Mason allows web pages and sites to be constructed from shared,
 reusable building blocks called components. Components contain a mix
 of Perl and HTML, and can call each other and pass values back and
 forth like subroutines. Components increase modularity and eliminate
 repetitive work: common design elements (headers, footers, menus,
 logos) can be extracted into their own components where they need be
 changed only once to affect the whole site.
 .
 This package contains the HTML::Mason examples.