debian/0000755000000000000000000000000011376401433007170 5ustar debian/control0000644000000000000000000000156611376021711010600 0ustar Source: libnet-ping-external-perl Section: perl Priority: optional Maintainer: Eugene Krivdyuk Uploaders: tony mancill Standards-Version: 3.8.4 Build-Depends-Indep: iputils-ping Build-Depends: debhelper (>= 7), perl (>= 5.6.0) Package: libnet-ping-external-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, iputils-ping | ping Description: Provide an interface to the system ping command Net::Ping::External is a module which interfaces with the "ping" command on many systems. It presently provides a single function, ping(), that takes in a hostname and (optionally) a timeout and returns true if the host is alive, and false otherwise. Unless you have the ability (and willingness) to run your scripts as the superuser on your system, this module will probably provide more accurate results than Net::Ping will. debian/source/0000755000000000000000000000000011376016343010472 5ustar debian/source/format0000644000000000000000000000001411376016343011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000370711376401370011051 0ustar libnet-ping-external-perl (0.13-1) unstable; urgency=low * New upstream release. * Add debian/watch file; add get-orig-source target to debian/rules -- tony mancill Sun, 23 May 2010 21:38:58 -0700 libnet-ping-external-perl (0.11-4) unstable; urgency=low * Switch to dpkg-source 3.0 (quilt) format * debian/control: - Bump Standards-Version to 3.8.4 - Add ${misc:Depends} to Depends: - Set Build-Dep on debhelper to 7; add debian/compat - Build-Depends-Indep now on iputils-ping | ping * debian/rules - reworked * debian/copyright: add author's copyright statement -- tony mancill Sat, 22 May 2010 11:44:07 -0700 libnet-ping-external-perl (0.11-3) unstable; urgency=low * revert Section: from libs to perl * added tmancill@debian.org to Uploaders: * bumped build-dep on debhelper to 4 (to match DH_COMPAT in rules) -- tony mancill Wed, 2 Aug 2006 07:50:19 -0700 libnet-ping-external-perl (0.11-2) unstable; urgency=low * New maintainer (Closes: #358802). * Fixed incorrect (too short) description (Closes: #209890). -- Eugene Krivdyuk Tue, 01 Aug 2006 11:46:51 +0300 libnet-ping-external-perl (0.11-0.1) unstable; urgency=low * Non-Maintainer Upload. * New upstream version, closes: #329636. This was mainly done as the previous version was uploaded as a native package and the source contained CVS directories. The changes between versions are minimal. * debian/copyright - Added pointers to the files containing the GPL and Artistic license details on Debian systems * Rebuild to remove /usr/doc links, closes: #359465 * Added missing dependency (and build-dep) on ping. -- Stephen Quinney Mon, 12 Jun 2006 11:08:07 +0100 libnet-ping-external-perl (0.10-1) unstable; urgency=low * Initial Debianization (closes #153732). -- Jean-Francois Dive Sun, 4 Aug 2002 00:01:18 +1000 debian/patches/0000755000000000000000000000000011376401433010617 5ustar debian/patches/series0000644000000000000000000000002611376401433012032 0ustar debian-changes-0.13-1 debian/patches/debian-changes-0.13-10000644000000000000000000000321411376401433014107 0ustar Description: Upstream changes introduced in version 0.13-1 This patch has been created by dpkg-source during the package build. Here's the last changelog entry, hopefully it gives details on why those changes were made: . libnet-ping-external-perl (0.13-1) unstable; urgency=low . * New upstream release. * Add debian/watch file; add get-orig-source target to debian/rules . The person named in the Author field signed this changelog entry. Author: tony mancill --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- /dev/null +++ libnet-ping-external-perl-0.13/NPE.out @@ -0,0 +1,10 @@ + +Operating system according to perl: linux +Operating system according to `uname -a` (if available): +Linux honig 2.6.32-trunk-686-bigmem #1 SMP Sun Jan 10 07:12:17 UTC 2010 i686 GNU/Linux +Perl version: This is perl, v5.10.1 (*) built for i486-linux-gnu-thread-multi +Ping help: Usage: ping [-LRUbdfnqrvVaAD] [-c count] [-i interval] [-w deadline] + [-p pattern] [-s packetsize] [-t ttl] [-I interface] + [-M pmtudisc-hint] [-m mark] [-S sndbuf] + [-T tstamp-options] [-Q tos] [hop1 ...] destination + debian/rules0000755000000000000000000000013311376401252010244 0ustar #!/usr/bin/make -f %: dh $@ get-orig-source: uscan --verbose --force --rename --repack debian/watch0000644000000000000000000000020211376377570010231 0ustar # Compulsory line, this is a version 3 file version=3 http://www.cpan.org/modules/by-module/Net/Net-Ping-External-([\d\.]+)\.zip debian/copyright0000644000000000000000000000200711376377342011135 0ustar This package have been packaged by Jean-Francois Dive as libnet-ping-external-perl. The only changes are the debian packaging information. The upstream author is Colin McMillen (colinm@cpan.org) The upstream source is the CPAN perl module repository and can be found at: http://www.cpan.org/modules/by-module/Net/Net-Ping-External-${version}. Current debian maintainer is Eugene Krivdyuk . Copyright: (c) 2003 Colin McMillen. All rights reserved. License: This program is free software; you can redistribute it and/or modify it under the terms of either: a) the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or b) the "Artistic License" which comes with Perl. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL' and the Artistic Licence in `/usr/share/common-licenses/Artistic'. debian/compat0000644000000000000000000000000211376017416010372 0ustar 7