[libtext-pdf-perl] branch master updated (e8541a8 -> 42c0628)

Lucas Kanashiro kanashiro at moszumanska.debian.org
Thu Sep 8 16:46:32 UTC 2016


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

kanashiro pushed a change to branch master
in repository libtext-pdf-perl.

      from  e8541a8   update changelog
      adds  58a66d3   New upstream version 0.31
       new  cadb04c   Merge tag 'upstream/0.31'
       new  ef973a3   Update debian/changelog
       new  f51a95a   Update d/u/metadata with Repository links
       new  8bccdd1   debian/patches: remove patches applied by upstream and refresh one that need it
       new  0280620   debian/copyright: update upstream license to Artistic-2.0
       new  d3709c9   Update Debian packaging copyright
       new  d111b4e   Declare compliance with Debian policy 3.9.8
       new  35f7991   debian/rules: remove some unneeded rules
       new  42c0628   releasing libtext-pdf-perl version 0.31-1

The 9 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                                            |  38 ++++
 LICENSE                                            |  76 ++++++++
 MANIFEST                                           |   7 +-
 MANIFEST.SKIP                                      |   4 +
 META.json                                          |  31 +++
 META.yml                                           |  30 +--
 Makefile.PL                                        | 125 +++++++-----
 debian/changelog                                   |  16 +-
 debian/control                                     |   2 +-
 debian/copyright                                   | 209 ++++++++++++++++++++-
 debian/patches/fix-pod-errors.patch                |  60 ------
 debian/patches/fix-spelling-error-in-manpage.patch |  17 --
 debian/patches/scripts-pod.patch                   |   5 +-
 debian/patches/series                              |   2 -
 debian/rules                                       |   7 -
 debian/upstream/metadata                           |   2 +
 examples/call_conf.txt                             |   8 +-
 examples/pdfgetobj.pl                              |   9 +-
 lib/Text/PDF.pm                                    |   2 +-
 lib/Text/PDF/Array.pm                              |   4 +
 lib/Text/PDF/Dict.pm                               |  23 ++-
 lib/Text/PDF/File.pm                               |   7 +-
 lib/Text/PDF/Filter.pm                             |  71 +++----
 lib/Text/PDF/Objind.pm                             |   2 +-
 lib/Text/PDF/Page.pm                               |   4 +
 lib/Text/PDF/SFont.pm                              |   2 +-
 lib/Text/PDF/TTFont.pm                             |  19 +-
 lib/Text/PDF/TTFont0.pm                            |   2 +-
 lib/Text/PDF/changes                               |  71 -------
 readme.txt                                         | 160 ++++++++--------
 scripts/pdfbklt                                    | 125 +++++++-----
 scripts/pdfstamp                                   |  41 ++--
 t/hello.t                                          |  57 ++++++
 33 files changed, 817 insertions(+), 421 deletions(-)
 create mode 100644 Changes
 create mode 100644 LICENSE
 create mode 100644 META.json
 delete mode 100644 debian/patches/fix-pod-errors.patch
 delete mode 100644 debian/patches/fix-spelling-error-in-manpage.patch
 delete mode 100755 lib/Text/PDF/changes
 create mode 100644 t/hello.t

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



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