[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[bibtool] branch master updated (6b2717e -> f6f9a5c)



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

calculus-guest pushed a change to branch master
in repository bibtool.

      from  6b2717e   Imported Debian patch 2.63+ds-2
       new  9721887   Imported Debian pre-patch 2.64+ds-0
       new  5091cc6   Imported Upstream version 2.64
       new  4e3b08f   Merge tag 'upstream/2.64'
       new  884ff58   Imported Upstream version 2.64+ds
       new  be2b7d5   Merge tag 'upstream/2.64+ds'
       new  f6f9a5c   Imported Debian patch 2.64+ds-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:
 AutoConf/makefile.in                               |   3 +
 BibTcl/bibtcl.tex                                  |   8 +-
 Changes.tex                                        |  45 +-
 Linux/ld-version-script                            | 371 ++++++++++++++
 README.md                                          |  32 +-
 crossref.c                                         | 318 +++++++++++-
 database.c                                         |  16 +-
 debian/changelog                                   |  21 +
 debian/control                                     |   2 +-
 debian/copyright                                   | 370 +++++++++++++-
 debian/patches/compress-upstream-doc.patch         |  17 -
 debian/patches/debianization-Changes_tex.patch     |   4 +-
 debian/patches/debianization-build.patch           |   6 +-
 debian/patches/debianization-clean.patch           |   2 +-
 debian/patches/fix-upstream-Changes_tex.patch      |  12 -
 debian/patches/fix-upstream-README_ml.patch        |  45 --
 .../patches/fix-upstream-doc-bibtool_doc_sty.patch |  18 -
 .../fix-upstream-source-spelling_error.patch       |  38 --
 debian/patches/rationalization-upstream-doc.patch  |  34 +-
 debian/patches/secure-upstream-doc.patch           |   4 +-
 debian/patches/series                              |   7 +-
 debian/patches/silence-upstream-doc.patch          |   6 +-
 .../upstream-source-silence-warnings-extra.patch   |  40 ++
 .../patches/upstream-source-silence-warnings.patch |  64 +++
 debian/watch                                       |   4 +-
 doc/Makefile                                       |  20 +-
 doc/bibtool-doc.sty                                |  12 +-
 doc/bibtool.bib                                    |  13 +
 doc/bibtool.tex                                    | 541 +++++++++++++++++++--
 doc/c_lib.tex                                      |  71 ++-
 doc/ref_card.tex                                   |  72 +--
 entry.c                                            |  15 +-
 include/bibtool/crossref.h                         |   6 +-
 include/bibtool/entry.h                            |   1 +
 include/bibtool/{init.h => io.h}                   |  19 +-
 include/bibtool/key.h                              |   2 +
 include/bibtool/macros.h                           |   5 +-
 include/bibtool/print.h                            |   1 +
 include/bibtool/record.h                           |   2 +
 include/bibtool/resource.h                         |   3 +
 include/bibtool/rewrite.h                          |  26 +-
 include/bibtool/s_parse.h                          |   6 +-
 include/bibtool/symbols.h                          |  46 +-
 include/bibtool/type.h                             |   1 +
 install.tex                                        |  27 +-
 io.c                                               | 212 ++++++++
 key.c                                              |  51 +-
 lib/biblatex.rsc                                   |  73 +++
 macros.c                                           |  24 +-
 main.c                                             | 188 +++----
 print.c                                            |  24 +-
 record.c                                           |  89 +++-
 rewrite.c                                          |  45 +-
 s_parse.c                                          | 135 +++--
 symbols.c                                          |  38 +-
 test/add_field.t                                   |   6 +-
 test/apply_include.t                               |   2 +-
 test/bib/x1.bib                                    |   2 +-
 test/crossref_map.t                                | 322 ++++++++++++
 test/delete_field.t                                |   2 +-
 test/{rewrite_rule.t => expand_xdata.t}            |  86 ++--
 test/input.t                                       |   4 +-
 test/lib/BUnit.pm                                  |  14 +-
 test/main.t                                        |   8 +-
 test/makefile                                      | 114 ++---
 test/new_field_type.t                              |   2 +-
 test/print_comma_at_end.t                          |   4 +-
 test/print_equal_right.t                           |   4 +-
 test/print_newline.t                               |  12 +-
 test/print_terminal_comma.t                        |   4 +-
 test/print_use_tab.t                               |   4 +-
 test/rename_field.t                                |  14 +-
 test/rewrite_rule.t                                |   6 +-
 test/suppress_initial_newline.t                    |   3 +-
 tex_read.c                                         |  12 +-
 type.c                                             |  27 +-
 version.c                                          |   2 +-
 77 files changed, 3156 insertions(+), 753 deletions(-)
 create mode 100644 Linux/ld-version-script
 delete mode 100644 debian/patches/compress-upstream-doc.patch
 delete mode 100644 debian/patches/fix-upstream-Changes_tex.patch
 delete mode 100644 debian/patches/fix-upstream-README_ml.patch
 delete mode 100644 debian/patches/fix-upstream-doc-bibtool_doc_sty.patch
 delete mode 100644 debian/patches/fix-upstream-source-spelling_error.patch
 create mode 100644 debian/patches/upstream-source-silence-warnings-extra.patch
 create mode 100644 debian/patches/upstream-source-silence-warnings.patch
 copy include/bibtool/{init.h => io.h} (63%)
 create mode 100644 io.c
 create mode 100644 test/crossref_map.t
 copy test/{rewrite_rule.t => expand_xdata.t} (69%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/bibtool.git


Reply to: