debian/0000755000000000000000000000000011403270007007160 5ustar debian/copyright0000644000000000000000000000212411353670410011120 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: John C. Siracusa Source: http://search.cpan.org/dist/Time-Clock/ Name: Time-Clock Copyright: © 2010, John C. Siracusa License: Artistic or GPL-1+ Files: debian/* Copyright: © 2007-2008, Krzysztof Krzyżaniak (eloy) © 2010, Ansgar Burchardt 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/changelog0000644000000000000000000000237411402423611011040 0ustar libtime-clock-perl (1.01-1) unstable; urgency=low * New upstream release. -- Ansgar Burchardt Fri, 04 Jun 2010 20:49:13 +0900 libtime-clock-perl (1.00-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * New upstream release. * Use source format 3.0 (quilt). * Refresh rules for debhelper 7. * Convert debian/copyright to proposed machine-readable format and update years of copyright. * debian/control: Make build-dep on perl unversioned. * debian/control: Remove trailing ", " from Depends: field. * Add myself to Uploaders. * Bump Standard-Version to 3.8.4. [ gregor herrmann ] * Add libtest-pod-perl to Build-Depends-Indep. -- Ansgar Burchardt Tue, 23 Mar 2010 12:32:55 +0900 libtime-clock-perl (0.12-1) unstable; urgency=low * New upstream release (closes: #474634) -- Krzysztof Krzyżaniak (eloy) Sun, 06 Apr 2008 22:52:09 +0200 libtime-clock-perl (0.11-1) unstable; urgency=low * Initial Release. -- Krzysztof Krzyzaniak (eloy) Wed, 23 May 2007 16:23:35 +0200 debian/control0000644000000000000000000000225511353670410010575 0ustar Source: libtime-clock-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl, libtest-pod-perl Uploaders: Krzysztof Krzyżaniak (eloy) , Ansgar Burchardt Standards-Version: 3.8.4 Maintainer: Debian Perl Group Homepage: http://search.cpan.org/dist/Time-Clock/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtime-clock-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtime-clock-perl/ Package: libtime-clock-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: twenty-four hour clock object with nanosecond precision A Time::Clock object is a twenty-four hour clock with nanosecond precision and wrap-around. It is a clock only; it has absolutely no concept of dates. Vagaries of date/time such as leap seconds and daylight savings time are unsupported. . When a Time::Clock object hits 23:59:59.999999999 and at least one more nanosecond is added, it will wrap around to 00:00:00.000000000. This works in reverse when time is subtracted. . Time::Clock objects automatically stringify to a user-definable format. debian/compat0000644000000000000000000000000211353670410010364 0ustar 7 debian/watch0000644000000000000000000000016011353670410010214 0ustar version=3 http://search.cpan.org/dist/Time-Clock/ .*/Time-Clock-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/source/0000755000000000000000000000000011403267643010474 5ustar debian/source/format0000644000000000000000000000001411353670410011674 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003511353670410010244 0ustar #!/usr/bin/make -f %: dh $@