[libgedcom-perl] branch master updated (94b96ab -> d5e72c7)

gregor herrmann gregoa at debian.org
Sat Oct 29 18:27:53 UTC 2016


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

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

      from  94b96ab   releasing package libgedcom-perl version 1.19-3 to unstable
      adds  2cf4739   New upstream version 1.20
       new  3c46bfb   Merge tag 'upstream/1.20'
       new  9b758f3   Update debian/changelog
       new  2d34489   Drop 0001-Make-the-tests-pass-by-ignoring-AFT-in-dates.patch
       new  9351df4   Declare compliance with Debian Policy 3.9.8.
       new  9a9b0fe   Bump debhelper compatibility level to 9.
       new  d5e72c7   releasing package libgedcom-perl version 1.20-1

The 6 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                                        |   23 +-
 CHANGES                                            |   11 +-
 META.json                                          |   17 +-
 META.yml                                           |   21 +-
 Makefile.PL                                        |   73 +-
 README                                             |    2 +-
 cgi-bin/gedcom.cgi                                 |   21 +-
 debian/changelog                                   |   10 +
 debian/compat                                      |    2 +-
 debian/control                                     |    6 +-
 ...e-the-tests-pass-by-ignoring-AFT-in-dates.patch |   36 -
 debian/patches/series                              |    1 -
 ged                                                |  397 +++--
 gedcom-5.5.1.grammar                               |    2 +-
 gedcom.vim                                         |    2 +-
 gedcom_compare                                     |   60 +-
 lib/Gedcom.pm                                      | 1029 ++++++-----
 lib/Gedcom/CGI.pm                                  |  182 +-
 lib/Gedcom/Comparison.pm                           |  222 ++-
 lib/Gedcom/Event.pm                                |   24 +-
 lib/Gedcom/Family.pm                               |  121 +-
 lib/Gedcom/Grammar.pm                              |  176 +-
 lib/Gedcom/Grammar_5_5.pm                          |  818 ++++-----
 lib/Gedcom/Grammar_5_5_1.pm                        |  878 +++++-----
 lib/Gedcom/Individual.pm                           |  458 +++--
 lib/Gedcom/Item.pm                                 | 1097 ++++++------
 lib/Gedcom/LifeLines.pm                            | 1795 +++++++++-----------
 lib/Gedcom/Record.pm                               |  989 +++++------
 lib/Gedcom/WebServices.pm                          |  143 +-
 lines2perl                                         |  215 ++-
 parse_grammar                                      |   84 +-
 royal.ged                                          |   20 +
 t/Basic.pm                                         |  550 +++---
 t/Lines.pm                                         |  130 +-
 t/basic.t                                          |    2 +-
 t/bias.t                                           |    2 +-
 t/birthdates.t                                     |   40 +-
 t/ged_create.t                                     |  186 +-
 t/grammar_file.t                                   |    2 +-
 t/lines.t                                          |    2 +-
 t/lines/bias                                       |    2 +-
 t/lines/bias.plx                                   |    8 +-
 t/lines/lines.plx                                  |    4 +-
 t/lines/namefreq.l                                 |    2 +
 t/lines/namefreq.plx                               |    4 +-
 t/namefreq.t                                       |    4 +-
 t/parse_grammar.t                                  |    2 +-
 t/read_only.t                                      |    2 +-
 t/resolve.t                                        |    2 +-
 t/resolve_read_only.t                              |    2 +-
 t/ws_json.t                                        |   26 +-
 t/ws_plain.t                                       |   21 +-
 t/ws_xml.t                                         |   24 +-
 tkged                                              |    8 +-
 utils/all_versions                                 |   15 +-
 utils/makeh                                        |   11 +-
 utils/session.vim                                  |   24 -
 57 files changed, 4681 insertions(+), 5329 deletions(-)
 delete mode 100644 debian/patches/0001-Make-the-tests-pass-by-ignoring-AFT-in-dates.patch
 delete mode 100644 debian/patches/series
 delete mode 100644 utils/session.vim

-- 
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