[libsvg-perl] branch master updated (ec2c956 -> 9c85790)

gregor herrmann gregoa at debian.org
Fri Oct 11 20:39:33 UTC 2013


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

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

      from  ec2c956   Remove trailing whitespace
      adds  f322ccc   Imported Upstream version 2.59
       new  256e3d9   Merge tag 'upstream/2.59'
       new  ada125c   New upstream release 2.59.
       new  413ea7b   Update years of copyright.
       new  0145123   Declare compliance with Debian Policy 3.9.4.
       new  b722fa9   wrap-and-sort d/control
       new  a4afe18   Add patch to fix POD encoding.
       new  9c85790   releasing package libsvg-perl version 2.59-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:
 .perlcriticrc                     |   25 +
 Changes                           |  172 +++--
 MANIFEST                          |    6 +-
 META.json                         |   20 +-
 META.yml                          |   11 +-
 Makefile.PL                       |   10 +-
 debian/changelog                  |   18 +-
 debian/control                    |   12 +-
 debian/copyright                  |    9 +-
 debian/patches/pod-encoding.patch |   30 +
 debian/patches/series             |    1 +
 examples/{svg.pl => circle.pl}    |    0
 examples/svg2png.pl               |   18 +
 lib/SVG.pm                        | 1290 +++++++++++++++++++++++++++++++++++--
 lib/SVG/DOM.pm                    |   96 +--
 lib/SVG/Element.pm                |   75 +--
 lib/SVG/Extension.pm              |   38 +-
 lib/SVG/Manual.pm                 | 1196 ----------------------------------
 lib/SVG/XML.pm                    |   26 +-
 t/99_test_pod_coverage.t          |    3 +-
 xt/99_perl_critic.t               |    3 +
 21 files changed, 1590 insertions(+), 1469 deletions(-)
 create mode 100644 .perlcriticrc
 create mode 100644 debian/patches/pod-encoding.patch
 create mode 100644 debian/patches/series
 rename examples/{svg.pl => circle.pl} (100%)
 create mode 100644 examples/svg2png.pl
 delete mode 100644 lib/SVG/Manual.pm
 create mode 100644 xt/99_perl_critic.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