r65704 - in /trunk/libcgi-application-plugin-tt-perl/debian: ./ changelog compat components/ components/copy components/install components/lastmodified/ control copyright patches/ patches/pod.patch patches/series rules source/ source/format watch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Fri Dec 10 21:17:15 UTC 2010


Author: periapt-guest
Date: Fri Dec 10 21:17:05 2010
New Revision: 65704

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

Added:
    trunk/libcgi-application-plugin-tt-perl/debian/
    trunk/libcgi-application-plugin-tt-perl/debian/changelog
    trunk/libcgi-application-plugin-tt-perl/debian/compat
    trunk/libcgi-application-plugin-tt-perl/debian/components/
    trunk/libcgi-application-plugin-tt-perl/debian/components/copy   (with props)
    trunk/libcgi-application-plugin-tt-perl/debian/components/install   (with props)
    trunk/libcgi-application-plugin-tt-perl/debian/components/lastmodified/
    trunk/libcgi-application-plugin-tt-perl/debian/control
    trunk/libcgi-application-plugin-tt-perl/debian/copyright
    trunk/libcgi-application-plugin-tt-perl/debian/patches/
    trunk/libcgi-application-plugin-tt-perl/debian/patches/pod.patch
    trunk/libcgi-application-plugin-tt-perl/debian/patches/series
    trunk/libcgi-application-plugin-tt-perl/debian/rules   (with props)
    trunk/libcgi-application-plugin-tt-perl/debian/source/
    trunk/libcgi-application-plugin-tt-perl/debian/source/format
    trunk/libcgi-application-plugin-tt-perl/debian/watch

