debian/0000755000000000000000000000000012150167067007173 5ustar debian/watch0000644000000000000000000000023712101264457010223 0ustar # format version number, currently 3; this line is compulsory! version=3 https://metacpan.org/release/HTTP-Recorder/ .+/HTTP-Recorder-([[:digit:]].*)\.tar\.gz debian/copyright0000644000000000000000000000225712150166652011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: HTTP-Recorder Upstream-Contact: Shmuel Fomberg Source: https://metacpan.org/release/HTTP-Recorder/ Files: * Copyright: 2003-2005 by Linda Julien 2011-2013, Shmuel Fomberg License: GPL-1+ Files: debian/* Copyright: 2005-2008, Ernesto Hernández-Novich (USB) 2007, Damyan Ivanov 2012-2013, Florian Schlichting 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/control0000644000000000000000000000261612150166517010602 0ustar Source: libhttp-recorder-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libhtml-parser-perl, libhttp-proxy-perl, libhttp-request-params-perl, liburi-perl, libwww-perl, libtest-pod-perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , Florian Schlichting Homepage: http://www.bitmistress.org/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhttp-recorder-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhttp-recorder-perl.git Standards-Version: 3.9.4 Package: libhttp-recorder-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libhtml-parser-perl, libhttp-proxy-perl, libhttp-request-params-perl, liburi-perl, libwww-perl Suggests: libwww-mechanize-perl Description: Perl module to record interaction with websites HTTP::Recorder allows your Perl program to record the interaction with websites (SSL and non-SSL). It acts as a proxy agent for HTTP::Proxy, rewriting HTTP requests and responses while recording the interaction in a script suitable for WWW::Mechanize. If a JavaScript-enabled browser is being used, the script can be examined and modified as it is being recorded. . Since version 0.06, libhttp-recorder-perl includes a script httprecorder to quickly set up a proxy and start recording traffic. debian/compat0000644000000000000000000000000212150166454010370 0ustar 8 debian/changelog0000644000000000000000000000543212150167067011051 0ustar libhttp-recorder-perl (0.07-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Florian Schlichting ] * Import Upstream version 0.07 * Email change: Florian Schlichting -> fsfs@debian.org * Bump Standards-Version to 3.9.4 (no change) * Bump copyright years -- Florian Schlichting Sat, 25 May 2013 19:00:19 +0200 libhttp-recorder-perl (0.06-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Added: ${misc:Depends} to Depends: field. [ Ansgar Burchardt ] * debian/control: Correct Vcs-Browser URL. * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ Florian Schlichting ] * Imported Upstream version 0.06. * Rewrote debian/copyright to use copyright-format 1.0. * Switched to source format 3.0 (quilt). * Switched to short-form debian/rules. * Bumped dh compatibility to level 8 (no changes necessary). * Bumped Standards-Version to 3.9.3 (no further changes) * Sorted (build-)dependencies, promoting libhttp-proxy-perl to Depends. * Made short description a noun phrase and rewrote long description. * Added myself to Uploaders. -- Florian Schlichting Sat, 05 May 2012 01:12:30 +0200 libhttp-recorder-perl (0.05-3) unstable; urgency=low [ gregor herrmann ] * debian/rules: delete /usr/lib/perl5 only if it exists (Closes: #467910). [ Ernesto Hernández-Novich (USB) ] * Upgraded to debhelper 6 -- Ernesto Hernández-Novich (USB) Mon, 14 Jan 2008 10:50:12 -0430 libhttp-recorder-perl (0.05-2) unstable; urgency=low [ Ernesto Hernández-Novich (USB) ] * Moved package into Debian Pkg Perl Project SVN. * Updated standards version. * Cleanup debian/rules. * Fixed watch file. * Wrapped long lines in control file. * Added Build-Depends-Indep on libtest-pod-perl. * Fixed Maintainer field in control file. * Fixed copyright and control file with a better URL. [ Damyan Ivanov ] * debian/control + use http://www.bitmistress.org/ for Homepage * Do not ship redundant README * Drop debian/docs (CHANGES already installed via dh_installchangelogs) * Bump debhelper compat level to 5 * Further bump standards-version to 3.7.3 (no changes) * Further fix watch file * Put me in Uploaders instead of Ernesto -- Damyan Ivanov Wed, 05 Dec 2007 22:11:50 +0200 libhttp-recorder-perl (0.05-1) unstable; urgency=low * Initial Release. -- Ernesto Hernández-Novich Mon, 05 Dec 2005 11:58:38 -0400 debian/source/0000755000000000000000000000000011751055234010471 5ustar debian/source/format0000644000000000000000000000001411751055234011677 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003612150166454010251 0ustar #!/usr/bin/make -f %: dh $@