[libtext-template-perl] branch master updated (2889290 -> 46a73f8)

Florian Schlichting fsfs at moszumanska.debian.org
Sat Sep 16 19:44:31 UTC 2017


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

fsfs pushed a change to branch master
in repository libtext-template-perl.

      from  2889290   update changelog
      adds  1a56781   New upstream version 1.47
       new  7e9a136   Updated version 1.47 from 'upstream/1.47'
       new  10bce8d   Update debian/changelog
       new  1914ea0   Update upstream contact, copyright years
       new  14b4017   Add upstream metadata
       new  1750128   Drop memory_leak.patch, spelling.patch applied upstream
       new  142fc13   Bump dh compat to level 9
       new  3891357   Declare compliance with Debian Policy 4.1.0
       new  46a73f8   prepare changelog for release

The 8 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                          |   8 +
 LICENSE                          | 379 +++++++++++++++++++++++++++++++++++++++
 MANIFEST                         |  15 +-
 META.json                        |  52 ++++--
 META.yml                         |  33 ++--
 Makefile.PL                      |  56 +++++-
 SIGNATURE                        |  61 +++++++
 debian/changelog                 |  12 +-
 debian/compat                    |   2 +-
 debian/control                   |   4 +-
 debian/copyright                 |   6 +-
 debian/patches/memory_leak.patch |  35 ----
 debian/patches/series            |   2 -
 debian/patches/spelling.patch    |  32 ----
 debian/upstream/metadata         |   8 +
 lib/Text/Template.pm             | 101 +++++------
 lib/Text/Template/Preprocess.pm  |  49 +++--
 t/00-version.t                   |   2 +-
 t/01-basic.t                     |   4 +-
 t/02-hash.t                      |   4 +-
 t/03-out.t                       |   4 +-
 t/04-safe.t                      |   4 +-
 t/05-safe2.t                     |   4 +-
 t/06-ofh.t                       |   4 +-
 t/07-safe3.t                     |   4 +-
 t/08-exported.t                  |   4 +-
 t/09-error.t                     |   4 +-
 t/10-delimiters.t                |   4 +-
 t/11-prepend.t                   |   4 +-
 t/12-preprocess.t                |   4 +-
 t/13-taint.t                     |   4 +-
 t/14-broken.t                    |   4 +-
 t/author-pod-syntax.t            |  15 ++
 33 files changed, 701 insertions(+), 227 deletions(-)
 create mode 100644 Changes
 create mode 100644 LICENSE
 create mode 100644 SIGNATURE
 delete mode 100644 debian/patches/memory_leak.patch
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/spelling.patch
 create mode 100644 debian/upstream/metadata
 mode change 100644 => 100755 t/01-basic.t
 create mode 100644 t/author-pod-syntax.t

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



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