r34411 - in /trunk/libhtml-template-compiled-perl/debian: ./ changelog clean compat control copyright libhtml-template-compiled-perl.examples patches/ patches/01-manual.patch patches/series rules watch

roam-guest at users.alioth.debian.org roam-guest at users.alioth.debian.org
Thu Apr 30 13:58:21 UTC 2009


Author: roam-guest
Date: Thu Apr 30 13:58:13 2009
New Revision: 34411

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

Added:
    trunk/libhtml-template-compiled-perl/debian/
    trunk/libhtml-template-compiled-perl/debian/changelog
    trunk/libhtml-template-compiled-perl/debian/clean
    trunk/libhtml-template-compiled-perl/debian/compat
    trunk/libhtml-template-compiled-perl/debian/control
    trunk/libhtml-template-compiled-perl/debian/copyright
    trunk/libhtml-template-compiled-perl/debian/libhtml-template-compiled-perl.examples
    trunk/libhtml-template-compiled-perl/debian/patches/
    trunk/libhtml-template-compiled-perl/debian/patches/01-manual.patch
    trunk/libhtml-template-compiled-perl/debian/patches/series
    trunk/libhtml-template-compiled-perl/debian/rules   (with props)
    trunk/libhtml-template-compiled-perl/debian/watch

Added: trunk/libhtml-template-compiled-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-compiled-perl/debian/changelog?rev=34411&op=file
==============================================================================
--- trunk/libhtml-template-compiled-perl/debian/changelog (added)
+++ trunk/libhtml-template-compiled-perl/debian/changelog Thu Apr 30 13:58:13 2009
@@ -1,0 +1,5 @@
+libhtml-template-compiled-perl (0.93-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #521093)
+
+ -- Peter Pentchev <roam at ringlet.net>  Thu, 30 Apr 2009 15:22:42 +0300

Added: trunk/libhtml-template-compiled-perl/debian/clean
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-compiled-perl/debian/clean?rev=34411&op=file
==============================================================================
--- trunk/libhtml-template-compiled-perl/debian/clean (added)
+++ trunk/libhtml-template-compiled-perl/debian/clean Thu Apr 30 13:58:13 2009
@@ -1,0 +1,3 @@
+t/templates/include_copy.html
+t/templates/out_fh.htc.output
+t/templates/query-test-copy.tmpl

Added: trunk/libhtml-template-compiled-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-compiled-perl/debian/compat?rev=34411&op=file
==============================================================================
--- trunk/libhtml-template-compiled-perl/debian/compat (added)
+++ trunk/libhtml-template-compiled-perl/debian/compat Thu Apr 30 13:58:13 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libhtml-template-compiled-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-compiled-perl/debian/control?rev=34411&op=file
==============================================================================
--- trunk/libhtml-template-compiled-perl/debian/control (added)
+++ trunk/libhtml-template-compiled-perl/debian/control Thu Apr 30 13:58:13 2009
@@ -1,0 +1,25 @@
+Source: libhtml-template-compiled-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), perl-modules (>= 5.10) | libmodule-build-perl, quilt
+Build-Depends-Indep: perl (>= 5.6.1), perl (>= 5.8) | libdigest-md5-perl, libhtml-parser-perl, libparse-recdescent-perl, perl (>= 5.8) | libscalar-util-perl, liburi-perl, libtest-pod-perl, libtest-pod-coverage-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Peter Pentchev <roam at ringlet.net>
+Standards-Version: 3.8.1
+Homepage: http://search.cpan.org/dist/HTML-Template-Compiled/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-template-compiled-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhtml-template-compiled-perl/
+
+Package: libhtml-template-compiled-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, perl (>= 5.6.1)
+Description: Perl template System compiling HTML::Template files to Perl code
+ HTML::Template::Compiled (HTC) is a template system which uses the same
+ template syntax as HTML::Template and the same perl API.  Internally it
+ works different, because it turns the template into perl code, and once
+ that is done, generating the output is much faster than with
+ HTML::Template (3-7 times at the moment, depending on the options you
+ use), when both are run with loop_context_vars 0.  It also can generate
+ perl files so that the next time the template is loaded it doesn't have
+ to be parsed again. The best performance gain is probably reached in
+ applications running under mod_perl, for example.

