[libcatmandu-marc-perl] branch master updated (bb413de -> 006d8c5)

Jonas Smedegaard dr at jones.dk
Mon Oct 26 13:47:50 UTC 2015


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

js pushed a change to branch master
in repository libcatmandu-marc-perl.

      from  bb413de   update changelog
      adds  c375493   Ignoring Build.PL
      adds  82004f6   Fixing: Parser "RAW" and fix "marc_map": got field content twice #12
      adds  e393ee8   Adding support for dollar sub-subfields
      adds  1da8a22   Fixing value feature
      adds  0b837c4   Fixing CLI arguments and options bug #12
      adds  8d64c81   Merge branch 'dev' of github.com:LibreCat/Catmandu-MARC into dev
      adds  c0c0976   Merge
      adds  cc68375   Optimizing ALEPH sequential exports
      adds  ba89ff0   -(
      adds  547d150   Merge branch 'dev'
      adds  b602264   0.207
      adds  e67ec2f   Merge branch 'dev'
      adds  52d2ad1   0.208
      adds  8b8487b   Merge
      adds  060891c   Merge branch 'dev'
      adds  3db3777   0.209
      adds  7115161   Merge branch 'master' into dev
      adds  2ed0e66   Fixed round tripping of Aleph sequential
      adds  4adf832   Fixing skip_empty_subfields bug
      adds  232d62a   Fixing overwrite global var
      adds  c3fca8f   Fixing marc_in_json
      adds  4511e45   Ignoreing snaphot file
      adds  0bece3f   fix typo in SYNOPSIS
      adds  9d74f5e   Merge branch 'jorol-fix_pod' into dev
      adds  fdad0e2   Fixed POD spelling (paramters -> parameters) #15
      adds  45cc5d2   0.210
      adds  0cfea5f   Merge branch 'master' into dev
      adds  29745fc   Adding unneeded dist.ini
      adds  05a16fa   Adding marc_each binder
      adds  de33171   Adding travis
      adds  b0186f3   Adding travis file
      adds  abfc38c   Adding buttons!
      adds  5860b03   Test run
      adds  0bbe9e2   Fixing POD
      adds  9537989   Test run
      adds  5a507e8   0.211
      adds  0329664   Fixing pod
      adds  c7c6a8d   Updating POD
      adds  67cf793   Replacing old option syntax with preferred JSON syntax
      adds  74b063c   Fixed marc_each single execution bug
      adds  6c2f6ea   Adding required Pod::Simple::HTML as test dependency
      adds  c8a4522   Adding Test::Pod dependency
      adds  ba88d05   0.212
      adds  f3903f3   Adding support for setting adding JSON paths
      adds  61047ce   New release
      adds  c464b02   0.213
      adds  77c9138   Imported Upstream version 0.213
       new  2cb9bb5   Merge tag 'upstream/0.213'
       new  e719b61   Modernize git-buildpackage config: Avoid git- prefix.
       new  47fc6d0   Update copyright info: Use License-Grant and License-Reference fields. Thanks to Ben Finney.
       new  9a3e84d   Add lintian override regarding license in License-Reference field. See bug#786450.
       new  dd04cde   Bump debhelper compatibility level to 9.
       new  f999a29   Tidy rules file: Suppress versioned debhelper build-dependency.
       new  ff40b0f   Add lintian override regarding debhelper 9.
       new  e45f3d2   Sort and newline-delimit dependencies.
       new  16527f8   Update copyright info: Extend copyright of packaging to cover current year.
       new  b211a99   Sync control.in with control: Reorder paragraphs.
       new  559859c   Sync rules with control: Build-depend on libmodule-build-perl without favoring recent perl.
       new  4d1ee0b   Drop spelling fix patch: Applied upstream.
       new  41b7e6d   Update package relations: Tighten to (build-)depend versioned on libcatmandu-perl.
       new  eca75bb   Update package relations: Build-depend on libtest-deep-perl.
       new  006d8c5   Prepare for release: Update changelog, control file and copyright hints.

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:
 Build.PL                                         |  23 ++--
 Changes                                          |  27 +++++
 LICENSE                                          |   6 +-
 MANIFEST                                         |  12 ++-
 MANIFEST.SKIP                                    |   1 +
 META.json                                        |  19 ++--
 META.yml                                         |  16 ++-
 README                                           |  78 ++++++++------
 cpanfile                                         |   5 +-
 debian/changelog                                 |  24 ++++-
 debian/compat                                    |   2 +-
 debian/control                                   |  39 +++----
 debian/control.in                                |  11 +-
 debian/copyright                                 |  37 ++-----
 debian/copyright_hints                           |  22 ++--
 debian/gbp.conf                                  |   2 -
 debian/patches/pod-spelling.patch                |  95 ----------------
 debian/patches/series                            |   1 -
 debian/rules                                     |  16 +--
 debian/source/lintian-overrides                  |   8 ++
 dist.ini                                         |   2 -
 lib/Catmandu/Exporter/MARC/ALEPHSEQ.pm           |  42 +++++---
 lib/Catmandu/Exporter/MARC/MARCMaker.pm          |   2 +-
 lib/Catmandu/Exporter/MARC/MiJ.pm                |   2 +-
 lib/Catmandu/Exporter/MARC/USMARC.pm             |   2 +-
 lib/Catmandu/Exporter/MARC/XML.pm                |   2 +-
 lib/Catmandu/Fix/Bind/marc_each.pm               | 100 +++++++++++++++++
 lib/Catmandu/Fix/Inline/marc_add.pm              |  37 ++++++-
 lib/Catmandu/Fix/Inline/marc_map.pm              |   4 +-
 lib/Catmandu/Fix/Inline/marc_remove.pm           |   4 +-
 lib/Catmandu/Fix/Inline/marc_set.pm              | 132 +++++++++++++++++++++++
 lib/Catmandu/Fix/marc_add.pm                     |  40 +++++--
 lib/Catmandu/Fix/marc_decode_dollar_subfields.pm |  71 ++++++++++++
 lib/Catmandu/Fix/marc_in_json.pm                 |  83 ++++++++++++--
 lib/Catmandu/Fix/marc_map.pm                     |  14 ++-
 lib/Catmandu/Fix/marc_remove.pm                  |   2 +-
 lib/Catmandu/Fix/marc_set.pm                     |  30 +++++-
 lib/Catmandu/Importer/MARC.pm                    |  12 ---
 lib/Catmandu/Importer/MARC/ALEPHSEQ.pm           |   8 +-
 lib/Catmandu/Importer/MARC/Decoder.pm            |  47 ++++++++
 lib/Catmandu/Importer/MARC/Lint.pm               |  13 ++-
 lib/Catmandu/Importer/MARC/MARCMaker.pm          |  13 ++-
 lib/Catmandu/Importer/MARC/MiJ.pm                |  13 ++-
 lib/Catmandu/Importer/MARC/MicroLIF.pm           |  13 ++-
 lib/Catmandu/Importer/MARC/RAW.pm                |   4 +-
 lib/Catmandu/Importer/MARC/Record.pm             |  50 ++-------
 lib/Catmandu/Importer/MARC/USMARC.pm             |  47 +++++++-
 lib/Catmandu/Importer/MARC/XML.pm                |  13 ++-
 lib/Catmandu/MARC.pm                             |  16 ++-
 t/00-load.t                                      |   6 +-
 t/03-marc_map.t                                  |   4 +-
 t/07-inline-fix.t                                |  67 +++++++++---
 t/08-exporter.t                                  |   9 +-
 t/09-marc_add.t                                  |  28 ++++-
 t/12-marc_set.t                                  |  34 ++++--
 t/14-marc_decode_dollar_subfields.t              |  24 +++++
 t/15-marc_in_json.t                              |  55 ++++++++++
 t/16-marc-each.t                                 |  43 ++++++++
 t/dollar_subfields.mrc                           |   1 +
 t/test.fix                                       |   2 +
 60 files changed, 1153 insertions(+), 382 deletions(-)
 create mode 100644 MANIFEST.SKIP
 delete mode 100644 debian/patches/pod-spelling.patch
 delete mode 100644 debian/patches/series
 create mode 100644 debian/source/lintian-overrides
 delete mode 100644 dist.ini
 create mode 100644 lib/Catmandu/Fix/Bind/marc_each.pm
 create mode 100644 lib/Catmandu/Fix/Inline/marc_set.pm
 create mode 100644 lib/Catmandu/Fix/marc_decode_dollar_subfields.pm
 create mode 100644 lib/Catmandu/Importer/MARC/Decoder.pm
 create mode 100644 t/14-marc_decode_dollar_subfields.t
 create mode 100644 t/15-marc_in_json.t
 create mode 100644 t/16-marc-each.t
 create mode 100644 t/dollar_subfields.mrc

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



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