r10995 - in /trunk/libtime-local-perl/debian: ./ changelog compat control copyright docs rules watch

ghostbar-guest at users.alioth.debian.org ghostbar-guest at users.alioth.debian.org
Fri Dec 7 03:45:50 UTC 2007


Author: ghostbar-guest
Date: Fri Dec  7 03:45:50 2007
New Revision: 10995

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

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

Added: trunk/libtime-local-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtime-local-perl/debian/changelog?rev=10995&op=file
==============================================================================
--- trunk/libtime-local-perl/debian/changelog (added)
+++ trunk/libtime-local-perl/debian/changelog Fri Dec  7 03:45:50 2007
@@ -1,0 +1,6 @@
+libtime-local-perl (1.17-1) unstable; urgency=low
+
+  * Initial release (Closes: #425489)
+
+ -- Jose Luis Rivas <ghostbar38 at gmail.com>  Mon, 21 May 2007 19:12:36 -0400
+

Added: trunk/libtime-local-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libtime-local-perl/debian/compat?rev=10995&op=file
==============================================================================
--- trunk/libtime-local-perl/debian/compat (added)
+++ trunk/libtime-local-perl/debian/compat Fri Dec  7 03:45:50 2007
@@ -1,0 +1,1 @@
+5

Added: trunk/libtime-local-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libtime-local-perl/debian/control?rev=10995&op=file
==============================================================================
--- trunk/libtime-local-perl/debian/control (added)
+++ trunk/libtime-local-perl/debian/control Fri Dec  7 03:45:50 2007
@@ -1,0 +1,20 @@
+Source: libtime-local-perl
+Section: perl
+Priority: extra
+Maintainer: Jose Luis Rivas <ghostbar38 at gmail.com>
+Build-Depends-Indep: perl
+Build-Depends: cdbs, debhelper (>= 5)
+Standards-Version: 3.7.2
+
+Package: libtime-local-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: efficiently compute time from local and GMT time
+ This module provides functions that are the inverse of built-in perl functions
+ localtime() and gmtime(). They accept a date as a six-element array, and return
+ the corresponding time(2) value in seconds since the system epoch (Midnight, 
+ January 1, 1970 GMT on Unix, for example). This value can be positive or 
+ negative, though POSIX only requires support for positive values, so dates 
+ before the system's epoch may not work on all operating systems.
+ .
+ http://search.cpan.org/dist/Time-Local/

Added: trunk/libtime-local-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libtime-local-perl/debian/copyright?rev=10995&op=file
==============================================================================
--- trunk/libtime-local-perl/debian/copyright (added)
+++ trunk/libtime-local-perl/debian/copyright Fri Dec  7 03:45:50 2007
@@ -1,0 +1,31 @@
+This package was debianized by Jose Luis Rivas <ghostbar38 at gmail.com> on
+Mon, 21 May 2007 19:12:36 -0400.
+
+It was downloaded from http://search.cpan.org/dist/Time-Local/
+
+Upstream Authors: 
+
+    The current version was written by Graham Barr.
+    It is now being maintained separately from the Perl core by Dave Rolsky <autarch at urth.org>
+
+Copyright: 
+
+    2007 (C) Dave Rolsky <autarch at urth.org>
+
+License:
+
+    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'.
+
+The Debian packaging is (C) 2007, Jose Luis Rivas <ghostbar38 at gmail.com> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: trunk/libtime-local-perl/debian/docs
URL: http://svn.debian.org/wsvn/trunk/libtime-local-perl/debian/docs?rev=10995&op=file
==============================================================================
--- trunk/libtime-local-perl/debian/docs (added)
+++ trunk/libtime-local-perl/debian/docs Fri Dec  7 03:45:50 2007
@@ -1,0 +1,1 @@
+README

Added: trunk/libtime-local-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libtime-local-perl/debian/rules?rev=10995&op=file
==============================================================================
--- trunk/libtime-local-perl/debian/rules (added)
+++ trunk/libtime-local-perl/debian/rules Fri Dec  7 03:45:50 2007
@@ -1,0 +1,7 @@
+#!/usr/bin/make -f
+  
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perlmodule.mk
+
+install/libtime-local-perl::
+	rm -rfv debian/libtime-local-perl/usr/lib

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

Added: trunk/libtime-local-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libtime-local-perl/debian/watch?rev=10995&op=file
==============================================================================
--- trunk/libtime-local-perl/debian/watch (added)
+++ trunk/libtime-local-perl/debian/watch Fri Dec  7 03:45:50 2007
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Time-Local-(\d+\.\d+)\.tar\.gz




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