r12114 - in /trunk/libtime-fake-perl/debian: ./ changelog compat control copyright rules watch

mogaal-guest at users.alioth.debian.org mogaal-guest at users.alioth.debian.org
Sun Jan 6 07:25:25 UTC 2008


Author: mogaal-guest
Date: Sun Jan  6 07:25:24 2008
New Revision: 12114

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

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

Added: trunk/libtime-fake-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtime-fake-perl/debian/changelog?rev=12114&op=file
==============================================================================
--- trunk/libtime-fake-perl/debian/changelog (added)
+++ trunk/libtime-fake-perl/debian/changelog Sun Jan  6 07:25:24 2008
@@ -1,0 +1,5 @@
+libtime-fake-perl (0.10-1) unstable; urgency=low
+
+  * Initial Release (Closes: #459394).
+
+ -- Alejandro Garrido Mota <garridomota at gmail.com>  Sat, 05 Jan 2008 23:34:16 -0430

Added: trunk/libtime-fake-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libtime-fake-perl/debian/compat?rev=12114&op=file
==============================================================================
--- trunk/libtime-fake-perl/debian/compat (added)
+++ trunk/libtime-fake-perl/debian/compat Sun Jan  6 07:25:24 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libtime-fake-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libtime-fake-perl/debian/control?rev=12114&op=file
==============================================================================
--- trunk/libtime-fake-perl/debian/control (added)
+++ trunk/libtime-fake-perl/debian/control Sun Jan  6 07:25:24 2008
@@ -1,0 +1,22 @@
+Source: libtime-fake-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs, debhelper (>= 5.0.0), perl
+Maintainer: Debian Perl Project <pkg-perl-maintainers at lists.alioth.debian.org> 
+Uploaders: Alejandro Garrido Mota <garridomota at gmail.com>
+Homepage: http://search.cpan.org/dist/Time-Fake/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtime-fake-perl
+Vcs-Browser:
+ http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-fake-perl
+Standards-Version: 3.7.3
+
+Package: libtime-fake-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, 
+Description:  Simulate different times without changing your system clock
+ Use this module to achieve the effect of changing your system clock, but
+ without actually changing your system clock. It overrides the Perl builtin
+ subs time, localtime, and gmtime, causing them to return a "faked" time 
+ of your choice. From the script's point of view, time still flows at the
+ normal rate, but it is just offset as if it were executing in the past or
+ present.

Added: trunk/libtime-fake-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libtime-fake-perl/debian/copyright?rev=12114&op=file
==============================================================================
--- trunk/libtime-fake-perl/debian/copyright (added)
+++ trunk/libtime-fake-perl/debian/copyright Sun Jan  6 07:25:24 2008
@@ -1,0 +1,25 @@
+This is the debian package for the Time-Fake module.
+It was created by Alejandro Garrido Mota <garridomota at gmail.com> using dh-make-perl.
+
+It was downloaded from http://search.cpan.org/dist/Time-Fake/
+
+Copyright (c) 2008 Mike Rosulek <mike at mikero.com>
+
+License: 
+ This library is free software; you can redistribute it and/or modify it under 
+ the same terms as Perl itself.
+
+ This program is distributed in the hope that it will be useful, but without any warranty; 
+ without even the implied warranty of merchantability or fitness for a particular purpose.
+
+ Perl is distributed under your choice of the GNU General Public License or
+ the Artistic License.
+
+ The complete text of the GNU General Public License can be found in
+ /usr/share/common-licenses/GPL and the Artistic Licence can be found
+ in /usr/share/common-licenses/Artistic.
+
+The upstream author is: Mike Rosulek <mike at mikero.com>
+
+The Debian packaging is (C) 2008, Alejandro Garrido Mota <garridomota at gmail.com> 
+and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: trunk/libtime-fake-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libtime-fake-perl/debian/rules?rev=12114&op=file
==============================================================================
--- trunk/libtime-fake-perl/debian/rules (added)
+++ trunk/libtime-fake-perl/debian/rules Sun Jan  6 07:25:24 2008
@@ -1,0 +1,6 @@
+#!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perlmodule.mk
+
+install/libtime-fake-perl::
+	rm -rfv debian/libtime-fake-perl/usr/share/perl5

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

Added: trunk/libtime-fake-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libtime-fake-perl/debian/watch?rev=12114&op=file
==============================================================================
--- trunk/libtime-fake-perl/debian/watch (added)
+++ trunk/libtime-fake-perl/debian/watch Sun Jan  6 07:25:24 2008
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Time-Fake/ .+/Time-Fake-(.*)\.tar\.gz




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