Added: trunk/libcgi-application-plugin-tt-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-tt-perl/debian/changelog?rev=65704&op=file
==============================================================================
--- trunk/libcgi-application-plugin-tt-perl/debian/changelog (added)
+++ trunk/libcgi-application-plugin-tt-perl/debian/changelog Fri Dec 10 21:17:05 2010
@@ -1,0 +1,5 @@
+libcgi-application-plugin-tt-perl (1.05-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #606511)
+
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Thu, 9 Dec 2010 22:26:13 +0000

Added: trunk/libcgi-application-plugin-tt-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-tt-perl/debian/compat?rev=65704&op=file
==============================================================================
--- trunk/libcgi-application-plugin-tt-perl/debian/compat (added)
+++ trunk/libcgi-application-plugin-tt-perl/debian/compat Fri Dec 10 21:17:05 2010
@@ -1,0 +1,1 @@
+8

Added: trunk/libcgi-application-plugin-tt-perl/debian/components/copy
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-tt-perl/debian/components/copy?rev=65704&op=file
==============================================================================
--- trunk/libcgi-application-plugin-tt-perl/debian/components/copy (added)
+++ trunk/libcgi-application-plugin-tt-perl/debian/components/copy Fri Dec 10 21:17:05 2010
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+
+main: check COMPONENTS/${DH_COMPONENT}/debian/compat COMPONENTS/${DH_COMPONENT}/debian/control
+
+check:
+	@test -n ${DH_COMPONENT}
+
+COMPONENTS/${DH_COMPONENT}/debian/control : COMPONENTS/${DH_COMPONENT}/debian
+	touch COMPONENTS/${DH_COMPONENT}/debian/control
+
+COMPONENTS/${DH_COMPONENT}/debian/compat : COMPONENTS/${DH_COMPONENT}/debian
+	cp debian/compat COMPONENTS/${DH_COMPONENT}/debian
+
+COMPONENTS/${DH_COMPONENT}/debian : COMPONENTS/${DH_COMPONENT}
+	mkdir -p COMPONENTS/${DH_COMPONENT}/debian
+
+COMPONENTS/${DH_COMPONENT}: COMPONENTS ${DH_COMPONENT}
+	mkdir COMPONENTS/${DH_COMPONENT}
+	cp -R ${DH_COMPONENT}/* COMPONENTS/${DH_COMPONENT}
+
+COMPONENTS:
+	mkdir -p COMPONENTS
+

Propchange: trunk/libcgi-application-plugin-tt-perl/debian/components/copy
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libcgi-application-plugin-tt-perl/debian/components/install
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-tt-perl/debian/components/install?rev=65704&op=file
==============================================================================
--- trunk/libcgi-application-plugin-tt-perl/debian/components/install (added)
+++ trunk/libcgi-application-plugin-tt-perl/debian/components/install Fri Dec 10 21:17:05 2010
@@ -1,0 +1,42 @@
+#!/bin/sh
+
+TDIR=COMPONENTS/${DH_COMPONENT}
+DESTDIR=debian/
+
+if [ -z ${PACKAGE} ]
+then
+    echo PACKAGE not set
+    exit 1
+fi
+PERL=$(which perl)
+PERL="${PERL} -I../../debian/${PACKAGE}/usr/share/perl5"
+
+if [ -z ${DH_COMPONENT} ]
+then
+    echo DH_COMPONENT not set
+    exit 1
+fi
+
+if [ ! -d ${TDIR} ]
+then
+    echo ${TDIR} not a directory
+    exit 1
+fi
+
+if dh_auto_install -D ${TDIR}
+then
+    EXIT_STATUS=0
+else
+    EXIT_STATUS=1
+fi
+
+if dh_install ${TDIR}/Changes usr/share/doc/${PACKAGE}/${DH_COMPONENT}
+then
+    EXIT_STATUS=0
+else
+    EXIT_STATUS=1
+fi
+
+exit $EXIT_STATUS
+
+

Propchange: trunk/libcgi-application-plugin-tt-perl/debian/components/install
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libcgi-application-plugin-tt-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-tt-perl/debian/control?rev=65704&op=file
==============================================================================
--- trunk/libcgi-application-plugin-tt-perl/debian/control (added)
+++ trunk/libcgi-application-plugin-tt-perl/debian/control Fri Dec 10 21:17:05 2010
@@ -1,0 +1,31 @@
+Source: libcgi-application-plugin-tt-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl, pkg-components, libcgi-application-perl,
+ libcgi-application-basic-plugin-bundle-perl, libfile-path-perl,
+ libclass-isa-perl | perl-modules (<< 5.12), libtemplate-perl (>= 2.0)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/CGI-Application-Plugin-TT/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcgi-application-plugin-tt-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcgi-application-plugin-tt-perl/
+
+Package: libcgi-application-plugin-tt-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libcgi-application-perl,
+ libclass-isa-perl | perl-modules (<< 5.12), libtemplate-perl (>= 2.0)
+Enhances: libcgi-application-perl
+Recommends: libcgi-application-basic-plugin-bundle-perl
+Description: plugin that adds Template Toolkit support to CGI::Application
+ CGI::Application::Plugin::TT adds support for the popular Template Toolkit
+ engine to your CGI::Application modules by providing several helper methods
+ that allow you to process template files from within your runmodes. It
+ compliments the support for HTML::Template that is built into CGI::Application
+ through the 'load_tmpl' method. 
+ .
+ This package also bundles in the CGI::Application::Plugin::TT::LastModified
+ module, which adds support for setting a "Last-Modified" header based on the
+ most recent modification time of all the components of a template that
+ was processed with TT.

Added: trunk/libcgi-application-plugin-tt-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-tt-perl/debian/copyright?rev=65704&op=file
==============================================================================
--- trunk/libcgi-application-plugin-tt-perl/debian/copyright (added)
+++ trunk/libcgi-application-plugin-tt-perl/debian/copyright Fri Dec 10 21:17:05 2010
@@ -1,0 +1,32 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Cees Hek <cees at crtconsulting.ca>
+Source: http://search.cpan.org/dist/CGI-Application-Plugin-TT/
+Name: CGI-Application-Plugin-TT
+
+Files: *
+Copyright: 2005, Cees Hek <cees at crtconsulting.ca>
+License: Artistic or GPL-1+
+
+Files: lastmodified/*
+Copyright: 2007, Graham TerMarsch <cpan at howlingfrog.com>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Nicholas Bamber <nicholas at periapt.co.uk>
+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
+ General Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libcgi-application-plugin-tt-perl/debian/patches/pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-tt-perl/debian/patches/pod.patch?rev=65704&op=file
==============================================================================
--- trunk/libcgi-application-plugin-tt-perl/debian/patches/pod.patch (added)
+++ trunk/libcgi-application-plugin-tt-perl/debian/patches/pod.patch Fri Dec 10 21:17:05 2010
@@ -1,0 +1,24 @@
+Author: Nicholas Bamber <nicholas at periapt.co.uk>
+Subject: Two spelling errors
+Last-Update: 2010-08-31
+Bug: http://rt.cpan.org/Ticket/Display.html?id=60921
+--- CGI-Application-Plugin-TT-1.05.orig/lib/CGI/Application/Plugin/TT.pm
++++ CGI-Application-Plugin-TT-1.05/lib/CGI/Application/Plugin/TT.pm
+@@ -582,7 +582,7 @@
+ 
+ This options allows you to specify a directory (or an array of directories) to
+ search when this module is loaded and then compile all files found into memory.
+-This provides a speed boost in persistant environments (mod_perl, fast-cgi) and
++This provides a speed boost in persistent environments (mod_perl, fast-cgi) and
+ can improve memory usage in environments that use shared memory (mod_perl).
+ 
+ =item TEMPLATE_PRECOMPILE_FILETEST
+@@ -616,7 +616,7 @@
+ =head2 tt_obj
+ 
+ This method will return the underlying Template Toolkit object that is used
+-behind the scenes.  It is usually not necesary to use this object directly,
++behind the scenes.  It is usually not necessary to use this object directly,
+ as you can process templates and configure the Template object through
+ the tt_process and tt_config methods.  Every call to this method will
+ return the same object during a single request.

Added: trunk/libcgi-application-plugin-tt-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-tt-perl/debian/patches/series?rev=65704&op=file
==============================================================================
--- trunk/libcgi-application-plugin-tt-perl/debian/patches/series (added)
+++ trunk/libcgi-application-plugin-tt-perl/debian/patches/series Fri Dec 10 21:17:05 2010
@@ -1,0 +1,1 @@
+pod.patch

Added: trunk/libcgi-application-plugin-tt-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-tt-perl/debian/rules?rev=65704&op=file
==============================================================================
--- trunk/libcgi-application-plugin-tt-perl/debian/rules (added)
+++ trunk/libcgi-application-plugin-tt-perl/debian/rules Fri Dec 10 21:17:05 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with components

Propchange: trunk/libcgi-application-plugin-tt-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libcgi-application-plugin-tt-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-tt-perl/debian/source/format?rev=65704&op=file
==============================================================================
--- trunk/libcgi-application-plugin-tt-perl/debian/source/format (added)
+++ trunk/libcgi-application-plugin-tt-perl/debian/source/format Fri Dec 10 21:17:05 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libcgi-application-plugin-tt-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-tt-perl/debian/watch?rev=65704&op=file
==============================================================================
--- trunk/libcgi-application-plugin-tt-perl/debian/watch (added)
+++ trunk/libcgi-application-plugin-tt-perl/debian/watch Fri Dec 10 21:17:05 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/CGI-Application-Plugin-TT/   .*/CGI-Application-Plugin-TT-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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