debian/0000755000000000000000000000000011572677222007201 5ustar debian/control0000644000000000000000000000224711572676325010614 0ustar Source: libnet-ntp-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7), perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , gregor herrmann , Nicholas Bamber Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Net-NTP/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-ntp-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-ntp-perl/ Package: libnet-ntp-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, netbase Recommends: libio-socket-inet6-perl Description: Perl module to query NTP servers Net::NTP is a small perl module to query an NTP (Network Time Protocol) time server for the current time. It exports a single method (get_ntp_response) and returns an associative array based upon RFC1305 and RFC2030. The response from the server is "humanized" to a point that further processing of the information received from the server can be manipulated. For example: timestamps are in epoch, so one could use the localtime function to produce an even more "human" representation of the timestamp. debian/copyright0000644000000000000000000000243711572670777011152 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Ask Bjørn Hansen Source: http://search.cpan.org/dist/Net-NTP/ Name: Net-NTP Files: * Copyright: 2009, Ask Bjørn Hansen 2004, James G. Willmore . Special thanks to Ralf D. Kloth for the code to decode NTP packets. License: Artistic or GPL-1+ Files: debian/* Copyright: 2004, Adrian von Bidder 2009, Damyan Ivanov 2009, gregor herrmann 2011, Nicholas Bamber 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/watch0000644000000000000000000000015211250200326010204 0ustar version=3 http://search.cpan.org/dist/Net-NTP/ .*/Net-NTP-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/patches/0000755000000000000000000000000011572677222010630 5ustar debian/patches/spelling.patch0000644000000000000000000000174011572670777013500 0ustar Author: Nicholas Bamber Subject: spelling Forwarded: no Last-Update: 2011-06-05 --- a/lib/Net/NTP.pm +++ b/lib/Net/NTP.pm @@ -217,15 +217,15 @@ =head1 ABSTRACT All this module does is send a packet to an NTP server and then decode -the packet recieved into it's respective parts - as outlined in +the packet received into it's respective parts - as outlined in RFC1305 and RFC2030. =head1 DESCRIPTION This module exports a single method (get_ntp_response) and returns an associative array based upon RFC1305 and RFC2030. The response from -the server is "humanized" to a point that further processing of th -information recieved from the server can be manipulated. For example: +the server is "humanized" to a point that further processing of the +information received from the server can be manipulated. For example: timestamps are in epoch, so one could use the localtime function to produce an even more "human" representation of the timestamp. debian/patches/series0000644000000000000000000000001711572670777012053 0ustar spelling.patch debian/compat0000644000000000000000000000000211250274755010374 0ustar 7 debian/changelog0000644000000000000000000000402511572676551011060 0ustar libnet-ntp-perl (1.3-1) unstable; urgency=low [ Nicholas Bamber ] * New upstream release * Added myself to Uploaders * Added debian/source/format * Raised standards version to 3.9.2 * Added patch for spelling mistake * Extended long descrption * Refreshed copyright [ gregor herrmann ] * Add libio-socket-inet6-perl to Recommends. * Activate tests again, they now only 'use' the module and don't query an ntp server. -- Nicholas Bamber Sun, 05 Jun 2011 10:12:27 +0100 libnet-ntp-perl (1.2-4) unstable; urgency=low * debian/rules: don't run tests as they need an ntpd (closes: #546233); remove build dependency on netbase. * Add /me to Uploaders. -- gregor herrmann Thu, 01 Oct 2009 22:58:14 +0200 libnet-ntp-perl (1.2-3) unstable; urgency=low * add netbase to (build-) dependencies ensures 'ntp' network service name is resolvable Closes: #545657 -- FTBFS: tests failed -- Damyan Ivanov Tue, 08 Sep 2009 16:09:40 +0300 libnet-ntp-perl (1.2-2) unstable; urgency=low * Take over for the Debian Perl Group on maintainer's request (http://lists.alioth.debian.org/pipermail/pkg-perl-maintainers/2009- September/025053.html) * debian/control + add Vcs-* and Homepage fields + add ${misc:Depends} to Depends + changed Maintainer to Debian Perl Group * debian/watch: use dist-based URL. * put myself in Uploaders * rules: use debhelper7 3-liner; bump build-dependency; add debian/compat + no longer ship boilerplate README * move debhelper and perl from B-D-I to B-D * copyright: convert to machine-readable format, add license for packaging * bump Standards-Version to 3.8.3 (no changes needed) -- Damyan Ivanov Fri, 04 Sep 2009 16:05:19 +0300 libnet-ntp-perl (1.2-1) unstable; urgency=low * first Debian release of Net::NTP (closes: #269267) * sponsored by Martin Krafft ; thanks a lot. -- Adrian von Bidder Tue, 31 Aug 2004 19:56:01 +0200 debian/source/0000755000000000000000000000000011572677222010501 5ustar debian/source/format0000644000000000000000000000001411572670776011716 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611572676302010256 0ustar #!/usr/bin/make -f %: dh $@ debian/libnet-ntp-perl.examples0000644000000000000000000000000511261213605013732 0ustar eg/*