r56465 - in /trunk/libtime-y2038-perl/debian: ./ changelog compat control copyright rules watch

ivan at users.alioth.debian.org ivan at users.alioth.debian.org
Sun Apr 18 15:40:17 UTC 2010


Author: ivan
Date: Sun Apr 18 15:39:53 2010
New Revision: 56465

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56465
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libtime-y2038-perl/debian/
    trunk/libtime-y2038-perl/debian/changelog
    trunk/libtime-y2038-perl/debian/compat
    trunk/libtime-y2038-perl/debian/control
    trunk/libtime-y2038-perl/debian/copyright
    trunk/libtime-y2038-perl/debian/rules   (with props)
    trunk/libtime-y2038-perl/debian/watch

Added: trunk/libtime-y2038-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-y2038-perl/debian/changelog?rev=56465&op=file
==============================================================================
--- trunk/libtime-y2038-perl/debian/changelog (added)
+++ trunk/libtime-y2038-perl/debian/changelog Sun Apr 18 15:39:53 2010
@@ -1,0 +1,5 @@
+libtime-y2038-perl (20100225-1) unstable; urgency=low
+
+  * Initial Release (closes: Bug#575974).
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Tue, 30 Mar 2010 19:15:32 -0700

Added: trunk/libtime-y2038-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-y2038-perl/debian/compat?rev=56465&op=file
==============================================================================
--- trunk/libtime-y2038-perl/debian/compat (added)
+++ trunk/libtime-y2038-perl/debian/compat Sun Apr 18 15:39:53 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libtime-y2038-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-y2038-perl/debian/control?rev=56465&op=file
==============================================================================
--- trunk/libtime-y2038-perl/debian/control (added)
+++ trunk/libtime-y2038-perl/debian/control Sun Apr 18 15:39:53 2010
@@ -1,0 +1,19 @@
+Source: libtime-y2038-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), perl (>= 5.6.100),
+  libtest-warn-perl (>= 0.11), libtest-exception-perl (>= 0.27),
+  libjson-perl (>= 2.17)
+Maintainer: Ivan Kohler <ivan-debian at 420.am>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/Time-y2038/
+
+Package: libtime-y2038-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends},
+  perl (>= 5.6.100)
+Description: Versions of Perl's time functions which work 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.

Added: trunk/libtime-y2038-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-y2038-perl/debian/copyright?rev=56465&op=file
==============================================================================
--- trunk/libtime-y2038-perl/debian/copyright (added)
+++ trunk/libtime-y2038-perl/debian/copyright Sun Apr 18 15:39:53 2010
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Michael G Schwern <schwern at pobox.com>
+Source: http://search.cpan.org/dist/Time-y2038/
+Name: Time-y2038
+
+Files: *
+Copyright: Michael G Schwern <schwern at pobox.com>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Ivan Kohler <ivan-debian at 420.am>
+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'

Added: trunk/libtime-y2038-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-y2038-perl/debian/rules?rev=56465&op=file
==============================================================================
--- trunk/libtime-y2038-perl/debian/rules (added)
+++ trunk/libtime-y2038-perl/debian/rules Sun Apr 18 15:39:53 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libtime-y2038-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libtime-y2038-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-y2038-perl/debian/watch?rev=56465&op=file
==============================================================================
--- trunk/libtime-y2038-perl/debian/watch (added)
+++ trunk/libtime-y2038-perl/debian/watch Sun Apr 18 15:39:53 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Time-y2038/   .*/Time-y2038-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




More information about the Pkg-perl-cvs-commits mailing list