[libtemplate-stash-autoescaping-perl] 03/05: d/control: Fix Standards-Version and Description
Julian Maurice
jajm-guest at moszumanska.debian.org
Thu Feb 4 19:21:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
jajm-guest pushed a commit to branch master
in repository libtemplate-stash-autoescaping-perl.
commit a573e00ac3ea434242d3cd4c9b78f804db56dea5
Author: Julian Maurice <jajm at jajm.org>
Date: Thu Feb 4 20:01:55 2016 +0100
d/control: Fix Standards-Version and Description
---
debian/changelog | 5 -----
debian/control | 9 ++++++---
2 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c315e16..ba7191a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,6 @@
libtemplate-stash-autoescaping-perl (0.0303-1) UNRELEASED; urgency=low
TODO:
- - d/control:
- + Standard-Version: 3.9.7
- + short description should be a noun phrase, like
- "Template::Toolkit subclass for automatically escaping HTML strings"
- + a slightly longer long description also wouldn't hurt :)
- debian/libtemplate-stash-autoescaping-perl.docs: not sure if the japanese
README is really helpful
diff --git a/debian/control b/debian/control
index 3e6d830..f576179 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends-Indep: libclass-data-inheritable-perl,
libtest-base-perl,
libuniversal-require-perl,
liburi-perl
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtemplate-stash-autoescaping-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtemplate-stash-autoescaping-perl.git
Homepage: https://metacpan.org/release/Template-Stash-AutoEscaping
@@ -24,6 +24,9 @@ Depends: ${misc:Depends}, ${perl:Depends},
libtemplate-perl,
libuniversal-require-perl,
perl (>= 5.12.0)
-Description: escape automatically in Template-Toolkit
- Template::Stash::AutoEscaping is a sub class of Template::Stash,
+Description: Template::Stash subclass for automatically escaping HTML strings
+ Template::Stash is used by Template::Toolkit to store variable values for the
+ runtime use of the template processor.
+ .
+ Template::Stash::AutoEscaping acts as a replacement of Template::Stash that
automatically escape all HTML strings and avoid XSS vulnerability.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtemplate-stash-autoescaping-perl.git
More information about the Pkg-perl-cvs-commits
mailing list