Added: trunk/libhtml-template-compiled-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-compiled-perl/debian/copyright?rev=34411&op=file
==============================================================================
--- trunk/libhtml-template-compiled-perl/debian/copyright (added)
+++ trunk/libhtml-template-compiled-perl/debian/copyright Thu Apr 30 13:58:13 2009
@@ -1,0 +1,28 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Tina Mueller
+Upstream-Source: http://search.cpan.org/dist/HTML-Template-Compiled/
+Upstream-Name: HTML-Template-Compiled
+
+Files: *
+Copyright: 2005 by Tina Mueller
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Peter Pentchev <roam at ringlet.net>
+License: Artistic | 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/libhtml-template-compiled-perl/debian/libhtml-template-compiled-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-compiled-perl/debian/libhtml-template-compiled-perl.examples?rev=34411&op=file
==============================================================================
--- trunk/libhtml-template-compiled-perl/debian/libhtml-template-compiled-perl.examples (added)
+++ trunk/libhtml-template-compiled-perl/debian/libhtml-template-compiled-perl.examples Thu Apr 30 13:58:13 2009
@@ -1,0 +1,1 @@
+examples/*

Added: trunk/libhtml-template-compiled-perl/debian/patches/01-manual.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-compiled-perl/debian/patches/01-manual.patch?rev=34411&op=file
==============================================================================
--- trunk/libhtml-template-compiled-perl/debian/patches/01-manual.patch (added)
+++ trunk/libhtml-template-compiled-perl/debian/patches/01-manual.patch Thu Apr 30 13:58:13 2009
@@ -1,0 +1,35 @@
+Add missing descriptions in the NAME documentation section.
+
+--- a/lib/HTML/Template/Compiled/Expression.pm
++++ b/lib/HTML/Template/Compiled/Expression.pm
+@@ -154,7 +154,7 @@
+ 
+ =head1 NAME
+ 
+-HTML::Template::Compiled::Expression
++HTML::Template::Compiled::Expression - a compiled HTML template expression
+ 
+ =head1 DESCRIPTION
+ 
+--- a/lib/HTML/Template/Compiled/Token.pm
++++ b/lib/HTML/Template/Compiled/Token.pm
+@@ -85,7 +85,7 @@
+ 
+ =head1 NAME
+ 
+-HTML::Template::Compiled::Token
++HTML::Template::Compiled::Token - a compiled HTML template token
+ 
+ =cut
+ 
+--- a/lib/HTML/Template/Compiled/Reference.pod
++++ b/lib/HTML/Template/Compiled/Reference.pod
+@@ -2,7 +2,7 @@
+ 
+ =head1 NAME
+ 
+-HTML::Template::Compiled::Reference
++HTML::Template::Compiled::Reference - documentation for the HTML::Template::Compiled distribution
+ 
+ =head1 TAGSTYLES
+ 

Added: trunk/libhtml-template-compiled-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-compiled-perl/debian/patches/series?rev=34411&op=file
==============================================================================
--- trunk/libhtml-template-compiled-perl/debian/patches/series (added)
+++ trunk/libhtml-template-compiled-perl/debian/patches/series Thu Apr 30 13:58:13 2009
@@ -1,0 +1,1 @@
+01-manual.patch

Added: trunk/libhtml-template-compiled-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-compiled-perl/debian/rules?rev=34411&op=file
==============================================================================
--- trunk/libhtml-template-compiled-perl/debian/rules (added)
+++ trunk/libhtml-template-compiled-perl/debian/rules Thu Apr 30 13:58:13 2009
@@ -1,0 +1,27 @@
+#!/usr/bin/make -f
+
+include /usr/share/quilt/quilt.make
+
+build: build-stamp
+build-stamp:	${QUILT_STAMPFN}
+	dh build
+	touch $@
+
+clean:
+	dh $@
+	rm -rf t/cache
+	$(MAKE) -f debian/rules unpatch
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

Propchange: trunk/libhtml-template-compiled-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libhtml-template-compiled-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-compiled-perl/debian/watch?rev=34411&op=file
==============================================================================
--- trunk/libhtml-template-compiled-perl/debian/watch (added)
+++ trunk/libhtml-template-compiled-perl/debian/watch Thu Apr 30 13:58:13 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/HTML-Template-Compiled/   .*/HTML-Template-Compiled-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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