[libpdf-fdf-simple-perl] branch master updated (129eff5 -> 27469f1)

gregor herrmann gregoa at debian.org
Sun Dec 22 20:40:36 UTC 2013


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

gregoa pushed a change to branch master
in repository libpdf-fdf-simple-perl.

      from  129eff5   takeover part 2
       new  1ff71de   Switch to "3.0 (quilt)" source format.
      adds  ef796c5   Imported Upstream version 0.21
       new  24f5177   Merge tag 'upstream/0.21'
       new  510010f   New upstream release.
       new  3206bde   Bump debhelper compatibility level to 8. Use dh(1) in debian/rules.
       new  598f422   debian/copyright: switch formatting to Copyright-Format 1.0.
       new  3f32f23   Remove file created during tests in clean.
       new  25a7f9a   Update (build) dependencies.
       new  2bc6f4c   cme: reformat debian/control
       new  6d6ede3   Update long description.
       new  295b856   Recreate grammar during package build.
       new  577c779   Add /me to Uploaders.
       new  4b3781a   Declare compliance with Debian Policy 3.9.5.
       new  27469f1   releasing package libpdf-fdf-simple-perl version 0.21-1

The 13 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                         |    37 +-
 ChangeLog                        |   117 +
 MANIFEST                         |    14 +-
 MANIFEST.SKIP                    |     5 +-
 META.yml                         |    28 +-
 Makefile.PL                      |    31 -
 README                           |    16 +-
 debian/changelog                 |    17 +-
 debian/clean                     |     1 +
 debian/compat                    |     2 +-
 debian/control                   |    35 +-
 debian/copyright                 |    37 +-
 debian/rules                     |    61 +-
 debian/source/format             |     1 +
 lib/PDF/FDF/Simple.pm            |   319 +-
 lib/PDF/FDF/Simple.pod           |    37 +-
 lib/PDF/FDF/Simple/Builder.pm    |    68 +
 lib/PDF/FDF/Simple/Grammar.pm    | 17265 +++++++++++++++++++++++++++++++++++++
 lib/PDF/FDF/Simple/Grammar.pod   |    41 +
 lib/auto/PDF/FDF/Simple/grammar  |   376 +
 t/TEST-1234.fdf                  |     8 +
 t/accessors.t                    |   198 +
 t/acro8.t                        |    39 +
 t/acro8example.fdf               |     4 +
 t/attribs.t                      |     6 +-
 t/distribution.t                 |     2 +-
 t/fdfparser_newline.t            |     2 +-
 t/fdfparser_round.t              |    13 +-
 t/fdfparser_round2.t             |    11 +-
 t/fdfparser_standard.fdf         |     3 +-
 t/fdfparser_standard.t           |    10 +-
 t/hundev1.fdf                    |     2 +-
 t/pod-coverage.t                 |     6 +-
 t/simple.t                       |     8 +-
 t/strange_id_values.fdf          |     6 +
 t/strange_id_values.t            |    43 +
 t/typecatalog.t                  |    39 +
 t/with_xrefs_and_valuearrays.fdf |     7 +
 t/with_xrefs_and_valuearrays.t   |    43 +
 39 files changed, 18522 insertions(+), 436 deletions(-)
 delete mode 100644 Makefile.PL
 create mode 100644 debian/clean
 create mode 100644 debian/source/format
 create mode 100644 lib/PDF/FDF/Simple/Builder.pm
 create mode 100644 lib/PDF/FDF/Simple/Grammar.pm
 create mode 100644 lib/PDF/FDF/Simple/Grammar.pod
 create mode 100644 lib/auto/PDF/FDF/Simple/grammar
 create mode 100644 t/TEST-1234.fdf
 create mode 100644 t/accessors.t
 create mode 100644 t/acro8.t
 create mode 100644 t/acro8example.fdf
 create mode 100644 t/strange_id_values.fdf
 create mode 100644 t/strange_id_values.t
 create mode 100644 t/typecatalog.t
 create mode 100644 t/with_xrefs_and_valuearrays.fdf
 create mode 100644 t/with_xrefs_and_valuearrays.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpdf-fdf-simple-perl.git



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