summaryrefslogtreecommitdiff
path: root/debian/control
blob: 4f5e70e6122f287fecc1c4cb742d817923564a50 (plain)
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
Source: libhtml-formfu-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>,
           Salvatore Bonaccorso <carnil@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12),
               libfile-sharedir-install-perl
Build-Depends-Indep: perl,
                     libcgi-pm-perl,
                     libcgi-simple-perl,
                     libclone-perl,
                     libconfig-any-perl,
                     libdata-visitor-perl,
                     libdatetime-format-builder-perl,
                     libdatetime-format-natural-perl,
                     libdatetime-format-strptime-perl,
                     libdatetime-locale-perl,
                     libdatetime-perl,
                     libdbix-class-perl,
                     libemail-valid-perl,
                     libfile-sharedir-perl,
                     libhash-flatten-perl,
                     libhtml-scrubber-perl,
                     libhtml-tokeparser-simple-perl,
                     libjson-maybexs-perl,
                     liblist-moreutils-perl,
                     libmoose-perl,
                     libmoosex-aliases-perl,
                     libmoosex-attribute-chained-perl,
                     libnumber-format-perl,
                     libpath-class-perl,
                     libreadonly-perl,
                     libregexp-assemble-perl,
                     libregexp-common-perl,
                     libscalar-list-utils-perl,
                     libtask-weaken-perl,
                     libtest-exception-perl,
                     libtest-requiresinternet-perl,
                     libwww-perl,
                     libyaml-libyaml-perl
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhtml-formfu-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhtml-formfu-perl.git
Homepage: https://github.com/FormFu/HTML-FormFu
Rules-Requires-Root: no

Package: libhtml-formfu-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libcgi-pm-perl,
         libclone-perl,
         libconfig-any-perl,
         libdata-visitor-perl,
         libdatetime-format-builder-perl,
         libdatetime-format-natural-perl,
         libdatetime-format-strptime-perl,
         libdatetime-locale-perl,
         libdatetime-perl,
         libemail-valid-perl,
         libfile-sharedir-perl,
         libhash-flatten-perl,
         libhtml-scrubber-perl,
         libhtml-tokeparser-simple-perl,
         libjson-maybexs-perl,
         liblist-moreutils-perl,
         libmoose-perl,
         libmoosex-aliases-perl,
         libmoosex-attribute-chained-perl,
         libnumber-format-perl,
         libpath-class-perl,
         libreadonly-perl,
         libregexp-assemble-perl,
         libregexp-common-perl,
         libscalar-list-utils-perl,
         libtask-weaken-perl,
         libwww-perl,
         libyaml-libyaml-perl
Suggests: libcgi-simple-perl,
          libhtml-formfu-model-dbic-perl
Description: HTML form creation, rendering and validation framework
 HTML::FormFu is a HTML form framework which aims to be as easy as
 possible to use for basic web forms, but with the power and flexibility
 to do anything else you might want to do (as long as it involves forms).
 .
 You can configure almost any part of formfu's behaviour and output. By
 default formfu renders "XHTML 1.0 Strict" compliant markup, with as
 little extra markup as possible, but with sufficient CSS class names to
 allow for a wide-range of output styles to be generated by changing only
 the CSS.