[libhtml-strip-perl] branch master updated (eded305 -> dd2fa32)

gregor herrmann gregoa at debian.org
Thu Oct 23 20:29:19 UTC 2014


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

gregoa pushed a change to branch master
in repository libhtml-strip-perl.

      from  eded305   update changelog
      adds  b0792ed   Imported Upstream version 1.10
       new  de23ebf   Merge tag 'upstream/1.10'
       new  11677bd   New upstream release.
       new  4480fb7   Drop fix-pod-errors.patch, merged upstream.
       new  3a0e2bb   Declare compliance with Debian Policy 3.9.6.
       new  5d7bb2d   cme: reformat debian/control
       new  43ed51c   Make short description a noun phrase.
       new  dd2fa32   releasing package libhtml-strip-perl version 1.10-1

The 7 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                             |  25 ++++++
 MANIFEST                            |  11 ++-
 META.yml                            |  22 +++++
 Makefile.PL                         |  46 +++++++---
 Strip.pm                            | 175 +++++++++++++++++++++++-------------
 Strip.xs                            |  36 +++++++-
 debian/changelog                    |  12 ++-
 debian/control                      |  20 +++--
 debian/patches/fix-pod-errors.patch |  34 -------
 debian/patches/series               |   1 -
 strip_html.c                        |  87 +++++++++++++-----
 strip_html.h                        |   4 +
 t/auto-reset.t                      |  20 +++++
 t/basic.t                           |  67 ++++++++++++++
 t/comment.t                         |  38 ++++++++
 t/edge-case.t                       |  20 +++++
 t/filter.t                          |  18 ++++
 t/mathematical-comparisons.t        |  30 +++++++
 t/offbyone.t                        |  12 +++
 t/striptags.t                       |  31 +++++++
 t/whitespace-single-char.t          |  10 +++
 test.pl                             |  91 -------------------
 22 files changed, 576 insertions(+), 234 deletions(-)
 create mode 100644 META.yml
 delete mode 100644 debian/patches/fix-pod-errors.patch
 delete mode 100644 debian/patches/series
 create mode 100644 t/auto-reset.t
 create mode 100644 t/basic.t
 create mode 100644 t/comment.t
 create mode 100644 t/edge-case.t
 create mode 100644 t/filter.t
 create mode 100644 t/mathematical-comparisons.t
 create mode 100644 t/offbyone.t
 create mode 100644 t/striptags.t
 create mode 100644 t/whitespace-single-char.t
 delete mode 100644 test.pl

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



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