[libparse-yapp-perl] branch master updated (8b191cd -> a84046e)

gregor herrmann gregoa at debian.org
Mon Jun 19 18:27:23 UTC 2017


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

gregoa pushed a change to branch master
in repository libparse-yapp-perl.

      from  8b191cd   update changelog
       new  eb7e0d7   debian/watch: add uversionmangle
       new  e8844ca   update changelog
      adds  f6d24c1   New upstream version 1.20
       new  b6d4640   Updated version 1.20 from 'upstream/1.20'
       new  d0ff027   Update debian/changelog
       new  8b8e694   add bug closer
       new  3314daa   drop (never uploaded) unescaped-left-brace-in-regexp.patch
       new  1dd7597   Refresh man-section.patch (fuzz).
       new  c9f930c   Drop pod-errors.patch, applied upstream.
       new  5a64463   Drop spelling.patch, applied upstream.
       new  9ced4d9   debian/copyright: switch formatting to Copyright-Format 1.0,
       new  c7ff72f   Declare compliance with Debian Policy 4.0.0.
       new  6a47359   rm debian/tests/pkg-perl/use-name, not needed with new release
       new  d4940f8   Add patch to fix POD error (missing encoding directive).
       new  5e28a5f   Add patch to fix spelling mistakes in the POD.
       new  a84046e   releasing package libparse-yapp-perl version 1.20-1

The 15 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                                            |  14 +-
 MANIFEST                                           |  23 +-
 META.json                                          |  37 ++
 META.yml                                           |  21 +
 Makefile.PL                                        |   3 +-
 README                                             |  15 +-
 README => README.md                                |  16 +-
 YappParse.yp                                       |   9 +-
 debian/changelog                                   |  31 +-
 debian/control                                     |   2 +-
 debian/copyright                                   |  36 +-
 debian/patches/man-section.patch                   |   6 +-
 debian/patches/pod-encoding.patch                  |  30 ++
 debian/patches/pod-errors.patch                    |  14 -
 debian/patches/series                              |   3 +-
 debian/patches/spelling.patch                      | 106 ++++-
 .../patches/unescaped-left-brace-in-regexp.patch   |  47 --
 debian/tests/pkg-perl/use-name                     |   1 -
 debian/watch                                       |   1 +
 ...enien_20170307-parse_yapp_assignment__email.eml |  44 ++
 ...ien_20170307-parse_yapp_assignment_redacted.png | Bin 0 -> 55012 bytes
 lib/Parse/Yapp.pm                                  |  27 +-
 lib/Parse/Yapp/Driver.pm                           |   6 +-
 lib/Parse/Yapp/Grammar.pm                          |   3 +-
 lib/Parse/Yapp/Lalr.pm                             |   3 +-
 lib/Parse/Yapp/Options.pm                          |   3 +-
 lib/Parse/Yapp/Output.pm                           |   3 +-
 lib/Parse/Yapp/Parse.pm                            | 491 +++++++++++----------
 yapp                                               |  14 +-
 29 files changed, 601 insertions(+), 408 deletions(-)
 create mode 100644 META.json
 create mode 100644 META.yml
 copy README => README.md (76%)
 mode change 100755 => 100644
 create mode 100644 debian/patches/pod-encoding.patch
 delete mode 100644 debian/patches/pod-errors.patch
 delete mode 100644 debian/patches/unescaped-left-brace-in-regexp.patch
 delete mode 100644 debian/tests/pkg-perl/use-name
 create mode 100644 docs/fdesarmenien_20170307-parse_yapp_assignment__email.eml
 create mode 100644 docs/fdesarmenien_20170307-parse_yapp_assignment_redacted.png
 mode change 100755 => 100644 lib/Parse/Yapp/Parse.pm

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



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