File: control

package info (click to toggle)
libreverseproxy-formfiller-perl 0.5-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 144 kB
  • sloc: perl: 157; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,369 bytes parent folder | download | duplicates (2)
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
Source: libreverseproxy-formfiller-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Guimard <x.guimard@free.fr>,
 Florian Schlichting <fsfs@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libapache2-mod-perl2,
                     libtest-pod-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libreverseproxy-formfiller-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libreverseproxy-formfiller-perl.git
Homepage: https://metacpan.org/release/ReverseProxy-FormFiller
Testsuite: autopkgtest-pkg-perl

Package: libreverseproxy-formfiller-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libapache2-mod-perl2
Description: ModPerl module to fill and submit any html form
 ReverseProxy::FormFiller makes an Apache server, positioned as a frontal
 server or as a reverse-proxy, fill and (possibly) submit html forms in place
 of users.
 .
 This is particularly intended for authentication forms, if you want users to
 be authenticated with some account, but if you don't want them to know and
 type any password. But it also works with any html POST form.
 .
 ReverseProxy::FormFiller is based on Apache2 mod_perl filters. So you have to
 enable mod_perl.