debian/0000755000000000000000000000000011606017402007163 5ustar debian/watch0000644000000000000000000000035011455035421010215 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search http://search.cpan.org/dist/LWP-Online/ .*/LWP-Online-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/rules0000755000000000000000000000016611606006744010255 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_test: http_proxy= HTTP_PROXY= CGI_HTTP_PROXY= dh_auto_test touch $@ debian/changelog0000644000000000000000000000206011606017275011043 0ustar liblwp-online-perl (1.08-1) unstable; urgency=low * Team upload. [ gregor herrmann ] * debian/control: add missing full stop to long description, thanks to Rhonda for spotting. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ 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). [ Ansgar Burchardt ] * New upstream release. * No longer run author tests. * Use minimal debian/rules with debhelper 8. * Use source format 3.0 (quilt). * debian/copyright: Update for new release; refer to "Debian systems" instead of "Debian GNU/Linux systems"; refer to /usr/share/common-licenses/GPL-1. * Bump Standards-Version to 3.9.2. -- Ansgar Burchardt Sat, 09 Jul 2011 11:26:20 +0200 liblwp-online-perl (1.07-1) unstable; urgency=low * Initial Release. (Closes: #514679) -- Antonio Radici Tue, 10 Feb 2009 21:48:54 +0000 debian/control0000644000000000000000000000205011606017063010566 0ustar Source: liblwp-online-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, liburi-perl, libwww-perl Maintainer: Debian Perl Group Uploaders: Antonio Radici Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/LWP-Online/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/liblwp-online-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/liblwp-online-perl/ Package: liblwp-online-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, liburi-perl, libwww-perl Description: module to check if there is Internet access LWP::Online will try to verify, as accurately as it can, if the host has any Internet access: it will check if there is basic network access, DNS connectivity and it will also check whether one from a whole set of transport (HTTP, HTTPS, FTP, and so on) is actually available. . The exported 'online' function can also be used by other modules to skip the tests which require Internet connectivity. debian/compat0000644000000000000000000000000211606006757010374 0ustar 8 debian/source/0000755000000000000000000000000011606017402010463 5ustar debian/source/format0000644000000000000000000000001411606006672011700 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000232011606007151011113 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Adam Kennedy Source: http://search.cpan.org/dist/LWP-Online/ Name: LWP-Online Files: * Copyright: 2006-2011, Adam Kennedy License: Artistic or GPL-1+ Files: inc/* Copyright: 2002-2011, Adam Kennedy 2002-2011, Audrey Tang 2002-2011, Brian Ingerson license: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Antonio Radici 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'.