[libcatmandu-sru-perl] branch master updated (0640e9b -> 3e704b1)
Jonas Smedegaard
dr at jones.dk
Sun Oct 1 18:12:26 UTC 2017
This is an automated email from the git hooks/post-receive script.
js pushed a change to branch master
in repository libcatmandu-sru-perl.
from 0640e9b Prepare for release: Update changelog and copyright hints.
adds 5c173ac Add a version number to all packages #17
adds 08ef33e Fixing requirements
adds 37cd4f4 fix typo in Synopsis
adds d972a7a Merge branch 'dev' of https://github.com/jorol/Catmandu-SRU into jorol-dev
adds 8e8f56f Merge branch 'jorol-dev' into dev
adds db29f48 Add support for namespace prefixes to parser marcxml.pm
adds d34d39e Add test for namespace prefixes
adds de6777e Implementing the namespace translation for all possible SRU formats
adds 6e15b25 Merge branch 'jorol-dev' into dev
adds 61547c1 Adding more inline comments on the namespace translation
adds d7fa064 Updating changes
adds 44e78f9 add MODS parser
adds 9ead221 tidy MODS parser
adds ac546a9 Adding MODS depedency
adds 49b46f7 Merge branch 'jorol-dev' into dev
adds dbce042 Making XML -> toString explicit in the parser
adds fac75cb Adding Travis
adds b4975e2 Add badges
adds 8acb836 new parser meta
adds 69a19fb Merge branch 'dev' of https://github.com/cKlee/Catmandu-SRU into cKlee-dev
adds 8dd105f Merge branch 'cKlee-dev' into dev
adds dd95987 Release
adds 1d37526 I
adds b7c728c Merge branch 'master' into dev
adds b1a530a Merging conflicts
adds 25e178f 0.040
adds 3bff191 fix encoding issues in MODS parser
adds bf901a2 0.41
adds 46478cc New upstream version 0.41
new 10ad504 Updated version 0.41 from 'upstream/0.41'
new acb4528 Update watch file: Use substitution strings.
new 0229c9f Modernize Vcs-* fields: Consistently use git (not cgit) in path. Consistently include .git suffix in path.
new 56d00aa Declare compliance with Debian Policy 4.1.1.
new c402e8d Tighten lintian overrides regarding License-Reference.
new 619f690 Modernize cdbs: Do copyright-check in maintainer script (not during build).
new d564b2b Update package relations: Relax to (build-)depend unversioned on libmoo-perl liburi-perl libyaml-libyaml-perl: Needed version satisfied even in oldstable.
new eb6eb44 Tidy rules file whitespace.
new a5cc206 Update package relations: (Build-)depend on libcatmandu-mods-perl.
new 6334699 Update package relations: (Build-)depend on recent libcpanel-json-xs-perl.
new 74d75cb Tidy rules file: wrap long line.
new 85eca1d Update copyright info: Use https protocol in file format URL.
new ee817a0 Update copyright info: Extend coverage for myself.
new 3e704b1 Update changelog, control file and copyright hints.
The 14 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:
.gitignore | 1 -
Build.PL | 8 +-
Changes | 12 +-
LICENSE | 6 +-
MANIFEST | 12 +-
META.json | 22 +-
META.yml | 18 +-
README | 19 +-
cpanfile | 4 +-
debian/changelog | 26 +
debian/control | 17 +-
debian/control.in | 6 +-
debian/copyright | 4 +-
debian/copyright-check | 24 +
debian/copyright_hints | 31 +-
debian/rules | 12 +-
debian/source/lintian-overrides | 10 +-
debian/watch | 3 +-
lib/Catmandu/Importer/SRU.pm | 105 ++-
lib/Catmandu/Importer/SRU/Parser.pm | 4 +-
lib/Catmandu/Importer/SRU/Parser/marcxml.pm | 14 +-
lib/Catmandu/Importer/SRU/Parser/meta.pm | 43 ++
lib/Catmandu/Importer/SRU/Parser/mods.pm | 54 ++
lib/Catmandu/Importer/SRU/Parser/raw.pm | 13 +-
lib/Catmandu/Importer/SRU/Parser/simple.pm | 4 +-
lib/Catmandu/Importer/SRU/Parser/struct.pm | 13 +-
lib/Catmandu/SRU.pm | 31 +-
t/{release-pod-syntax.t => author-pod-syntax.t} | 7 +-
t/files/marcxml_ns_prefix.xml | 521 +++++++++++++
t/files/meta.xml | 971 ++++++++++++++++++++++++
t/files/mods.xml | 188 +++++
t/meta.t | 29 +
t/mods.t | 39 +
t/namespace_prefix.t | 46 ++
t/struct.t | 4 +-
35 files changed, 2202 insertions(+), 119 deletions(-)
delete mode 100644 .gitignore
create mode 100755 debian/copyright-check
create mode 100644 lib/Catmandu/Importer/SRU/Parser/meta.pm
create mode 100644 lib/Catmandu/Importer/SRU/Parser/mods.pm
rename t/{release-pod-syntax.t => author-pod-syntax.t} (52%)
create mode 100644 t/files/marcxml_ns_prefix.xml
create mode 100644 t/files/meta.xml
create mode 100644 t/files/mods.xml
create mode 100644 t/meta.t
create mode 100644 t/mods.t
create mode 100644 t/namespace_prefix.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatmandu-sru-perl.git
More information about the Pkg-perl-cvs-commits
mailing list