debian/0000755000000000000000000000000011377556466007212 5ustar debian/control0000644000000000000000000000224511377555717010616 0ustar Source: libnet-https-any-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7.0.50~) Build-Depends-Indep: libnet-ssleay-perl, libcrypt-ssleay-perl, libwww-perl, libtie-ixhash-perl, liburi-perl, libtest-pod-perl, libtest-pod-coverage-perl, perl Maintainer: Debian Perl Group Uploaders: Ivan Kohler , gregor herrmann Standards-Version: 3.8.4 Homepage: http://search.cpan.org/dist/Net-HTTPS-Any/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-https-any-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-https-any-perl/ Package: libnet-https-any-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libnet-ssleay-perl | libcrypt-ssleay-perl, libnet-ssleay-perl | libwww-perl, libtie-ixhash-perl, liburi-perl, perl Description: Perl module for HTTPS GET and POST using any available SSL module Net-HTTPS-Any is a simple wrapper around either of the two available SSL modules. It offers a unified API for sending GET and POST requests over HTTPS and receiving responses. . It depends on Net::SSLeay _or_ ( Crypt::SSLeay and LWP::UserAgent ). debian/copyright0000644000000000000000000000213411377556302011132 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Ivan Kohler Source: http://search.cpan.org/dist/Net-HTTPS-Any/ Name: Net-HTTPS-Any Files: * Copyright: 2008-2010, Freeside Internet Services, Inc. License: Artistic or GPL-1+ Files: debian/* Copyright: 2010, Ivan Kohler 2010, gregor herrmann 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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL' debian/watch0000644000000000000000000000016711377555141010234 0ustar version=3 http://search.cpan.org/dist/Net-HTTPS-Any/ .*/Net-HTTPS-Any-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211377555141010375 0ustar 7 debian/changelog0000644000000000000000000000133611377556327011063 0ustar libnet-https-any-perl (0.10-3) unstable; urgency=low * Explicitly run only the non-network tests (closes: #583462). * Convert to source format 3.0 (quilt). * Add /me to Uploaders. * Add additional build dependencies. * Improve short and long description. * Don't install README anymore. * Update years of upstream copyright. -- gregor herrmann Thu, 27 May 2010 22:57:44 +0200 libnet-https-any-perl (0.10-2) unstable; urgency=low * Remove network tests. -- Ivan Kohler Sat, 01 May 2010 16:47:32 -0700 libnet-https-any-perl (0.10-1) unstable; urgency=low * Initial Release (closes: Bug#579871). -- Ivan Kohler Sat, 01 May 2010 16:11:25 -0700 debian/source/0000755000000000000000000000000011377556423010503 5ustar debian/source/format0000644000000000000000000000001411377555614011712 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000017111377555423010261 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_test: dh_auto_test -- TEST_FILES="t/00-load.t t/pod-coverage.t t/pod.t"