r58922 - in /trunk/libtemplate-plugin-cycle-perl/debian: ./ changelog compat control copyright patches/ patches/correct-spelling.patch patches/series rules source/ source/format watch

alanhaggai-guest at users.alioth.debian.org alanhaggai-guest at users.alioth.debian.org
Sun Jun 6 02:52:06 UTC 2010


Author: alanhaggai-guest
Date: Sun Jun  6 02:51:55 2010
New Revision: 58922

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

Added:
    trunk/libtemplate-plugin-cycle-perl/debian/
    trunk/libtemplate-plugin-cycle-perl/debian/changelog
    trunk/libtemplate-plugin-cycle-perl/debian/compat
    trunk/libtemplate-plugin-cycle-perl/debian/control
    trunk/libtemplate-plugin-cycle-perl/debian/copyright
    trunk/libtemplate-plugin-cycle-perl/debian/patches/
    trunk/libtemplate-plugin-cycle-perl/debian/patches/correct-spelling.patch
    trunk/libtemplate-plugin-cycle-perl/debian/patches/series
    trunk/libtemplate-plugin-cycle-perl/debian/rules   (with props)
    trunk/libtemplate-plugin-cycle-perl/debian/source/
    trunk/libtemplate-plugin-cycle-perl/debian/source/format
    trunk/libtemplate-plugin-cycle-perl/debian/watch

Added: trunk/libtemplate-plugin-cycle-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-plugin-cycle-perl/debian/changelog?rev=58922&op=file
==============================================================================
--- trunk/libtemplate-plugin-cycle-perl/debian/changelog (added)
+++ trunk/libtemplate-plugin-cycle-perl/debian/changelog Sun Jun  6 02:51:55 2010
@@ -1,0 +1,5 @@
+libtemplate-plugin-cycle-perl (1.06-1) unstable; urgency=low
+
+  * Initial Release. (closes: #584091)
+
+ -- Alan Haggai Alavi <alanhaggai at alanhaggai.org>  Sat, 5 Jun 2010 19:22:10 +0530

Added: trunk/libtemplate-plugin-cycle-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-plugin-cycle-perl/debian/compat?rev=58922&op=file
==============================================================================
--- trunk/libtemplate-plugin-cycle-perl/debian/compat (added)
+++ trunk/libtemplate-plugin-cycle-perl/debian/compat Sun Jun  6 02:51:55 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libtemplate-plugin-cycle-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-plugin-cycle-perl/debian/control?rev=58922&op=file
==============================================================================
--- trunk/libtemplate-plugin-cycle-perl/debian/control (added)
+++ trunk/libtemplate-plugin-cycle-perl/debian/control Sun Jun  6 02:51:55 2010
@@ -1,0 +1,25 @@
+Source: libtemplate-plugin-cycle-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libparams-util-perl (>= 0.20), libtemplate-perl (>= 2.10),
+ perl
+Maintainer: Alan Haggai Alavi <alanhaggai at alanhaggai.org>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/Template-Plugin-Cycle/
+
+Package: libtemplate-plugin-cycle-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libparams-util-perl (>= 0.20),
+ libtemplate-perl (>= 2.10), perl
+Description: Cyclically insert into a Template from a sequence of values
+ Sometimes, apparently almost exclusively when doing alternating table row
+ backgrounds, you need to print an alternating, cycling, set of values into a
+ template.
+ .
+ Template::Plugin::Cycle is a small, simple, and hopefully DWIM solution to
+ these sorts of tasks.
+ .
+ It can be used either as a normal Template::Plugin, or can be created directly
+ and passed in as a template argument, so that you can set up situations where
+ it is implicitly available in every page.

Added: trunk/libtemplate-plugin-cycle-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-plugin-cycle-perl/debian/copyright?rev=58922&op=file
==============================================================================
--- trunk/libtemplate-plugin-cycle-perl/debian/copyright (added)
+++ trunk/libtemplate-plugin-cycle-perl/debian/copyright Sun Jun  6 02:51:55 2010
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Adam Kennedy <adamk at cpan.org>
+Source: http://search.cpan.org/dist/Template-Plugin-Cycle/
+Name: Template-Plugin-Cycle
+
+Files: *
+Copyright: 2004 - 2008, Adam Kennedy <adamk at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Alan Haggai Alavi <alanhaggai at alanhaggai.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 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 the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libtemplate-plugin-cycle-perl/debian/patches/correct-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-plugin-cycle-perl/debian/patches/correct-spelling.patch?rev=58922&op=file
==============================================================================
--- trunk/libtemplate-plugin-cycle-perl/debian/patches/correct-spelling.patch (added)
+++ trunk/libtemplate-plugin-cycle-perl/debian/patches/correct-spelling.patch Sun Jun  6 02:51:55 2010
@@ -1,0 +1,13 @@
+Description: Correct spelling mistakes
+Author: Alan Haggai Alavi <alanhaggai at alanhaggai.org>
+--- a/lib/Template/Plugin/Cycle.pm
++++ b/lib/Template/Plugin/Cycle.pm
+@@ -200,7 +200,7 @@
+ The C<list> method returns the current list of values for the
+ C<Template::Plugin::Cycle> object.
+ 
+-This is also the prefered method for getting access to a value at a
++This is also the preferred method for getting access to a value at a
+ particular position within the list of items being cycled to.
+ 
+   [%# Access a variety of things from the list %]

Added: trunk/libtemplate-plugin-cycle-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-plugin-cycle-perl/debian/patches/series?rev=58922&op=file
==============================================================================
--- trunk/libtemplate-plugin-cycle-perl/debian/patches/series (added)
+++ trunk/libtemplate-plugin-cycle-perl/debian/patches/series Sun Jun  6 02:51:55 2010
@@ -1,0 +1,1 @@
+correct-spelling.patch

Added: trunk/libtemplate-plugin-cycle-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-plugin-cycle-perl/debian/rules?rev=58922&op=file
==============================================================================
--- trunk/libtemplate-plugin-cycle-perl/debian/rules (added)
+++ trunk/libtemplate-plugin-cycle-perl/debian/rules Sun Jun  6 02:51:55 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libtemplate-plugin-cycle-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libtemplate-plugin-cycle-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-plugin-cycle-perl/debian/source/format?rev=58922&op=file
==============================================================================
--- trunk/libtemplate-plugin-cycle-perl/debian/source/format (added)
+++ trunk/libtemplate-plugin-cycle-perl/debian/source/format Sun Jun  6 02:51:55 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libtemplate-plugin-cycle-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-plugin-cycle-perl/debian/watch?rev=58922&op=file
==============================================================================
--- trunk/libtemplate-plugin-cycle-perl/debian/watch (added)
+++ trunk/libtemplate-plugin-cycle-perl/debian/watch Sun Jun  6 02:51:55 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Template-Plugin-Cycle/   .*/Template-Plugin-Cycle-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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