r76884 - in /trunk/libtemplate-plugin-gravatar-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Jul 1 20:04:54 UTC 2011


Author: gregoa
Date: Fri Jul  1 20:04:44 2011
New Revision: 76884

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

Added:
    trunk/libtemplate-plugin-gravatar-perl/debian/
    trunk/libtemplate-plugin-gravatar-perl/debian/changelog
    trunk/libtemplate-plugin-gravatar-perl/debian/compat
    trunk/libtemplate-plugin-gravatar-perl/debian/control
    trunk/libtemplate-plugin-gravatar-perl/debian/copyright
    trunk/libtemplate-plugin-gravatar-perl/debian/rules   (with props)
    trunk/libtemplate-plugin-gravatar-perl/debian/source/
    trunk/libtemplate-plugin-gravatar-perl/debian/source/format
    trunk/libtemplate-plugin-gravatar-perl/debian/watch

Added: trunk/libtemplate-plugin-gravatar-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-plugin-gravatar-perl/debian/changelog?rev=76884&op=file
==============================================================================
--- trunk/libtemplate-plugin-gravatar-perl/debian/changelog (added)
+++ trunk/libtemplate-plugin-gravatar-perl/debian/changelog Fri Jul  1 20:04:44 2011
@@ -1,0 +1,5 @@
+libtemplate-plugin-gravatar-perl (0.05-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #564106)
+
+ -- gregor herrmann <gregoa at debian.org>  Fri, 1 Jul 2011 21:24:29 +0200

Added: trunk/libtemplate-plugin-gravatar-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-plugin-gravatar-perl/debian/compat?rev=76884&op=file
==============================================================================
--- trunk/libtemplate-plugin-gravatar-perl/debian/compat (added)
+++ trunk/libtemplate-plugin-gravatar-perl/debian/compat Fri Jul  1 20:04:44 2011
@@ -1,0 +1,1 @@
+8

Added: trunk/libtemplate-plugin-gravatar-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-plugin-gravatar-perl/debian/control?rev=76884&op=file
==============================================================================
--- trunk/libtemplate-plugin-gravatar-perl/debian/control (added)
+++ trunk/libtemplate-plugin-gravatar-perl/debian/control Fri Jul  1 20:04:44 2011
@@ -1,0 +1,30 @@
+Source: libtemplate-plugin-gravatar-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: libtemplate-perl,
+ liburi-perl,
+ perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.9.2
+Homepage: http://search.cpan.org/dist/Template-Plugin-Gravatar/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtemplate-plugin-gravatar-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtemplate-plugin-gravatar-perl/
+
+Package: libtemplate-plugin-gravatar-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libtemplate-perl,
+ liburi-perl,
+ perl
+Description: Template Toolkit plugin for generating Gravatar URLs
+ Template::Plugin::Gravatar is a configurable TT2 plugin for the generation of
+ Gravatar URLs from email addresses.
+ .
+ Please see http://site.gravatar.com/site/implement for more on the service
+ interface and http://site.gravatar.com/ for information about Gravatars
+ (globally recognized avatars) in general.
+ .
+ All of the options supported in Gravatars--default, rating, size, and
+ border--can be used here. The gravatar_id is generated from a given email.

Added: trunk/libtemplate-plugin-gravatar-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-plugin-gravatar-perl/debian/copyright?rev=76884&op=file
==============================================================================
--- trunk/libtemplate-plugin-gravatar-perl/debian/copyright (added)
+++ trunk/libtemplate-plugin-gravatar-perl/debian/copyright Fri Jul  1 20:04:44 2011
@@ -1,0 +1,34 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Ashley Pond V  <ashley at cpan.org>.
+Source: http://search.cpan.org/dist/Template-Plugin-Gravatar/
+Name: Template-Plugin-Gravatar
+
+Files: *
+Copyright: 2007, Ashley Pond V <ashley at cpan.org>
+License: Artistic or GPL-1+
+
+Files: inc/Module/*
+Copyright: 2002-2011, Adam Kennedy <adamk at cpan.org>
+ 2002-2011, Audrey Tang <autrijus at autrijus.org>
+ 2002-2011, Brian Ingerson <ingy at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, gregor herrmann <gregoa 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/libtemplate-plugin-gravatar-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-plugin-gravatar-perl/debian/rules?rev=76884&op=file
==============================================================================
--- trunk/libtemplate-plugin-gravatar-perl/debian/rules (added)
+++ trunk/libtemplate-plugin-gravatar-perl/debian/rules Fri Jul  1 20:04:44 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libtemplate-plugin-gravatar-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-plugin-gravatar-perl/debian/source/format?rev=76884&op=file
==============================================================================
--- trunk/libtemplate-plugin-gravatar-perl/debian/source/format (added)
+++ trunk/libtemplate-plugin-gravatar-perl/debian/source/format Fri Jul  1 20:04:44 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libtemplate-plugin-gravatar-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-plugin-gravatar-perl/debian/watch?rev=76884&op=file
==============================================================================
--- trunk/libtemplate-plugin-gravatar-perl/debian/watch (added)
+++ trunk/libtemplate-plugin-gravatar-perl/debian/watch Fri Jul  1 20:04:44 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Template-Plugin-Gravatar/   .*/Template-Plugin-Gravatar-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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