[libpdf-create-perl] branch master updated (395fe78 -> 703b15f)
gregor herrmann
gregoa at debian.org
Sat Nov 21 20:16:32 UTC 2015
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 395fe78 releasing package libpdf-create-perl version 1.10-1
adds 07a0e11 Imported Upstream version 1.19
new 240a66f Merge tag 'upstream/1.19'
new 601d541 Update debian/changelog
new 56ed3e2 Update debian/upstream/metadata.
new 8781939 debian/copyright: update Upstream-Contact.
new 770eda5 Update years of packaging copyright.
new d0b4b83 Bump debhelper compatibility level to 9.
new ffe565a d/copyright: syntax cleanups
new 703b15f releasing package libpdf-create-perl version 1.19-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:
CHANGES | 73 --
Changes | 106 ++
MANIFEST | 11 +-
META.json | 35 +-
META.yml | 25 +-
Makefile.PL | 66 +-
README | 154 ++-
debian/changelog | 10 +
debian/compat | 2 +-
debian/control | 2 +-
debian/copyright | 24 +-
debian/upstream/metadata | 3 +-
eg/pdf-logo.gif | Bin 0 -> 9162 bytes
eg/pdf-logo.jpg | Bin 0 -> 2817 bytes
eg/sample-cgi.pl | 62 +-
eg/sample.pl | 78 +-
lib/PDF/Create.pm | 2826 +++++++++++++++++++++------------------------
lib/PDF/Create/Outline.pm | 6 +-
lib/PDF/Create/Page.pm | 1436 +++++++++++++----------
lib/PDF/Image/GIF.pm | 9 +-
lib/PDF/Image/JPEG.pm | 6 +-
t/00-load.t | 15 +
t/01-basic.t | 5 +-
t/02-string.t | 5 +-
t/03-image.t | 5 +-
t/04-drawing.t | 5 +-
t/05-outline.t | 5 +-
t/06-annotation.t | 5 +-
t/07-fonts.t | 5 +-
t/09-cgi.t | 5 +-
t/10-generic.t | 103 ++
t/11-encode.t | 4 +-
t/50-versioning.t | 5 +-
t/99-wifi-parabola.t | 5 +-
t/changes.t | 9 +
t/manifest.t | 11 +
t/pod.t | 12 +
37 files changed, 2696 insertions(+), 2442 deletions(-)
delete mode 100644 CHANGES
create mode 100644 Changes
create mode 100644 eg/pdf-logo.gif
create mode 100644 eg/pdf-logo.jpg
create mode 100644 t/00-load.t
create mode 100755 t/10-generic.t
create mode 100644 t/changes.t
create mode 100644 t/manifest.t
create mode 100644 t/pod.t
--
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