[libtext-xslate-perl] 03/10: d/control

Nick Morrott nickm-guest at moszumanska.debian.org
Sun Mar 27 05:41:37 UTC 2016


This is an automated email from the git hooks/post-receive script.

nickm-guest pushed a commit to branch master
in repository libtext-xslate-perl.

commit 64ab88de2ee4350c701dbdf514a5fc9f4cddf99f
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Sun Mar 27 03:13:13 2016 +0100

    d/control
---
 debian/control | 43 ++++++++++++++++++++++---------------------
 1 file changed, 22 insertions(+), 21 deletions(-)

diff --git a/debian/control b/debian/control
index eff7a6b..1198fbb 100644
--- a/debian/control
+++ b/debian/control
@@ -4,35 +4,36 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Nick Morrott <knowledgejunkie at gmail.com>
 Build-Depends: debhelper (>= 9.20120312~),
- libdata-messagepack-perl (>= 0.38),
- libfile-copy-recursive-perl,
- libmouse-perl (>= 2.4.5),
- libtest-requires-perl,
- perl (>= 5.17.4)
-Standards-Version: 3.9.6
+               libdata-messagepack-perl,
+               libfile-copy-recursive-perl,
+               libmouse-perl (>= 2.4.5),
+               libtest-requires-perl,
+               perl (>= 5.17.4) | libextutils-parsexs-perl (>= 3.180000),
+               perl
+Standards-Version: 3.9.7
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtext-xslate-perl.git
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtext-xslate-perl.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtext-xslate-perl.git
 Homepage: https://metacpan.org/release/Text-Xslate
 Testsuite: autopkgtest-pkg-perl
 
 Package: libtext-xslate-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
- libdata-messagepack-perl (>= 0.38),
- libmouse-perl (>= 2.4.5)
-Description: Scalable template engine for Perl5
- Xslate is a template engine, tuned for persistent applications, safe as an
- HTML generator, and with rich features.
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends},
+         libdata-messagepack-perl,
+         libmouse-perl (>= 2.4.5)
+Description: Scalable template engine for Perl 5 (C/XS accelerated)
+ Text::Xslate is a template engine, tuned for persistent applications, safe
+ as an HTML generator, and with rich features.
  .
  There are a lot of template engines in CPAN, for example Template-Toolkit,
  Text::MicroTemplate, HTML::Template, and so on, but all of them have some
  weak points: a full-featured template engine may be slow, while a fast
- template engine may be too simple to use. This is why Xslate is developed,
- which is the best template engine for web applications.
+ template engine may be too simple to use. This is why Text::Xslate is
+ developed, which is to be the best template engine for web applications.
  .
- The concept of Xslate is strongly influenced by Text::MicroTemplate and
- Template-Toolkit 2, but the central philosophy of Xslate is different from
- them. That is, the philosophy is sandboxing that the template logic should
- not have no access outside the template beyond your permission.
- .
- This description was automagically extracted from the module by dh-make-perl.
+ The concept of Text::Xslate is strongly influenced by Text::MicroTemplate and
+ Template-Toolkit 2, but the central philosophy of Text::Xslate is different
+ from them. That is, the philosophy is one of sandboxing; that the template
+ logic should not have no access outside the template beyond your permission.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtext-xslate-perl.git



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