[libgedcom-perl] branch master updated (fe15f99 -> e0292a2)

gregor herrmann gregoa at debian.org
Sun Sep 15 22:22:49 UTC 2013


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

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

      from  fe15f99   update changelog
      adds  ce08b1b   Imported Upstream version 1.19
       new  88c5816   Merge tag 'upstream/1.19'
       new  eb2647c   New upstream release.
       new  469fd84   Update list of installed examples.
       new  093c6ae   Drop pod.patch, fixed upstream.
       new  d453fa3   Update years of upstream copyright.
       new  0b33fcb   Add (build) dependency on Text::Soundex.
       new  c00cbe2   cme: wrap
       new  c010727   Declare compliance with Debian Policy 3.9.4.
       new  3abb68d   Add build dependency on libtest-pod-perl.
       new  e0292a2   releasing package libgedcom-perl version 1.19-1

The 10 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:
 .travis.yml                                     |   15 +
 CHANGES                                         |   24 +-
 MANIFEST                                        |   15 +-
 MANIFEST.SKIP                                   |   25 -
 META.json                                       |   47 +
 META.yml                                        |   41 +-
 Makefile.PL                                     |  116 +-
 README                                          |    4 +-
 TODO                                            |   15 +
 cgi-bin/gedcom.cgi                              |    8 +-
 debian/changelog                                |   16 +-
 debian/control                                  |   17 +-
 debian/copyright                                |    2 +-
 debian/libgedcom-perl.examples                  |    6 +-
 debian/patches/pod.patch                        |   33 -
 debian/patches/series                           |    1 -
 ged                                             |   45 +-
 gedcom-5.5.grammar => gedcom-5.5-strict.grammar |    0
 gedcom-5.5.1.grammar                            |  597 +++++++
 gedcom-5.5.aft.grammar                          |  561 ------
 gedcom-5.5.grammar                              |   16 +
 gedcom.vim                                      |    2 +-
 gedcom_compare                                  |    8 +-
 install/System.pm                               |    2 +-
 install/buildperl                               |    2 +-
 lib/Gedcom.pm                                   |  109 +-
 lib/Gedcom/CGI.pm                               |    8 +-
 lib/Gedcom/Comparison.pm                        |   10 +-
 lib/Gedcom/Event.pm                             |    8 +-
 lib/Gedcom/Family.pm                            |   12 +-
 lib/Gedcom/Grammar.pm                           |    8 +-
 lib/Gedcom/Grammar_5_5.pm                       |  956 ++++++-----
 lib/Gedcom/{Grammar_5_5.pm => Grammar_5_5_1.pm} | 2063 ++++++++++++++---------
 lib/Gedcom/Individual.pm                        |   61 +-
 lib/Gedcom/Item.pm                              |   64 +-
 lib/Gedcom/LifeLines.pm                         |   12 +-
 lib/Gedcom/Record.pm                            |  254 +--
 lib/Gedcom/WebServices.pm                       |   12 +-
 lines2perl                                      |   16 +-
 parse_grammar                                   |    8 +-
 t/Basic.pm                                      |   26 +-
 t/Engine.pm                                     |   46 -
 t/Lines.pm                                      |    8 +-
 t/basic.t                                       |    4 +-
 t/bias.t                                        |    4 +-
 t/birthdates.t                                  |   84 +-
 t/conf/extra.conf.in                            |    2 +-
 t/ged_create.t                                  |   76 +-
 t/grammar_file.t                                |    4 +-
 t/lines.t                                       |    4 +-
 t/lines/bias                                    |    2 +-
 t/lines/bias.plx                                |   10 +-
 t/lines/lines.plx                               |    6 +-
 t/lines/namefreq.plx                            |    6 +-
 t/namefreq.t                                    |    4 +-
 t/parse_grammar.t                               |    4 +-
 t/pod.t                                         |    4 +
 t/read_only.t                                   |    4 +-
 t/resolve.t                                     |    4 +-
 t/resolve_read_only.t                           |    4 +-
 t/ws_json.t                                     |    4 +-
 t/ws_plain.t                                    |    4 +-
 t/ws_xml.t                                      |    4 +-
 tkged                                           |   10 +-
 utils/all_versions                              |   63 +
 utils/makeh                                     |   43 +
 session.vim => utils/session.vim                |    0
 67 files changed, 3267 insertions(+), 2386 deletions(-)
 create mode 100644 .travis.yml
 delete mode 100644 MANIFEST.SKIP
 create mode 100644 META.json
 delete mode 100644 debian/patches/pod.patch
 delete mode 100644 debian/patches/series
 copy gedcom-5.5.grammar => gedcom-5.5-strict.grammar (100%)
 create mode 100644 gedcom-5.5.1.grammar
 delete mode 100644 gedcom-5.5.aft.grammar
 copy lib/Gedcom/{Grammar_5_5.pm => Grammar_5_5_1.pm} (85%)
 delete mode 100644 t/Engine.pm
 create mode 100644 t/pod.t
 create mode 100755 utils/all_versions
 create mode 100644 utils/makeh
 rename session.vim => utils/session.vim (100%)

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



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