debian/0000755000000000000000000000000011334104302007155 5ustar debian/control0000644000000000000000000000174511334104302010567 0ustar Source: libwhisker2-perl Section: perl Priority: optional Maintainer: Vincent Bernat Build-Depends: perl, debhelper (>= 5.0.0) Standards-Version: 3.8.4 Homepage: http://www.wiretrip.net/rfp/lw.asp Vcs-Browser: http://git.debian.org/?p=collab-maint/libwhisker2-perl.git Vcs-Git: git://git.debian.org/git/collab-maint/libwhisker2-perl.git Package: libwhisker2-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Recommends: libnet-ssleay-perl Description: Perl module geared for HTTP testing This package provides LibWhisker 2 (LW2), a flexible, portable and self-contained Perl module implementing fast and small replacements to the usual HTTP testing functions, as available in LWP, URI, HTML::Parser, MIME::Base64, etc. . It supports: - HTTP 0.9, 1.0, and 1.1; - persistent connections (with keep-alives); - proxying; - anti-IDS features; - SSL (through libnet-ssleay-perl); - chunked encoding; - basic and NTLM authentication. debian/watch0000644000000000000000000000012011334104302010177 0ustar version=3 http://www.wiretrip.net/rfp/libwhisker/libwhisker2-([\d\.]+)\.tar\.gz debian/changelog0000644000000000000000000000106011334104302011024 0ustar libwhisker2-perl (2.5-1) unstable; urgency=low * New upstream version. * Bump Standards-Version. No changes required. * Update debian/copyright since this software is now BSD licensed. * Switch to 3.0 quilt format. * Add Vcs-* fields in debian/control * Convert debian/copyright to machine readable format -- Vincent Bernat Mon, 08 Feb 2010 22:57:12 +0100 libwhisker2-perl (2.4-1) unstable; urgency=low * Initial package (Closes: #435948, #435979) -- Vincent Bernat Sun, 23 Mar 2008 14:48:20 +0100 debian/rules0000755000000000000000000000172611334104302010243 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 build: build-stamp build-stamp: dh_testdir perl Makefile.pl lib pod2man --section=3perl LW2.pm > debian/LW2.3perl touch $@ clean: dh_testdir dh_testroot rm -f build-stamp rm -f debian/LW2.3perl perl Makefile.pl clean dh_clean install: build dh_testdir dh_testroot dh_clean -k dh_installdirs install -m 0755 -d $(CURDIR)/debian/libwhisker2-perl/usr/share/perl5 install -m 0644 LW2.pm $(CURDIR)/debian/libwhisker2-perl/usr/share/perl5/LW2.pm binary-arch: build install binary-indep: build install dh_testdir dh_testroot dh_installchangelogs CHANGES dh_installdocs -Xevil.htm KNOWNBUGS README docs/* dh_installexamples scripts/* dh_installman debian/LW2.3perl dh_compress -X.pl dh_fixperms dh_perl dh_installdeb dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/source/0000755000000000000000000000000011334104302010455 5ustar debian/source/format0000644000000000000000000000001411334104541011670 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211334104302010353 0ustar 5 debian/copyright0000644000000000000000000000311511334104302011110 0ustar This package was downloaded from Files: * Copyright: © 2009 Jeff Forristal License: BSD (2-clause) Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: debian/* Copyright: © 2008 Vincent Bernat License: GPL-2+ On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL`.