[libhtml-scrubber-perl] branch master updated (1073a27 -> a93583d)

gregor herrmann gregoa at debian.org
Tue Oct 22 17:19:50 UTC 2013


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

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

      from  1073a27   debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-copyright"
       new  3c1e98e   Imported Upstream version 0.11
       new  0ecda3f   New upstream release.
       new  9167941   Update upstream copyright holders/years.
       new  299170a   Update build dependencies (Module::Build).
       new  08c753d   Bump debhelper compatibility level to 8.
       new  9b2f246   Declare compliance with Debian Policy 3.9.4.
       new  18affe0   duplicate perl
       new  a93583d   releasing package libhtml-scrubber-perl version 0.11-1

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:
 Build.PL                 |   64 ++++++++++++
 Changes                  |   10 ++
 INSTALL                  |    8 +-
 LICENSE                  |   28 ++---
 MANIFEST                 |    9 +-
 META.json                |  256 +++++++++++++++++++++++++++++++---------------
 META.yml                 |  209 +++++++++++++++++++++++--------------
 Makefile.PL              |   63 ------------
 README                   |   46 +++++----
 debian/changelog         |   18 ++--
 debian/compat            |    2 +-
 debian/control           |   11 +-
 debian/copyright         |    8 +-
 lib/HTML/Scrubber.pm     |   97 ++++++++++--------
 t/00-compile.t           |   66 ++++++------
 t/000-report-versions.t  |    1 +
 t/01_use.t               |   17 ++-
 t/08_cb_attrs.t          |   28 +++++
 t/author-pod-spell.t     |   30 ++++++
 t/release-no-tabs.t      |   14 ++-
 t/release-pod-spell.t    |   23 -----
 t/release-portability.t  |    9 +-
 t/release-synopsis.t     |    2 +-
 t/rt19063_xhtml.t        |   18 ++++
 t/rt25477_self_closing.t |   28 +++++
 t/rt72659_utf8.t         |   29 ++++++
 t/rt79044_multiple.t     |   33 ++++++
 27 files changed, 735 insertions(+), 392 deletions(-)
 create mode 100644 Build.PL
 delete mode 100644 Makefile.PL
 create mode 100644 t/08_cb_attrs.t
 create mode 100644 t/author-pod-spell.t
 delete mode 100644 t/release-pod-spell.t
 create mode 100644 t/rt19063_xhtml.t
 create mode 100644 t/rt25477_self_closing.t
 create mode 100644 t/rt72659_utf8.t
 create mode 100644 t/rt79044_multiple.t

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



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