This is an automated email from the git hooks/post-receive script. eythian-guest pushed a commit to branch master in repository libtemplate-plugin-stash-perl.
commit 5cfa42d833c9c12bbb8a5104f0e24a50958ed8f5 Author: Robin Sheat <[email protected]> Date: Mon May 25 17:46:20 2015 +1200 Update the debian/ files --- debian/changelog | 4 ++-- debian/control | 31 ++++--------------------------- debian/copyright | 14 +++----------- 3 files changed, 9 insertions(+), 40 deletions(-) diff --git a/debian/changelog b/debian/changelog index e68611a..357b703 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -libtemplate-plugin-stash-perl (1.006-1) UNRELEASED; urgency=low +libtemplate-plugin-stash-perl (1.006-1) unstable; urgency=low - * Initial Release. + * Initial Release. (Closes: #786742) -- Robin Sheat <[email protected]> Mon, 25 May 2015 10:57:52 +1200 diff --git a/debian/control b/debian/control index 34502c0..4c7d9eb 100644 --- a/debian/control +++ b/debian/control @@ -16,30 +16,7 @@ Package: libtemplate-plugin-stash-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libtemplate-perl -Description: unknown - Instead of messing with [% PERL %] blocks to get at the stash, simply [% USE - Stash %]. - . - Output will look something like - . - $VAR1 = { - . - 'global' => {}, - . - 'var1' => 6666666, - . - 'var2' => { - . - 'e' => 'f', - . - 'g' => 'h', - . - 'a' => 'b', - . - 'c' => 'd' - . - }, - . - }; - . - This description was automagically extracted from the module by dh-make-perl. +Description: Template::Toolkit plugin that exposes the template's stash + Template::Plugin::Stash provides an easy way to access the stash that was + supplied to your template, making it more convenient to dump it out for + debugging. diff --git a/debian/copyright b/debian/copyright index 4364a1f..f9c0f5a 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,19 +1,11 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/Template-Plugin-Stash -Upstream-Contact: unknown +Upstream-Contact: [email protected] Upstream-Name: Template-Plugin-Stash -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: unknown -License: +Copyright: 2003-2004 by D.H. (PodMaster) +License: Artistic or GPL-1+ Files: debian/* Copyright: 2015, Robin Sheat <[email protected]> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtemplate-plugin-stash-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
