debian/0000755000000000000000000000000012137655551007200 5ustar debian/watch0000644000000000000000000000021312136022042010203 0ustar version=3 https://metacpan.org/release/ReverseProxy-FormFiller .*/ReverseProxy-FormFiller-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000207012137655551011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: ReverseProxy-FormFiller Upstream-Contact: FX Deltombe Source: https://metacpan.org/release/ReverseProxy-FormFiller Files: * Copyright: 2013, FX Deltombe License: Artistic or GPL-1+ Files: debian/* Copyright: 2013, Xavier Guimard License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/control0000644000000000000000000000242112137310133010562 0ustar Source: libreverseproxy-formfiller-perl Maintainer: Debian Perl Group Uploaders: Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libapache2-mod-perl2, libtest-pod-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libreverseproxy-formfiller-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libreverseproxy-formfiller-perl.git Homepage: https://metacpan.org/release/ReverseProxy-FormFiller 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. debian/compat0000644000000000000000000000000212137306741010370 0ustar 8 debian/changelog0000644000000000000000000000035712137655551011057 0ustar libreverseproxy-formfiller-perl (0.2-1) unstable; urgency=low * Initial Release. (Closes: #705656) * Disable author tests (Pod coverage and manifest) that fails -- Xavier Guimard Mon, 29 Apr 2013 05:25:59 +0200 debian/libreverseproxy-formfiller-perl.examples0000644000000000000000000000001212136022042017252 0ustar example/* debian/source/0000755000000000000000000000000012136022042010456 5ustar debian/source/format0000644000000000000000000000001412136022042011664 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000036612137655551010265 0ustar #!/usr/bin/make -f %: dh $@ # t/manifest.t is disabled and t/pod-coverage.t fails and are useful only for # the author so tests are restricted to t/00-load.t and t/pod.t override_dh_auto_test: dh_auto_test -- TEST_FILES="t/00-load.t t/pod.t"