r66374 - in /trunk/libclone-fast-perl: debian/ debian/changelog debian/compat debian/control debian/copyright debian/libclone-fast-perl.docs debian/rules debian/watch t/.07magic.t.swp

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Dec 25 20:24:21 UTC 2010


Author: jawnsy-guest
Date: Sat Dec 25 20:24:14 2010
New Revision: 66374

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

Added:
    trunk/libclone-fast-perl/debian/
    trunk/libclone-fast-perl/debian/changelog
    trunk/libclone-fast-perl/debian/compat
    trunk/libclone-fast-perl/debian/control
    trunk/libclone-fast-perl/debian/copyright
    trunk/libclone-fast-perl/debian/libclone-fast-perl.docs
    trunk/libclone-fast-perl/debian/rules   (with props)
    trunk/libclone-fast-perl/debian/watch
    trunk/libclone-fast-perl/t/.07magic.t.swp   (with props)

Added: trunk/libclone-fast-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclone-fast-perl/debian/changelog?rev=66374&op=file
==============================================================================
--- trunk/libclone-fast-perl/debian/changelog (added)
+++ trunk/libclone-fast-perl/debian/changelog Sat Dec 25 20:24:14 2010
@@ -1,0 +1,5 @@
+libclone-fast-perl (0.93-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Sat, 25 Dec 2010 15:37:22 -0500

Added: trunk/libclone-fast-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclone-fast-perl/debian/compat?rev=66374&op=file
==============================================================================
--- trunk/libclone-fast-perl/debian/compat (added)
+++ trunk/libclone-fast-perl/debian/compat Sat Dec 25 20:24:14 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libclone-fast-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclone-fast-perl/debian/control?rev=66374&op=file
==============================================================================
--- trunk/libclone-fast-perl/debian/control (added)
+++ trunk/libclone-fast-perl/debian/control Sat Dec 25 20:24:14 2010
@@ -1,0 +1,35 @@
+Source: libclone-fast-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Clone-Fast/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclone-fast-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclone-fast-perl/
+
+Package: libclone-fast-perl
+Architecture: any
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, perl
+Description: Natively copying Perl data structures
+ Essentially, this module is a very optimized version of Clone::More. By
+ taking advantage of one of Clone::More's 'OPTIMIZATION_HACKS' as well as
+ removing all the Pure Perl from the More.pm, I was able to gain a lot of
+ speed out of the module. Essentially, though, the core of the module is
+ exactly as that of Clone::More.
+ .
+ You will see that by useing Benchmark::cmpthese, I ran a simple comparison
+ between Storable::dclone, Clone::More::clone, and Clone::Fast::clone. You
+ will (should) begin to see the reason why I loaded this module along side of
+ Clone::More.
+ .
+ Rate Storable Clone::More Clone::Fast
+ .
+ Storable 7552/s -- -39% -59%
+ .
+ Clone::More 12400/s 64% -- -33%
+ .
+ Clone::Fast 18442/s 144% 49% --
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libclone-fast-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclone-fast-perl/debian/copyright?rev=66374&op=file
==============================================================================
--- trunk/libclone-fast-perl/debian/copyright (added)
+++ trunk/libclone-fast-perl/debian/copyright Sat Dec 25 20:24:14 2010
@@ -1,0 +1,36 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Trevor Hall, <wazzuteke at cpan.org>
+Source: http://search.cpan.org/dist/Clone-Fast/
+Name: Clone-Fast
+DISCLAIMER: This copyright info was automatically extracted 
+ from the perl module. It may not be accurate, so you better 
+ check the module sources in order to ensure the module for its 
+ inclusion in Debian or for general legal information. Please, 
+ if licensing information is incorrectly generated, file a bug 
+ on dh-make-perl.
+ NOTE: Don't forget to remove this disclaimer once you are happy
+ with this file.
+
+Files: *
+Copyright: Trevor Hall, <wazzuteke at cpan.org>
+License: 
+
+Files: debian/*
+Copyright: 2010, Jonathan Yu <jawnsy at cpan.org>
+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'.

Added: trunk/libclone-fast-perl/debian/libclone-fast-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclone-fast-perl/debian/libclone-fast-perl.docs?rev=66374&op=file
==============================================================================
--- trunk/libclone-fast-perl/debian/libclone-fast-perl.docs (added)
+++ trunk/libclone-fast-perl/debian/libclone-fast-perl.docs Sat Dec 25 20:24:14 2010
@@ -1,0 +1,1 @@
+README

Added: trunk/libclone-fast-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclone-fast-perl/debian/rules?rev=66374&op=file
==============================================================================
--- trunk/libclone-fast-perl/debian/rules (added)
+++ trunk/libclone-fast-perl/debian/rules Sat Dec 25 20:24:14 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libclone-fast-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libclone-fast-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclone-fast-perl/debian/watch?rev=66374&op=file
==============================================================================
--- trunk/libclone-fast-perl/debian/watch (added)
+++ trunk/libclone-fast-perl/debian/watch Sat Dec 25 20:24:14 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Clone-Fast/   .*/Clone-Fast-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

Added: trunk/libclone-fast-perl/t/.07magic.t.swp
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclone-fast-perl/t/.07magic.t.swp?rev=66374&op=file
==============================================================================
Binary file - no diff available.

Propchange: trunk/libclone-fast-perl/t/.07magic.t.swp
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream




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