r1189 - in packages/libdate-simple-perl/trunk: . debian lib/Date lib/Date/Simple t

Edward Betts edward@costa.debian.org
Mon, 20 Jun 2005 15:13:39 +0000


Author: edward
Date: 2005-06-20 15:13:38 +0000 (Mon, 20 Jun 2005)
New Revision: 1189

Added:
   packages/libdate-simple-perl/trunk/debian/
   packages/libdate-simple-perl/trunk/debian/changelog
   packages/libdate-simple-perl/trunk/debian/compat
   packages/libdate-simple-perl/trunk/debian/control
   packages/libdate-simple-perl/trunk/debian/copyright
   packages/libdate-simple-perl/trunk/debian/rules
Modified:
   packages/libdate-simple-perl/trunk/COPYING
   packages/libdate-simple-perl/trunk/ChangeLog
   packages/libdate-simple-perl/trunk/MANIFEST
   packages/libdate-simple-perl/trunk/MANIFEST.SKIP
   packages/libdate-simple-perl/trunk/META.yml
   packages/libdate-simple-perl/trunk/Makefile.PL
   packages/libdate-simple-perl/trunk/README
   packages/libdate-simple-perl/trunk/Simple.xs
   packages/libdate-simple-perl/trunk/lib/Date/Simple.pm
   packages/libdate-simple-perl/trunk/lib/Date/Simple/D8.pm
   packages/libdate-simple-perl/trunk/lib/Date/Simple/Fmt.pm
   packages/libdate-simple-perl/trunk/lib/Date/Simple/ISO.pm
   packages/libdate-simple-perl/trunk/lib/Date/Simple/NoXS.pm
   packages/libdate-simple-perl/trunk/t/date.t
Log:
Load libdate-simple-perl-3.02 into packages/libdate-simple-perl/trunk.



Property changes on: packages/libdate-simple-perl/trunk/COPYING
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libdate-simple-perl/trunk/ChangeLog
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libdate-simple-perl/trunk/MANIFEST
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libdate-simple-perl/trunk/MANIFEST.SKIP
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libdate-simple-perl/trunk/META.yml
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libdate-simple-perl/trunk/Makefile.PL
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libdate-simple-perl/trunk/README
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libdate-simple-perl/trunk/Simple.xs
___________________________________________________________________
Name: svn:executable
   - 
   + *

Added: packages/libdate-simple-perl/trunk/debian/changelog
===================================================================
--- packages/libdate-simple-perl/trunk/debian/changelog	2005-06-20 15:13:25 UTC (rev 1188)
+++ packages/libdate-simple-perl/trunk/debian/changelog	2005-06-20 15:13:38 UTC (rev 1189)
@@ -0,0 +1,12 @@
+libdate-simple-perl (3.02-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Edward Betts <edward@debian.org>  Mon, 20 Jun 2005 16:09:45 +0100
+
+libdate-simple-perl (3.01-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Edward Betts <edward@debian.org>  Fri, 22 Oct 2004 14:13:53 +0100
+

Added: packages/libdate-simple-perl/trunk/debian/compat
===================================================================
--- packages/libdate-simple-perl/trunk/debian/compat	2005-06-20 15:13:25 UTC (rev 1188)
+++ packages/libdate-simple-perl/trunk/debian/compat	2005-06-20 15:13:38 UTC (rev 1189)
@@ -0,0 +1 @@
+4

Added: packages/libdate-simple-perl/trunk/debian/control
===================================================================
--- packages/libdate-simple-perl/trunk/debian/control	2005-06-20 15:13:25 UTC (rev 1188)
+++ packages/libdate-simple-perl/trunk/debian/control	2005-06-20 15:13:38 UTC (rev 1189)
@@ -0,0 +1,18 @@
+Source: libdate-simple-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs, debhelper (>= 4.1.0), perl (>= 5.8.0-7)
+Maintainer: Edward Betts <edward@debian.org>
+Standards-Version: 3.6.1
+
+Package: libdate-simple-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}
+Description: a simple date object for Perl
+ Dates are complex enough without times and timezones.  This module may
+ be used to create simple date objects.
+ .
+ It handles validation, interval arithmetic, day-of-week calculation
+ and transparent date formatting.
+ .
+ It does not deal with hours, minutes, seconds, and time zones.

Added: packages/libdate-simple-perl/trunk/debian/copyright
===================================================================
--- packages/libdate-simple-perl/trunk/debian/copyright	2005-06-20 15:13:25 UTC (rev 1188)
+++ packages/libdate-simple-perl/trunk/debian/copyright	2005-06-20 15:13:38 UTC (rev 1189)
@@ -0,0 +1,29 @@
+This package was debianized by Edward Betts <edward@debian.org> on
+Wed, 20 Oct 2004 12:23:05 +0100
+
+It was downloaded from http://search.cpan.org/CPAN/authors/id/Y/YV/YVES/
+
+The upstream authors are:
+
+Marty Pauley <marty@kasei.com>
+John Tobey <jtobey@john-edwin-tobey.org>
+Yves Orton <demerphq@hotmail.com>.
+
+Copyright:
+
+    Copyright (C) 2001  Kasei.
+    Copyright (C) 2001,2002 John Tobey.
+    Copyright (C) 2004 Yves Orton.
+
+    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'.

Added: packages/libdate-simple-perl/trunk/debian/rules
===================================================================
--- packages/libdate-simple-perl/trunk/debian/rules	2005-06-20 15:13:25 UTC (rev 1188)
+++ packages/libdate-simple-perl/trunk/debian/rules	2005-06-20 15:13:38 UTC (rev 1189)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perlmodule.mk


Property changes on: packages/libdate-simple-perl/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *


Property changes on: packages/libdate-simple-perl/trunk/lib/Date/Simple/D8.pm
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libdate-simple-perl/trunk/lib/Date/Simple/Fmt.pm
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libdate-simple-perl/trunk/lib/Date/Simple/ISO.pm
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libdate-simple-perl/trunk/lib/Date/Simple/NoXS.pm
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libdate-simple-perl/trunk/lib/Date/Simple.pm
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libdate-simple-perl/trunk/t/date.t
___________________________________________________________________
Name: svn:executable
   - 
   + *