[libtext-bibtex-perl] branch master updated (dec8108 -> 002c1cd)

gregor herrmann gregoa at debian.org
Sat Jul 9 14:14:29 UTC 2016


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

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

      from  dec8108   Fix typo in d/changelog
       new  b0687d5   Imported Upstream version 0.76
       new  ec8c703   Merge tag 'upstream/0.76'
       new  42c9f15   Update debian/changelog
       new  ca8b6c2   Update years of packaging copyright.
       new  bab029b   Refresh 0001-Fix-spelling-errors.patch.
       new  dd4a345   Refresh 0003-Introduce-a-btparse_api_version-note-and-use-it-in-d.patch.
       new  0338bcf   Refresh 0004-disable-rpath-if-installing-into-usr-lib.patch.
       new  002c1cd   Refresh 0005-no-ldconfig.patch.

The 8 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                                           |  140 +-
 Changes                                            |   33 +
 MANIFEST                                           |    2 +
 META.json                                          |   32 +-
 META.yml                                           |   30 +-
 btool_faq.pod                                      |    8 +-
 btparse/pccts/antlr.h                              |    2 +-
 btparse/pccts/err.h                                |   22 +-
 btparse/src/bibtex.c                               |   25 +-
 btparse/src/format_name.c                          |    1 +
 btparse/src/input.c                                |    2 +-
 btparse/src/prototypes.h                           |    3 +
 btparse/src/sym.c                                  |    2 +-
 btparse/src/util.c                                 | 2182 ++++++++++----------
 btparse/tests/macro_test.c                         |    1 +
 btparse/tests/name_test.c                          |    1 +
 btparse/tests/namebug.c                            |    6 +-
 btparse/tests/postprocess_test.c                   |    1 +
 btparse/tests/purify_test.c                        |    3 +-
 btparse/tests/tex_test.c                           |    4 +-
 debian/changelog                                   |    6 +
 debian/copyright                                   |    2 +-
 debian/patches/0001-Fix-spelling-errors.patch      |    7 +-
 ...-btparse_api_version-note-and-use-it-in-d.patch |   18 +-
 ...-disable-rpath-if-installing-into-usr-lib.patch |    2 +-
 debian/patches/0005-no-ldconfig.patch              |    4 +-
 examples/append_entries                            |    6 +-
 inc/MyBuilder.pm                                   |    8 +-
 lib/Text/BibTeX.pm                                 |   84 +-
 lib/Text/BibTeX/Bib.pm                             |   32 +-
 lib/Text/BibTeX/BibFormat.pm                       |    4 +-
 lib/Text/BibTeX/BibSort.pm                         |    6 +-
 lib/Text/BibTeX/Entry.pm                           |  115 +-
 lib/Text/BibTeX/File.pm                            |  111 +-
 lib/Text/BibTeX/Name.pm                            |   70 +-
 lib/Text/BibTeX/NameFormat.pm                      |   12 +-
 lib/Text/BibTeX/Structure.pm                       |   14 +-
 lib/Text/BibTeX/Value.pm                           |   22 +-
 scripts/btcheck                                    |    4 +-
 scripts/btformat                                   |    4 +-
 scripts/btsort                                     |    4 +-
 t/bib.t                                            |   11 +-
 t/common.pl                                        |   16 +-
 t/corpora.bib                                      |  264 +++
 t/from_file.t                                      |   35 +
 t/macro.t                                          |   32 +-
 t/modify.t                                         |    2 +-
 t/nameformat.t                                     |   40 +-
 t/names.t                                          |   40 +-
 t/output.t                                         |   39 +-
 t/parse.t                                          |    4 +-
 t/parse_f.t                                        |   12 +-
 t/parse_s.t                                        |   12 +-
 t/split_names                                      |    4 +-
 typemap                                            |    3 +-
 xscode/BibTeX.xs                                   |    2 +-
 xscode/btxs_support.c                              |   25 +-
 57 files changed, 2080 insertions(+), 1496 deletions(-)
 create mode 100644 t/corpora.bib
 create mode 100644 t/from_file.t

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



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