[libsvg-perl] branch master updated (795e54d -> fe00717)

gregor herrmann gregoa at debian.org
Wed Nov 15 18:29:55 UTC 2017


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

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

      from  795e54d   update changelog
      adds  d1d7580   RT#69009 - don't duplicate author credits
      adds  079b119   Merge pull request #5 from yanick/duplicate-credits
      adds  ee9f20b   perl tidy
      adds  eb9bcda   - Fixed broken link in the pod document of the package SVG.
      adds  63a4810   Merge pull request #6 from Manwar/fix-broken-link-in-pod-document
      adds  c1caf52   Fix some spelling errors which codespell reported.
      adds  9034427   Merge pull request #7 from shlomif/master
      adds  dd0df6b   fix typo in documentation
      adds  9515570   Merge pull request #9 from vti/patch-1
      adds  4014889   - Merged PR #9, correcting typo in the pod. Thanks @vti. - Tidied up Changes file. - Tidied up Makefile.PL script. - Tidied up README file.
      adds  18673c0   - Addressed issue RT #121197 (incorrect meta spec), thanks @KENTNL. - Added 'clean' and 'dist' keys to the Makefile.PL script. - Tidied up .gitignore file. - Added MANIFEST file, no need to generate every time.
      adds  245e92c   - Fixed the issue with regard to github respository info in the Makefile.PL script, thanks @KENTNL.
      adds  5d75c66   - Fixed issue RT #109521, adding min ver of Test::More v0.94.
      adds  ceacf38   - Fixed issue RT #118091, skip test if Perl::Tidy is missing.
      adds  97f934e   - Added MIN_PERL_VERSION to the Makefile.PL script as suggested by CPANTS.
      adds  56852e7   - Fixed issue RT #57000 with regard to be explici about SVG instance.
      adds  aeea79d   - Added test script t/00-load.t - Fixed typo in the pod document.
      adds  f20d05b   Removes the whitespace in <tag >
      adds  bd9dde4   Merge branch 'whitespace-in-tag' of git://github.com/Csson/SVG into Csson-whitespace-in-tag
      adds  3fc3a54   - Merged PR #8, thanks @CSSON. Modified slightly to keep tidyall happy. - Correct some spelling errors that were detected by codespell. - Don't insert whitespace between tag name and closing bracked when a tag has no attributes
      adds  d4aac18   - Added key 'provides' to the Makefile.PL script as recommended by CPANTS.
      adds  cb59c80   - Tidied up unit test scripts and removed '+x' attributes. - Tidied up SEE ALSO section in SVG::XML package pod.
      adds  48f9aab   - Added AUTHOR ONLY test scripts (meta-json.t and meta-yml.t).
      adds  772264f   - Proposed fix to the following test failure:   http://www.cpantesters.org/cpan/report/ddc7eefc-3429-11e7-8430-9cfb106f656a
      adds  3584880   Fix entity escaping
      adds  a9be8ed   Merge branch 'haarg-patch-1'
      adds  5f30e6f   - Merged PR #10 (fix entity escaping), thanks @haarg. This also resolved RT #121612.
      adds  3b23359   New upstream version 2.78
       new  0f3ab61   Update upstream source from tag 'upstream/2.78'
       new  f009608   Update debian/changelog
       new  ef2781d   Update debian/upstream/metadata.
       new  b5c643c   Update years of packaging copyright.
       new  9a70703   Declare compliance with Debian Policy 4.1.1.
       new  3d8de01   Bump debhelper compatibility level to 9.
       new  fe00717   releasing package libsvg-perl version 2.78-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                      | 567 +++++++++++++++++++++++--------------------
 MANIFEST                     |   4 +
 META.json                    |  43 +++-
 META.yml                     |  29 ++-
 Makefile.PL                  |  55 +++--
 README                       |  90 +++----
 debian/changelog             |  10 +-
 debian/compat                |   2 +-
 debian/control               |   4 +-
 debian/copyright             |   2 +-
 debian/upstream/metadata     |   3 +-
 lib/SVG.pm                   |  61 +++--
 lib/SVG/DOM.pm               |  23 +-
 lib/SVG/Element.pm           |   4 +-
 lib/SVG/Extension.pm         |   2 +-
 lib/SVG/XML.pm               |  34 ++-
 t/00-load.t                  |  15 ++
 t/01-loadsvg.t               |   2 +-
 t/03-render.t                |   2 +-
 t/04-inline.t                |   2 +-
 t/05-processinginstruction.t |   0
 t/06-doctype.t               |   0
 t/07-extension.t             |   0
 t/08-looknfeel.t             |   0
 t/09-script.t                |   0
 t/10-autoload.t              |   0
 t/11-customtags.t            |   2 +-
 t/12-elementid.t             |   0
 t/13-duplicateids.t          |   0
 t/14-attributes.t            |   0
 t/15-parentage.t             |   0
 t/16-siblings.t              |   0
 t/17-tagtypes.t              |   0
 t/18-filter.t                |   2 +-
 t/19-style.t                 |   0
 t/20-anchor.t                |   0
 t/21-polygon.t               |   0
 t/22-xlink.t                 |   0
 t/23-xmlescape.t             |   0
 t/96-perl-critic.t           |   3 +
 t/98-tidyall.t               |   3 +
 t/99_test_pod_coverage.t     |   0
 t/duplicate_credits.t        |  14 ++
 t/meta-json.t                |  31 +++
 t/meta-yml.t                 |  31 +++
 45 files changed, 637 insertions(+), 403 deletions(-)
 create mode 100644 t/00-load.t
 mode change 100755 => 100644 t/01-loadsvg.t
 mode change 100755 => 100644 t/03-render.t
 mode change 100755 => 100644 t/04-inline.t
 mode change 100755 => 100644 t/05-processinginstruction.t
 mode change 100755 => 100644 t/06-doctype.t
 mode change 100755 => 100644 t/07-extension.t
 mode change 100755 => 100644 t/08-looknfeel.t
 mode change 100755 => 100644 t/09-script.t
 mode change 100755 => 100644 t/10-autoload.t
 mode change 100755 => 100644 t/11-customtags.t
 mode change 100755 => 100644 t/12-elementid.t
 mode change 100755 => 100644 t/13-duplicateids.t
 mode change 100755 => 100644 t/14-attributes.t
 mode change 100755 => 100644 t/15-parentage.t
 mode change 100755 => 100644 t/16-siblings.t
 mode change 100755 => 100644 t/17-tagtypes.t
 mode change 100755 => 100644 t/18-filter.t
 mode change 100755 => 100644 t/19-style.t
 mode change 100755 => 100644 t/20-anchor.t
 mode change 100755 => 100644 t/21-polygon.t
 mode change 100755 => 100644 t/22-xlink.t
 mode change 100755 => 100644 t/23-xmlescape.t
 mode change 100755 => 100644 t/99_test_pod_coverage.t
 create mode 100644 t/duplicate_credits.t
 create mode 100644 t/meta-json.t
 create mode 100644 t/meta-yml.t

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



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