r61765 - in /trunk/libchi-perl/debian: ./ .pc/ .pc/.quilt_patches .pc/.quilt_series .pc/.version changelog compat control copyright patches/ patches/fix_pod.patch patches/series rules source/ source/format watch

emhn-guest at users.alioth.debian.org emhn-guest at users.alioth.debian.org
Thu Aug 19 20:19:13 UTC 2010


Author: emhn-guest
Date: Thu Aug 19 20:18:59 2010
New Revision: 61765

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

Added:
    trunk/libchi-perl/debian/
    trunk/libchi-perl/debian/.pc/
    trunk/libchi-perl/debian/.pc/.quilt_patches
    trunk/libchi-perl/debian/.pc/.quilt_series
    trunk/libchi-perl/debian/.pc/.version
    trunk/libchi-perl/debian/changelog
    trunk/libchi-perl/debian/compat
    trunk/libchi-perl/debian/control
    trunk/libchi-perl/debian/copyright
    trunk/libchi-perl/debian/patches/
    trunk/libchi-perl/debian/patches/fix_pod.patch
    trunk/libchi-perl/debian/patches/series
    trunk/libchi-perl/debian/rules   (with props)
    trunk/libchi-perl/debian/source/
    trunk/libchi-perl/debian/source/format
    trunk/libchi-perl/debian/watch

Added: trunk/libchi-perl/debian/.pc/.quilt_patches
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libchi-perl/debian/.pc/.quilt_patches?rev=61765&op=file
==============================================================================
--- trunk/libchi-perl/debian/.pc/.quilt_patches (added)
+++ trunk/libchi-perl/debian/.pc/.quilt_patches Thu Aug 19 20:18:59 2010
@@ -1,0 +1,1 @@
+debian/patches

Added: trunk/libchi-perl/debian/.pc/.quilt_series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libchi-perl/debian/.pc/.quilt_series?rev=61765&op=file
==============================================================================
--- trunk/libchi-perl/debian/.pc/.quilt_series (added)
+++ trunk/libchi-perl/debian/.pc/.quilt_series Thu Aug 19 20:18:59 2010
@@ -1,0 +1,1 @@
+series

Added: trunk/libchi-perl/debian/.pc/.version
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libchi-perl/debian/.pc/.version?rev=61765&op=file
==============================================================================
--- trunk/libchi-perl/debian/.pc/.version (added)
+++ trunk/libchi-perl/debian/.pc/.version Thu Aug 19 20:18:59 2010
@@ -1,0 +1,1 @@
+2

Added: trunk/libchi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libchi-perl/debian/changelog?rev=61765&op=file
==============================================================================
--- trunk/libchi-perl/debian/changelog (added)
+++ trunk/libchi-perl/debian/changelog Thu Aug 19 20:18:59 2010
@@ -1,0 +1,5 @@
+libchi-perl (0.36-1) unstable; urgency=low
+
+  * Initial Release (Closes: #593640).
+
+ -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Thu, 19 Aug 2010 15:37:58 -0430

Added: trunk/libchi-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libchi-perl/debian/compat?rev=61765&op=file
==============================================================================
--- trunk/libchi-perl/debian/compat (added)
+++ trunk/libchi-perl/debian/compat Thu Aug 19 20:18:59 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libchi-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libchi-perl/debian/control?rev=61765&op=file
==============================================================================
--- trunk/libchi-perl/debian/control (added)
+++ trunk/libchi-perl/debian/control Thu Aug 19 20:18:59 2010
@@ -1,0 +1,41 @@
+Source: libchi-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7.2.13)
+Build-Depends-Indep: perl, perl (>= 5.10.0) | libmodule-load-conditional-perl,
+ libcarp-assert-perl, libdigest-jhash-perl,
+ libhash-moreutils-perl, libjson-perl, liblist-moreutils-perl,
+ liblog-any-adapter-dispatch-perl (>= 0.05), liblog-any-perl (>= 0.06),
+ libmoose-perl (>= 0.66), libossp-uuid-perl, libtask-weaken-perl,
+ libtest-class-perl, libtest-deep-perl, libtest-exception-perl,
+ libtest-log-dispatch-perl, libtest-warn-perl,
+ libtime-duration-parse-perl, libtime-duration-perl (>= 1.06),
+ libtimedate-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/CHI/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libchi-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libchi-perl/
+
+Package: libchi-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libcarp-assert-perl,
+ libdigest-jhash-perl, libhash-moreutils-perl, libjson-perl,
+ liblist-moreutils-perl, liblog-any-perl (>= 0.06),
+ libmoose-perl (>= 0.66), libossp-uuid-perl, libtask-weaken-perl,
+ libtime-duration-parse-perl, libtime-duration-perl (>= 1.06),
+ perl (>= 5.10.0) | libmodule-load-conditional-perl,
+ libcache-cache-perl, libcache-fastmmap-perl
+Description: Unified Cache Handling Interface
+ CHI provides a unified caching API for Perl programs, designed to assist
+ a developer in keeping data persistent for a specified period of time.
+ .
+ The CHI interface is implemented by driver classes that support fetching,
+ storing and clearing of data. Driver classes exist or will exist for the
+ gamut of storage backends available to Perl, such as memory, plain files,
+ memory mapped files, memcached, and DBI.
+ .
+ CHI is intended as an evolution of DeWitt Clinton's Cache::Cache package,
+ adhering to the basic Cache API but adding new features and addressing
+ limitations in the Cache::Cache implementation.

