[libtemplate-alloy-perl] branch master updated (7df345b -> 688d90d)

Damyan Ivanov dmn at alioth.debian.org
Fri Aug 23 08:02:48 UTC 2013


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

dmn pushed a change to branch master
in repository libtemplate-alloy-perl.

      from  7df345b   update changelog
      adds  1e74fcc   Imported Upstream version 1.018
       new  a47e4d2   Merge tag 'upstream/1.018'
       new  839a035   Imported Upstream version 1.018
       new  84a6d26   Update upstream author email and copyright years
       new  e494bef   remove pod.patch, problem fixed upstream
       new  820d9ce   add pod-spelling.patch, fixing spelling errors in documentation
       new  0a37967   Standards-Version: 3.9.4 (no changes necessary)
       new  d788e0c   use debhelper 9
       new  3b04a25   drop trailing slash from upstream URL
       new  d665950   simplyfy .examples file
       new  38f1724   bring debian/copyright to copyright-format 1.0 spec
       new  688d90d   releasing package libtemplate-alloy-perl version 1.018-1

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                |   17 ++
 MANIFEST                               |    1 +
 META.json                              |   41 +++++
 META.yml                               |   38 ++---
 README                                 |   87 ++++++++--
 debian/changelog                       |   18 +-
 debian/compat                          |    2 +-
 debian/control                         |    6 +-
 debian/copyright                       |   10 +-
 debian/libtemplate-alloy-perl.examples |    4 +-
 debian/patches/pod-spelling.patch      |   27 +++
 debian/patches/pod.patch               |   26 ---
 debian/patches/series                  |    2 +-
 debian/watch                           |    2 +-
 lib/Template/Alloy.pm                  |  137 +++++++--------
 lib/Template/Alloy.pod                 |   82 ++++++++-
 lib/Template/Alloy/Compile.pm          |   72 +++++++-
 lib/Template/Alloy/Context.pm          |    2 +-
 lib/Template/Alloy/Exception.pm        |    2 +-
 lib/Template/Alloy/HTE.pm              |    9 +-
 lib/Template/Alloy/Iterator.pm         |    2 +-
 lib/Template/Alloy/Operator.pm         |    2 +-
 lib/Template/Alloy/Parse.pm            |    7 +-
 lib/Template/Alloy/Play.pm             |   36 ++--
 lib/Template/Alloy/Stream.pm           |    2 +-
 lib/Template/Alloy/TT.pm               |   23 ++-
 lib/Template/Alloy/Tmpl.pm             |    2 +-
 lib/Template/Alloy/VMethod.pm          |   53 +++---
 lib/Template/Alloy/Velocity.pm         |    7 +-
 t/01_coverage.t                        |    6 +-
 t/02_cache.t                           |   13 +-
 t/05_tt_base.t                         |  284 +++++++++++++++++++++-----------
 t/10_tt_includes.t                     |  134 +++++----------
 33 files changed, 738 insertions(+), 418 deletions(-)
 create mode 100644 META.json
 create mode 100644 debian/patches/pod-spelling.patch
 delete mode 100644 debian/patches/pod.patch

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



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