[libpdf-create-perl] branch master updated (64856a8 -> 24b132f)
gregor herrmann
gregoa at debian.org
Fri May 6 19:25:23 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libpdf-create-perl.
from 64856a8 releasing package libpdf-create-perl version 1.29-1
adds 8dbdd8f Imported Upstream version 1.31
new 8ee91e6 Merge tag 'upstream/1.31'
new c11a8ee Update debian/changelog
new e6bc1f6 Update (build) dependencies.
new f82e1ad Declare compliance with Debian Policy 3.9.8.
new 829b0e2 autopkgtest: activate syntax.t.
new 24b132f releasing package libpdf-create-perl version 1.31-1
The 6 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 | 9 +
MANIFEST | 15 +
META.json | 25 +-
META.yml | 22 +-
Makefile.PL | 33 +-
debian/changelog | 9 +
debian/control | 9 +-
debian/tests/pkg-perl/syntax-skip | 2 +
eg/verify-char-width | 78 +++
lib/PDF/Create.pm | 18 +-
lib/PDF/Create/Outline.pm | 2 +-
lib/PDF/Create/Page.pm | 306 +++--------
lib/PDF/Font.pm | 514 +++++++++++++++++++
lib/PDF/Image/GIF.pm | 3 +-
lib/PDF/Image/JPEG.pm | 3 +-
share/courier-bold.json | 1026 +++++++++++++++++++++++++++++++++++++
share/courier-boldoblique.json | 1026 +++++++++++++++++++++++++++++++++++++
share/courier-oblique.json | 1026 +++++++++++++++++++++++++++++++++++++
share/courier.json | 1026 +++++++++++++++++++++++++++++++++++++
share/helvetica-bold.json | 1026 +++++++++++++++++++++++++++++++++++++
share/helvetica-boldoblique.json | 1026 +++++++++++++++++++++++++++++++++++++
share/helvetica-oblique.json | 1026 +++++++++++++++++++++++++++++++++++++
share/helvetica.json | 1026 +++++++++++++++++++++++++++++++++++++
share/symbol.json | 1026 +++++++++++++++++++++++++++++++++++++
share/times-bold.json | 1026 +++++++++++++++++++++++++++++++++++++
share/times-bolditalic.json | 1026 +++++++++++++++++++++++++++++++++++++
share/times-italic.json | 1026 +++++++++++++++++++++++++++++++++++++
share/times-roman.json | 1026 +++++++++++++++++++++++++++++++++++++
28 files changed, 14099 insertions(+), 287 deletions(-)
create mode 100644 debian/tests/pkg-perl/syntax-skip
create mode 100755 eg/verify-char-width
create mode 100644 lib/PDF/Font.pm
create mode 100644 share/courier-bold.json
create mode 100644 share/courier-boldoblique.json
create mode 100644 share/courier-oblique.json
create mode 100644 share/courier.json
create mode 100644 share/helvetica-bold.json
create mode 100644 share/helvetica-boldoblique.json
create mode 100644 share/helvetica-oblique.json
create mode 100644 share/helvetica.json
create mode 100644 share/symbol.json
create mode 100644 share/times-bold.json
create mode 100644 share/times-bolditalic.json
create mode 100644 share/times-italic.json
create mode 100644 share/times-roman.json
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpdf-create-perl.git
More information about the Pkg-perl-cvs-commits
mailing list