r69476 - in /trunk/libtext-microtemplate-perl/debian: ./ changelog compat control copyright libtext-microtemplate-perl.docs rules source/ source/format watch

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Thu Feb 24 06:11:59 UTC 2011


Author: takaki
Date: Thu Feb 24 06:11:45 2011
New Revision: 69476

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

Added:
    trunk/libtext-microtemplate-perl/debian/
    trunk/libtext-microtemplate-perl/debian/changelog
    trunk/libtext-microtemplate-perl/debian/compat
    trunk/libtext-microtemplate-perl/debian/control
    trunk/libtext-microtemplate-perl/debian/copyright
    trunk/libtext-microtemplate-perl/debian/libtext-microtemplate-perl.docs
    trunk/libtext-microtemplate-perl/debian/rules   (with props)
    trunk/libtext-microtemplate-perl/debian/source/
    trunk/libtext-microtemplate-perl/debian/source/format
    trunk/libtext-microtemplate-perl/debian/watch

Added: trunk/libtext-microtemplate-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-microtemplate-perl/debian/changelog?rev=69476&op=file
==============================================================================
--- trunk/libtext-microtemplate-perl/debian/changelog (added)
+++ trunk/libtext-microtemplate-perl/debian/changelog Thu Feb 24 06:11:45 2011
@@ -1,0 +1,5 @@
+libtext-microtemplate-perl (0.18-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #612871)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Wed, 16 Feb 2011 11:02:29 +0900

Added: trunk/libtext-microtemplate-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-microtemplate-perl/debian/compat?rev=69476&op=file
==============================================================================
--- trunk/libtext-microtemplate-perl/debian/compat (added)
+++ trunk/libtext-microtemplate-perl/debian/compat Thu Feb 24 06:11:45 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libtext-microtemplate-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-microtemplate-perl/debian/control?rev=69476&op=file
==============================================================================
--- trunk/libtext-microtemplate-perl/debian/control (added)
+++ trunk/libtext-microtemplate-perl/debian/control Thu Feb 24 06:11:45 2011
@@ -1,0 +1,38 @@
+Source: libtext-microtemplate-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.10.0)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Text-MicroTemplate/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtext-microtemplate-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtext-microtemplate-perl/
+
+Package: libtext-microtemplate-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ perl
+Description: Micro template engine with Perl5 language
+ Text::MicroTemplate is a standalone, fast, intelligent, extensible template
+ engine with following features.
+ .
+   standalone
+       Text::MicroTemplate does not rely on other CPAN modules.
+ .
+   fast
+       Based on Mojo::Template, expressions in the template is perl code.
+ .
+   intelligent
+       Text::MicroTemplate automatically escapes variables when and only when
+       necessary.
+ .
+   extensible
+       Text::MicroTemplate does not provide features like template cache or
+       including other files by itself.  However, it is easy to add you own
+       (that suites the most to your application), by wrapping the result of
+       the module (which is a perl expression).
+ .
+       The module only provides basic building blocks for a template engine.
+       Refer to Text::MicroTemplate::File for higher-level interface.

Added: trunk/libtext-microtemplate-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-microtemplate-perl/debian/copyright?rev=69476&op=file
==============================================================================
--- trunk/libtext-microtemplate-perl/debian/copyright (added)
+++ trunk/libtext-microtemplate-perl/debian/copyright Thu Feb 24 06:11:45 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Kazuho Oku <kazuhooku gmail.com>
+Source: http://search.cpan.org/dist/Text-MicroTemplate/
+Name: Text-MicroTemplate
+
+Files: *
+Copyright: Kazuho Oku <kazuhooku gmail.com>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, TANIGUCHI Takaki <takaki at debian.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/libtext-microtemplate-perl/debian/libtext-microtemplate-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-microtemplate-perl/debian/libtext-microtemplate-perl.docs?rev=69476&op=file
==============================================================================
--- trunk/libtext-microtemplate-perl/debian/libtext-microtemplate-perl.docs (added)
+++ trunk/libtext-microtemplate-perl/debian/libtext-microtemplate-perl.docs Thu Feb 24 06:11:45 2011
@@ -1,0 +1,1 @@
+README

Added: trunk/libtext-microtemplate-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-microtemplate-perl/debian/rules?rev=69476&op=file
==============================================================================
--- trunk/libtext-microtemplate-perl/debian/rules (added)
+++ trunk/libtext-microtemplate-perl/debian/rules Thu Feb 24 06:11:45 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libtext-microtemplate-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-microtemplate-perl/debian/source/format?rev=69476&op=file
==============================================================================
--- trunk/libtext-microtemplate-perl/debian/source/format (added)
+++ trunk/libtext-microtemplate-perl/debian/source/format Thu Feb 24 06:11:45 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libtext-microtemplate-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-microtemplate-perl/debian/watch?rev=69476&op=file
==============================================================================
--- trunk/libtext-microtemplate-perl/debian/watch (added)
+++ trunk/libtext-microtemplate-perl/debian/watch Thu Feb 24 06:11:45 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Text-MicroTemplate/   .*/Text-MicroTemplate-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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