[libcatmandu-mab2-perl] branch master updated (ec4b70f -> d0d3d84)
Jonas Smedegaard
dr at jones.dk
Thu Oct 1 13:09:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a change to branch master
in repository libcatmandu-mab2-perl.
from ec4b70f Initial packaging.
new 5897d43 Update copyright info: Fix refer to Github issue tracker (not CPAN issue tracker) as preferred upstream contact.
adds 58526e9 fix pod
adds fb69e7a Switched to Dist::Milla
adds f459d1c Renamed directory bin to script
adds 954258f add mab_each, mab_match and pluck to FIX
adds 0fc7846 bugfix for mab_each
adds 7d22b18 include build files
adds c596d92 bugfix rename file CHANGES to Changes
adds cee0050 0.08
adds 479cc7e bugfix for Version numbers
adds b7e2108 update build files
adds ea1e259 ISSUE-5: add badges
adds 5b5e0a5 update build files
adds 118e909 0.09
adds e31b683 ISSUE-6: drop PerlIO layer for XML importer
adds 282b41d 0.10
adds c617087 ISSUE-4: travis infrastructure change
adds a8db18b ISSUE-7: Fix mab_each single execution bug
adds 0ca272a 0.11
adds b095f90 fix version
adds 279f83c 0.12
adds 663b5ee Imported Upstream version 0.12
new 42bf40d Merge tag 'upstream/0.12'
new b9c81e2 Update copyright info: Adjust email of main upstream author.
new a408a11 Modernize git-buildpackage config: Drop git- prefix.
new ca66299 Update package relations: Build-depend on libmodule-build-tiny-perl, and tighten build-dependency on cdbs.
new 94a574f Update package relations: Build-depend on libsoftware-license-perl libtest-simple-perl libtest-pod-perl libtest-warn-perl. Tighten build-dependency on libcatmandu-perl.
new f768149 Update copyright info: Use License-Grant and License-Reference fields. Thanks to Ben Finney.
new 410fb21 Add lintian override regarding license in License-Reference field. See bug#786450.
new 60de12d Bump debhelper compatibility level to 9.
new e8069b5 Tidy rules file: Suppress versioned debhelper build-dependency.
new 895bec5 Add lintian override regarding debhelper 9.
new 984fb9f Update copyright info: Extend coverage for myself.
new d0d3d84 Update changelog, control file and copyright hints.
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 | 7 ++
CHANGES => Changes | 20 ++++-
LICENSE | 6 +-
MANIFEST | 11 ++-
META.json | 42 ++++++++--
META.yml | 29 +++++--
Makefile.PL | 2 -
README | 48 ++++++++++--
cpanfile | 15 +++-
debian/changelog | 25 ++++++
debian/compat | 2 +-
debian/control | 11 ++-
debian/copyright | 45 ++++-------
debian/copyright_hints | 16 ++--
debian/gbp.conf | 2 -
debian/rules | 14 +++-
debian/source/lintian-overrides | 8 ++
dist.ini | 25 +-----
lib/Catmandu/Exporter/MAB2.pm | 11 +--
lib/Catmandu/Fix/Bind/mab_each.pm | 118 +++++++++++++++++++++++++++++
lib/Catmandu/Fix/Condition/mab_match.pm | 88 +++++++++++++++++++++
lib/Catmandu/Fix/mab_map.pm | 35 ++++++---
lib/Catmandu/Importer/MAB2.pm | 10 +--
lib/Catmandu/Importer/SRU/Parser/mabxml.pm | 9 +--
lib/Catmandu/MAB2.pm | 14 ++--
lib/MAB2/Parser/Disk.pm | 9 +--
lib/MAB2/Parser/RAW.pm | 9 +--
lib/MAB2/Parser/XML.pm | 9 +--
lib/MAB2/Writer/Disk.pm | 9 +--
lib/MAB2/Writer/Handle.pm | 9 +--
lib/MAB2/Writer/RAW.pm | 9 +--
lib/MAB2/Writer/XML.pm | 9 +--
{bin => script}/mab2_convert.pl | 21 +++--
t/03-fix.t | 5 +-
t/07-mab-each.t | 39 ++++++++++
t/release-pod-syntax.t | 14 ++++
36 files changed, 560 insertions(+), 195 deletions(-)
create mode 100644 Build.PL
rename CHANGES => Changes (70%)
create mode 100644 debian/source/lintian-overrides
create mode 100644 lib/Catmandu/Fix/Bind/mab_each.pm
create mode 100644 lib/Catmandu/Fix/Condition/mab_match.pm
rename {bin => script}/mab2_convert.pl (79%)
create mode 100644 t/07-mab-each.t
create mode 100644 t/release-pod-syntax.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatmandu-mab2-perl.git
More information about the Pkg-perl-cvs-commits
mailing list