[libtext-bibtex-perl] branch master updated (e3805d9 -> b4f159c)

gregor herrmann gregoa at debian.org
Fri Jun 20 16:36:21 UTC 2014


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  e3805d9   update changelog
      adds  927f30a   Imported Upstream version 0.69
       new  03d7ff2   Merge tag 'upstream/0.69'
       new  18ecb8d   New upstream release.
       new  1554694   Drop 0008-hurd.diff, merged upstream.
       new  7d061f4   Refresh a couple of other patches (offset).
       new  6777c35   Add new symbol to debian/libbtparse1.symbols.
       new  4f3d43a   0007-hardening-flags.patch: drop upstream's -D_FORTIFY_SOURCE=1
       new  b4f159c   update changelog / add TODO

The 7 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:
 CHANGES                                            |  262 -----
 Changes                                            |  233 ++++
 MANIFEST                                           |    3 +-
 MANIFEST.SKIP                                      |   99 ++
 META.json                                          |   31 +-
 META.yml                                           |   49 +-
 README.OLD                                         |    2 +-
 btparse/progs/args.c                               |    2 +-
 btparse/progs/args.h                               |    2 +-
 btparse/progs/biblex.c                             |    2 +-
 btparse/progs/bibparse.c                           |    2 +-
 btparse/progs/dumpnames.c                          |    2 +-
 btparse/src/attrib.h                               |    2 +-
 btparse/src/bibtex.g                               |    2 +-
 btparse/src/bibtex_ast.c                           |    2 +-
 btparse/src/bt_debug.h                             |    2 +-
 btparse/src/btparse.h                              |    2 +-
 btparse/src/error.c                                |    2 +-
 btparse/src/error.h                                |    2 +-
 btparse/src/file_header.c                          |    2 +-
 btparse/src/format_name.c                          |   90 --
 btparse/src/init.c                                 |    2 +-
 btparse/src/input.c                                |    2 +-
 btparse/src/lex_auxiliary.c                        |    2 +-
 btparse/src/lex_auxiliary.h                        |    2 +-
 btparse/src/macros.c                               |    2 +-
 btparse/src/modify.c                               |    8 +-
 btparse/src/my_alloca.h                            |    2 +-
 btparse/src/my_dmalloc.h                           |    2 +-
 btparse/src/names.c                                |    6 +-
 btparse/src/parse_auxiliary.c                      |    2 +-
 btparse/src/parse_auxiliary.h                      |    2 +-
 btparse/src/postprocess.c                          |    2 +-
 btparse/src/prototypes.h                           |    2 +-
 btparse/src/string_util.c                          |    2 +-
 btparse/src/tex_tree.c                             |    2 +-
 btparse/src/traversal.c                            |    2 +-
 btparse/src/util.c                                 | 1147 +++++++++++++++++++-
 btparse/tests/case_test.c                          |    2 +-
 btparse/tests/macro_test.c                         |    2 +-
 btparse/tests/name_test.c                          |    2 +-
 btparse/tests/purify_test.c                        |    2 +-
 btparse/tests/simple_test.c                        |    2 +-
 btparse/tests/testlib.c                            |    2 +-
 btparse/tests/testlib.h                            |    2 +-
 btparse/tests/tex_test.c                           |    2 +-
 debian/changelog                                   |   17 +-
 debian/libbtparse1.symbols                         |    1 +
 ...-btparse_api_version-note-and-use-it-in-d.patch |   10 +-
 ...-disable-rpath-if-installing-into-usr-lib.patch |    4 +-
 debian/patches/0005-no-ldconfig.patch              |    4 +-
 debian/patches/0007-hardening-flags.patch          |   11 +-
 debian/patches/0008-hurd.diff                      |   20 -
 debian/patches/series                              |    1 -
 examples/append_entries                            |    2 +-
 inc/MyBuilder.pm                                   |    5 +-
 lib/Text/BibTeX.pm                                 |    2 +-
 lib/Text/BibTeX/Bib.pm                             |    9 +-
 lib/Text/BibTeX/BibFormat.pm                       |    4 +-
 lib/Text/BibTeX/BibSort.pm                         |    4 +-
 lib/Text/BibTeX/Entry.pm                           |    4 +-
 lib/Text/BibTeX/File.pm                            |    4 +-
 lib/Text/BibTeX/Name.pm                            |    4 +-
 lib/Text/BibTeX/NameFormat.pm                      |    4 +-
 lib/Text/BibTeX/Structure.pm                       |    4 +-
 lib/Text/BibTeX/Value.pm                           |    8 +-
 scripts/btcheck                                    |    2 +-
 scripts/btsort                                     |    2 +-
 t/nameformat.t                                     |   38 +-
 t/names.t                                          |   18 +-
 t/purify.t                                         |    2 +-
 xscode/btxs_support.c                              |    2 +-
 xscode/btxs_support.h                              |    2 +-
 73 files changed, 1670 insertions(+), 518 deletions(-)
 delete mode 100644 CHANGES
 create mode 100644 Changes
 create mode 100644 MANIFEST.SKIP
 delete mode 100644 debian/patches/0008-hurd.diff

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