[libpdf-create-perl] branch master updated (4f23a91 -> e97f085)

gregor herrmann gregoa at debian.org
Mon Dec 16 18:43:51 UTC 2013


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  4f23a91   releasing package libpdf-create-perl version 1.06-2
       new  ac08ce8   Imported Upstream version 1.08
       new  ec21d10   New upstream release.
       new  1a54b25   Drop patches, both applied upstream.
       new  d1eef40   Examples: adjust paths, drop overrides in debian/rules.
       new  ff3ddb1   Update Upstream-Contact and copyright years.
       new  0460f1e   Declare compliance with Debian Policy 3.9.5.
       new  e97f085   releasing package libpdf-create-perl version 1.08-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:
 Build.PL                           |  14 --
 CHANGES                            |  92 ++++++---
 Changes                            | 413 -------------------------------------
 MANIFEST                           |  13 +-
 MANIFEST.SKIP                      |   2 +-
 META.json                          |  48 +++++
 META.yml                           |  36 +++-
 Makefile.PL                        |  16 +-
 debian/changelog                   |  10 +
 debian/control                     |   2 +-
 debian/copyright                   |   4 +-
 debian/libpdf-create-perl.examples |   2 +-
 debian/patches/file-spec.patch     |  29 ---
 debian/patches/pod-encoding.patch  |  18 --
 debian/patches/series              |   2 -
 debian/rules                       |   9 +-
 sample-cgi.pl => eg/sample-cgi.pl  |   0
 sample.pl => eg/sample.pl          |   0
 lib/PDF/Create.pm                  |  51 +++--
 lib/PDF/Create/Outline.pm          |  13 +-
 lib/PDF/Create/Page.pm             |  17 +-
 lib/PDF/Image/GIF.pm               |  13 +-
 lib/PDF/Image/JPEG.pm              |  13 +-
 t/01-basic.t                       |   7 +-
 t/02-string.t                      |   2 +-
 t/03-image.t                       |   2 +-
 t/04-drawing.t                     |   2 +-
 t/05-outline.t                     |   2 +-
 t/06-annotation.t                  |   2 +-
 t/07-fonts.t                       |   2 +-
 t/09-cgi-script.pl                 |   2 +-
 t/09-cgi.t                         |  15 +-
 t/11-encode.t                      | 121 +++++++++++
 t/50-versioning.t                  |  23 +++
 t/99-wifi-parabola.t               |   2 +-
 35 files changed, 397 insertions(+), 602 deletions(-)
 delete mode 100644 Build.PL
 delete mode 100644 Changes
 create mode 100644 META.json
 delete mode 100644 debian/patches/file-spec.patch
 delete mode 100644 debian/patches/pod-encoding.patch
 delete mode 100644 debian/patches/series
 rename sample-cgi.pl => eg/sample-cgi.pl (100%)
 rename sample.pl => eg/sample.pl (100%)
 mode change 100644 => 100755 lib/PDF/Create.pm
 create mode 100644 t/11-encode.t
 create mode 100644 t/50-versioning.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