debian/0000755000000000000000000000000012231175400007161 5ustar debian/watch0000644000000000000000000000016212120457052010214 0ustar version=3 https://metacpan.org/release/Time-y2038/ .*/Time-y2038-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/rules0000755000000000000000000000043612120457032010245 0ustar #!/usr/bin/make -f DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH) %: dh $@ ifneq (,$(filter armel armhf,$(DEB_HOST_ARCH))) override_dh_auto_build: # On ARM, GCC 4.6 seems to misoptimise some 64-bit arithmetic at -O2. dh_auto_build -- --config optimize='-O1 -g' endif debian/copyright0000644000000000000000000000225012120457052011116 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Time-y2038 Source: https://metacpan.org/release/Time-y2038/ Upstream-Contact: Michael G Schwern Files: * Copyright: 2007-2010, Michael G Schwern License: Artistic or GPL-1+ Files: debian/* Copyright: 2010, Ivan Kohler 2010, gregor herrmann 2011, Ansgar Burchardt 2013, Xavier Guimard 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/source/0000755000000000000000000000000012120457343010467 5ustar debian/source/format0000644000000000000000000000001412120457032011670 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212120457052010362 0ustar 9 debian/control0000644000000000000000000000237212120457331010573 0ustar Source: libtime-y2038-perl Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Perl Group Uploaders: Ivan Kohler , gregor herrmann , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 9.20120312), libjson-perl, libtest-exception-perl, libtest-warn-perl, perl, perl (>= 5.11.3) | libmodule-build-perl (>= 0.360000) Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtime-y2038-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtime-y2038-perl.git Homepage: https://metacpan.org/release/Time-y2038/ Package: libtime-y2038-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: Perl module with time functions working beyond 2038 On many computers, Perl's time functions will not work past the year 2038. This is a design fault in the underlying C libraries Perl uses. Time::y2038 provides replacements for those functions which will work accurately +/1 142 million years. debian/changelog0000644000000000000000000000633312231175400011040 0ustar libtime-y2038-perl (20100403-3ubuntu2) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Mon, 21 Oct 2013 10:59:28 +0100 libtime-y2038-perl (20100403-3ubuntu1) raring; urgency=low * Merge from Debian unstable. Remaining changes: - debian/rules: Build with -O1 on ARM. GCC 4.6 seems to misoptimise some 64-bit arithmetic at -O2. -- Logan Rosen Thu, 14 Mar 2013 19:33:22 -0400 libtime-y2038-perl (20100403-3) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Xavier Guimard ] * Bump debian/copyright format to 1.0 * Bump Standards-Version to 3.9.4 * Bump debhelper compatibility to 9 -- Xavier Guimard Sat, 09 Feb 2013 14:35:56 +0100 libtime-y2038-perl (20100403-2ubuntu1) precise; urgency=low * Build with -O1 on ARM. GCC 4.6 seems to misoptimise some 64-bit arithmetic at -O2 (LP: #935270). -- Colin Watson Sun, 22 Apr 2012 02:12:04 +0100 libtime-y2038-perl (20100403-2build2) precise; urgency=low * Rebuild for Perl 5.14. -- Colin Watson Tue, 15 Nov 2011 20:19:05 +0000 libtime-y2038-perl (20100403-2build1) oneiric; urgency=low * Rebuild for Perl 5.12. -- Colin Watson Sun, 08 May 2011 13:34:43 +0100 libtime-y2038-perl (20100403-2) unstable; urgency=low * Change build dependency from "perl (>= 5.12) | libmodule-build-perl (>= 0.36)" to "libmodule-build-perl (>= 0.360000)" until either perl 5.12 enters unstable or sbuild changes its handling of alternative dependencies; thanks to Sebastian Andrzej Siewior for the bug report (closes: #583351). * Remove ancient versions from perl (build) dependency. * Improve short description. * Add /me to Uploaders. * Convert to source format 3.0 (quilt). * Add years of upstream copyright. -- gregor herrmann Thu, 27 May 2010 17:39:16 +0200 libtime-y2038-perl (20100403-1) unstable; urgency=low * New upstream release * lintian: Build-Depends: perl before libmodule-build-perl -- Ivan Kohler Sun, 25 Apr 2010 20:55:55 -0700 libtime-y2038-perl (20100225-2) unstable; urgency=low * Take over for the Debian Perl Group * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza). Changed: Maintainer set to Debian Perl Group (was: Ivan Kohler ); Ivan Kohler moved to Uploaders. * Add B-D-I on libmodule-build-perl (>= 0.36) | perl (>= 5.12) (closes: Bug#576994) * Using the required Module::Build version should prevent errors about time64_config.h too (closes: Bug#577331) -- Ivan Kohler Sun, 18 Apr 2010 09:09:05 -0700 libtime-y2038-perl (20100225-1) unstable; urgency=low * Initial Release (closes: Bug#575974). -- Ivan Kohler Tue, 30 Mar 2010 19:15:32 -0700