[libpegex-perl] branch master updated (436a0be -> c57fc60)
Angel Abad
angel at debian.org
Sat Oct 15 10:40:43 UTC 2016
This is an automated email from the git hooks/post-receive script.
angel pushed a change to branch master
in repository libpegex-perl.
from 436a0be update changelog
adds b048f56 New upstream version 0.61
new 991e6a1 Merge tag 'upstream/0.61'
new 4503506 Bump debhelper compat level to 9.
new 8ff901b debian/copyright: Update years.
new 8cec1fe Declare compliance with Debian policy 3.9.8.
new 8c04cf6 debian/copyright: Fix UTF-8 encoding.
new 8878eed debian/patches/spelling-error: Fix spelling error.
new c57fc60 Update changelog.
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:
CONTRIBUTING | 2 +-
Changes | 5 +-
LICENSE | 8 +-
MANIFEST | 8 +-
META.json | 8 +-
META.yml | 6 +-
Makefile.PL | 10 +-
README | 4 +-
debian/changelog | 18 +-
debian/compat | 2 +-
debian/control | 4 +-
debian/copyright | 1 +
debian/patches/series | 1 +
debian/patches/spelling-error | 16 +
inc/Pegex.pm | 32 -
inc/Pegex/Bootstrap.pm | 546 -----------------
inc/Pegex/Compiler.pm | 188 ------
inc/Pegex/Parser.pm | 29 +-
inc/Text/Diff.pm | 742 ++++++++++++++++++++++++
lib/Pegex.pm | 2 +-
lib/Pegex.pod | 7 +-
lib/Pegex/API.pod | 2 +-
lib/Pegex/Bootstrap.pod | 4 +-
lib/Pegex/Compiler.pod | 4 +-
lib/Pegex/Grammar.pod | 4 +-
lib/Pegex/Grammar/Atoms.pod | 4 +-
lib/Pegex/Input.pod | 4 +-
lib/Pegex/Miscellany.pod | 2 +-
lib/Pegex/Module.pod | 4 +-
lib/Pegex/Overview.pod | 2 +-
lib/Pegex/Parser.pm | 29 +-
lib/Pegex/Parser.pod | 4 +-
lib/Pegex/Pegex/Grammar.pod | 4 +-
lib/Pegex/Receiver.pod | 4 +-
lib/Pegex/Regex.pod | 4 +-
lib/Pegex/Resources.pod | 2 +-
lib/Pegex/Syntax.pod | 2 +-
lib/Pegex/Tree.pod | 4 +-
lib/Pegex/Tree/Wrap.pod | 4 +-
lib/Pegex/Tutorial.pod | 2 +-
lib/Pegex/Tutorial/Calculator.pod | 2 +-
lib/Pegex/Tutorial/JSON.pod | 8 +-
t/{release-pod-syntax.t => author-pod-syntax.t} | 5 +-
t/safe.t | 7 +
xt/grammars/yaml.pgx | 3 +-
xt/test-pegex-repos.t | 2 +-
46 files changed, 900 insertions(+), 855 deletions(-)
create mode 100644 debian/patches/series
create mode 100644 debian/patches/spelling-error
delete mode 100644 inc/Pegex.pm
delete mode 100644 inc/Pegex/Bootstrap.pm
delete mode 100644 inc/Pegex/Compiler.pm
create mode 100644 inc/Text/Diff.pm
rename t/{release-pod-syntax.t => author-pod-syntax.t} (56%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpegex-perl.git
More information about the Pkg-perl-cvs-commits
mailing list