Added: trunk/libchi-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libchi-perl/debian/copyright?rev=61765&op=file
==============================================================================
--- trunk/libchi-perl/debian/copyright (added)
+++ trunk/libchi-perl/debian/copyright Thu Aug 19 20:18:59 2010
@@ -1,0 +1,34 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Jonathan Swartz <swartz at pobox.com>
+Source: http://search.cpan.org/dist/CHI/
+Name: CHI
+
+Files: *
+Copyright: Jonathan Swartz <swartz at pobox.com>
+License: Artistic or GPL-1+
+
+Files: inc/Module/*
+Copyright: 2002-2010, Adam Kennedy <adamk at cpan.org>
+ 2002-2010, Audrey Tang <autrijus at autrijus.org>
+ 2002-2010, Brian Ingerson <ingy at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Ernesto Hernández-Novich (USB) <emhn at usb.ve>
+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 version 1 of the
+ General Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libchi-perl/debian/patches/fix_pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libchi-perl/debian/patches/fix_pod.patch?rev=61765&op=file
==============================================================================
--- trunk/libchi-perl/debian/patches/fix_pod.patch (added)
+++ trunk/libchi-perl/debian/patches/fix_pod.patch Thu Aug 19 20:18:59 2010
@@ -1,0 +1,67 @@
+Description: 
+ * Fix several typos in CHI and CHI::Driver::Development PODs.
+ * Fix CHI::Driver::Base::CacheContainer's POD to have a proper
+   NAME section with a short description after the class name, so
+   pod2man generates proper man pages.
+ * Fix CHI::Driver::MetaCache's POD to have a proper
+   NAME section with a short description after the class name, so
+   pod2man generates proper man pages.
+Forwarded: yes
+Author: Ernesto Hernández-Novich <emhn at usb.ve>
+--- a/lib/CHI.pm
++++ b/lib/CHI.pm
+@@ -760,7 +760,7 @@
+ The cache containing the subcache is called the I<parent cache>.
+ 
+ The following options are automatically inherited by the subcache from the
+-parent cache, and may not be overriden:
++parent cache, and may not be overridden:
+ 
+     expires_at
+     expires_in
+@@ -771,10 +771,10 @@
+ object|CHI::CacheObject> and store it in both caches. The cache object contains
+ expiration information and is dependent on the serializer.  At some point we
+ could conceivably add code that will use a single object or separate objects as
+-necessary, and thus allow the above to be overriden.)
++necessary, and thus allow the above to be overridden.)
+ 
+ The following options are automatically inherited by the subcache from the
+-parent cache, but may be overriden:
++parent cache, but may be overridden:
+ 
+     namespace
+     on_get_error
+--- a/lib/CHI/Driver/Base/CacheContainer.pm
++++ b/lib/CHI/Driver/Base/CacheContainer.pm
+@@ -55,7 +55,7 @@
+ 
+ =head1 NAME
+ 
+-CHI::Driver::Role::CacheContainer
++CHI::Driver::Role::CacheContainer - Role for CHI drivers
+ 
+ =head1 DESCRIPTION
+ 
+--- a/lib/CHI/Driver/Development.pod
++++ b/lib/CHI/Driver/Development.pod
+@@ -144,7 +144,7 @@
+ 
+ =head2 Overridable methods
+ 
+-The following methods have a default implementation, but MAY be overriden by
++The following methods have a default implementation, but MAY be overridden by
+ your subclass:
+ 
+ =over
+--- a/lib/CHI/Driver/Metacache.pm
++++ b/lib/CHI/Driver/Metacache.pm
+@@ -59,7 +59,7 @@
+ 
+ =head1 NAME
+ 
+-CHI::Driver::Metacache
++CHI::Driver::Metacache -- Accessors for CHI Metacache driver
+ 
+ =head1 SYNOPSIS
+ 

Added: trunk/libchi-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libchi-perl/debian/patches/series?rev=61765&op=file
==============================================================================
--- trunk/libchi-perl/debian/patches/series (added)
+++ trunk/libchi-perl/debian/patches/series Thu Aug 19 20:18:59 2010
@@ -1,0 +1,1 @@
+fix_pod.patch

Added: trunk/libchi-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libchi-perl/debian/rules?rev=61765&op=file
==============================================================================
--- trunk/libchi-perl/debian/rules (added)
+++ trunk/libchi-perl/debian/rules Thu Aug 19 20:18:59 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libchi-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libchi-perl/debian/source/format?rev=61765&op=file
==============================================================================
--- trunk/libchi-perl/debian/source/format (added)
+++ trunk/libchi-perl/debian/source/format Thu Aug 19 20:18:59 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libchi-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libchi-perl/debian/watch?rev=61765&op=file
==============================================================================
--- trunk/libchi-perl/debian/watch (added)
+++ trunk/libchi-perl/debian/watch Thu Aug 19 20:18:59 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/CHI/   .*/CHI-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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