r49612 - in /trunk/libtemplate-tiny-perl/debian: ./ changelog compat control copyright libtemplate-tiny-perl.docs rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Dec 31 05:08:07 UTC 2009


Author: jawnsy-guest
Date: Thu Dec 31 05:08:00 2009
New Revision: 49612

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

Added:
    trunk/libtemplate-tiny-perl/debian/
    trunk/libtemplate-tiny-perl/debian/changelog
    trunk/libtemplate-tiny-perl/debian/compat
    trunk/libtemplate-tiny-perl/debian/control
    trunk/libtemplate-tiny-perl/debian/copyright
    trunk/libtemplate-tiny-perl/debian/libtemplate-tiny-perl.docs
    trunk/libtemplate-tiny-perl/debian/rules   (with props)
    trunk/libtemplate-tiny-perl/debian/watch

Added: trunk/libtemplate-tiny-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-tiny-perl/debian/changelog?rev=49612&op=file
==============================================================================
--- trunk/libtemplate-tiny-perl/debian/changelog (added)
+++ trunk/libtemplate-tiny-perl/debian/changelog Thu Dec 31 05:08:00 2009
@@ -1,0 +1,5 @@
+libtemplate-tiny-perl (0.09-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Thu, 31 Dec 2009 00:06:55 -0500

Added: trunk/libtemplate-tiny-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-tiny-perl/debian/compat?rev=49612&op=file
==============================================================================
--- trunk/libtemplate-tiny-perl/debian/compat (added)
+++ trunk/libtemplate-tiny-perl/debian/compat Thu Dec 31 05:08:00 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libtemplate-tiny-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-tiny-perl/debian/control?rev=49612&op=file
==============================================================================
--- trunk/libtemplate-tiny-perl/debian/control (added)
+++ trunk/libtemplate-tiny-perl/debian/control Thu Dec 31 05:08:00 2009
@@ -1,0 +1,31 @@
+Source: libtemplate-tiny-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.5.30)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/Template-Tiny/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtemplate-tiny-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtemplate-tiny-perl/
+
+Package: libtemplate-tiny-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.5.30)
+Description: Template Toolkit reimplemented in as little code as possible
+ WARNING: THIS MODULE IS EXPERIMENTAL AND SUBJECT TO CHANGE WITHOUT NOTICE
+ .
+ YOU HAVE BEEN WARNED!
+ .
+ Template::Tiny is a reimplementation of a partial subset of the Template
+ Toolkit, in as few lines of code as possible.
+ .
+ It is intended for use in light-usage, low-memory, or low-cpu templating
+ situations, where you may need to upgrade to the full feature set in the
+ future, or if you want the familiarity of TT-style templates.
+ .
+ It is intended to have fully-compatible template and stash usage, with a
+ limited by similar Perl API.
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libtemplate-tiny-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-tiny-perl/debian/copyright?rev=49612&op=file
==============================================================================
--- trunk/libtemplate-tiny-perl/debian/copyright (added)
+++ trunk/libtemplate-tiny-perl/debian/copyright Thu Dec 31 05:08:00 2009
@@ -1,0 +1,36 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Maintainer: Adam Kennedy <adamk at cpan.org>
+Source: http://search.cpan.org/dist/Template-Tiny/
+Name: Template-Tiny
+Disclaimer: This copyright info was automatically extracted 
+ from the perl module. It may not be accurate, so you better 
+ check the module sources in order to ensure the module for its 
+ inclusion in Debian or for general legal information. Please, 
+ if licensing information is incorrectly generated, file a bug 
+ on dh-make-perl.
+ NOTE: Don't forget to remove this disclaimer once you are happy
+ with this file.
+
+Files: *
+Copyright: Adam Kennedy <adamk at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2009, Jonathan Yu <jawnsy at cpan.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-tiny-perl/debian/libtemplate-tiny-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-tiny-perl/debian/libtemplate-tiny-perl.docs?rev=49612&op=file
==============================================================================
--- trunk/libtemplate-tiny-perl/debian/libtemplate-tiny-perl.docs (added)
+++ trunk/libtemplate-tiny-perl/debian/libtemplate-tiny-perl.docs Thu Dec 31 05:08:00 2009
@@ -1,0 +1,1 @@
+README

Added: trunk/libtemplate-tiny-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-tiny-perl/debian/rules?rev=49612&op=file
==============================================================================
--- trunk/libtemplate-tiny-perl/debian/rules (added)
+++ trunk/libtemplate-tiny-perl/debian/rules Thu Dec 31 05:08:00 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libtemplate-tiny-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-tiny-perl/debian/watch?rev=49612&op=file
==============================================================================
--- trunk/libtemplate-tiny-perl/debian/watch (added)
+++ trunk/libtemplate-tiny-perl/debian/watch Thu Dec 31 05:08:00 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Template-Tiny/   .*/Template-Tiny-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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