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

[bibtool] branch master updated (13a6e42 -> ff3d3e8)



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

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

      from  13a6e42   debianization: CI: correct
      adds  4e51326   Imported Upstream version 2.61
      adds  a0ece3b   Imported Upstream version 2.61+ds
       new  175fad3   Imported Upstream version 2.63
       new  a79adc5   Merge tag 'upstream/2.63'
       new  5a0e90e   Imported Upstream version 2.63+ds
       new  93cdcfa   Merge tag 'upstream/2.63+ds'
       new  ff3d3e8   Imported Debian patch 2.63+ds-1

The 5 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                               |  18 +-
 AutoConf/reconfig.h.in                             |  16 +-
 BibTcl/bibtcl.tex                                  |   2 +-
 COPYING                                            | 354 +++++++++++++--------
 Changes.tex                                        | 323 +++++++++++--------
 Perl/bibtool.pl                                    |  27 +-
 README => README.md                                |  26 ++
 THANKS                                             |   2 +-
 Tcl/bibtool.tcl                                    |  18 +-
 config.h                                           |  16 +-
 configure.in                                       |  16 +-
 crossref.c                                         |  41 ++-
 database.c                                         | 234 +++++++-------
 debian/{docs => bibtool.docs}                      |   2 +-
 debian/changelog                                   |  22 +-
 debian/control                                     |   4 +-
 debian/patches/cleanup-upstream.patch              |   2 +-
 debian/patches/debianization-Changes_tex.patch     |   2 +-
 debian/patches/debianization-build.patch           |   8 +-
 debian/patches/debianization-clean.patch           |   2 +-
 debian/patches/debianization-configure.patch       |   2 +-
 debian/patches/debianization-regex.patch           |   6 +-
 debian/patches/debianization.patch                 |  54 ++--
 debian/patches/fix-upstream-Changes_tex.patch      |  12 +
 debian/patches/fix-upstream-README_ml.patch        |  45 +++
 debian/patches/rationalization-upstream-doc.patch  |   3 +-
 debian/patches/rationalization-upstream-test.patch |  94 ------
 debian/patches/reproducible-upstream-doc.patch     |  25 --
 debian/patches/series                              |   4 +-
 debian/source/include-binaries                     |   2 +-
 debian/tests/control                               |   4 +
 debian/tests/make-check                            |   2 +-
 debian/{ => tests}/stresstest                      |   2 +-
 .../signing-key.pgp}                               | Bin
 doc/Makefile                                       |   4 +-
 doc/bibtool-doc.sty                                |   2 +-
 doc/bibtool.1                                      |   2 +-
 doc/bibtool.bib                                    |  14 +-
 doc/bibtool.tex                                    |   6 +-
 doc/c_get.pl                                       |  16 +-
 doc/c_lib.tex                                      |   2 +-
 doc/make_version.pl                                |   6 +-
 doc/ref_card.tex                                   |   2 +-
 entry.c                                            |  16 +-
 error.c                                            |  16 +-
 expand.c                                           |  18 +-
 include/bibtool/bibtool.h                          |  16 +-
 include/bibtool/crossref.h                         |  16 +-
 include/bibtool/database.h                         |  16 +-
 include/bibtool/entry.h                            |  16 +-
 include/bibtool/error.h                            |  16 +-
 include/bibtool/expand.h                           |  16 +-
 include/bibtool/general.h                          |  16 +-
 include/bibtool/init.h                             |  16 +-
 include/bibtool/key.h                              |  16 +-
 include/bibtool/keynode.h                          |  16 +-
 include/bibtool/macros.h                           |  16 +-
 include/bibtool/names.h                            |  20 +-
 include/bibtool/parse.h                            |  16 +-
 include/bibtool/print.h                            |  16 +-
 include/bibtool/pxfile.h                           |  16 +-
 include/bibtool/record.h                           |  16 +-
 include/bibtool/resource.h                         |  31 +-
 include/bibtool/rewrite.h                          |  16 +-
 include/bibtool/rsc.h                              |  18 +-
 include/bibtool/s_parse.h                          |  17 +-
 include/bibtool/sbuffer.h                          |  16 +-
 include/bibtool/stack.h                            |  16 +-
 include/bibtool/symbols.h                          |  16 +-
 include/bibtool/tex_aux.h                          |  16 +-
 include/bibtool/tex_read.h                         |  16 +-
 include/bibtool/type.h                             |  16 +-
 include/bibtool/version.h                          |  16 +-
 include/bibtool/wordlist.h                         |  16 +-
 init.c                                             |  16 +-
 install.tex                                        |   2 +-
 key.c                                              |  42 ++-
 lib/biblatex.rsc                                   |  18 +-
 lib/braces.rsc                                     |  16 +-
 lib/check_y.rsc                                    |  16 +-
 lib/default.rsc                                    |  16 +-
 lib/field.rsc                                      |  16 +-
 lib/improve.rsc                                    |  16 +-
 lib/iso2tex.rsc                                    |  16 +-
 lib/month.rsc                                      |  16 +-
 lib/opt.rsc                                        |  16 +-
 lib/sort_fld.rsc                                   |  16 +-
 lib/tex_def.rsc                                    |  16 +-
 macros.c                                           | 115 ++++---
 main.c                                             |  90 +++---
 names.c                                            |  40 ++-
 parse.c                                            |  16 +-
 print.c                                            |  16 +-
 pxfile.c                                           |  16 +-
 record.c                                           |  64 ++--
 rewrite.c                                          |  94 ++++--
 rsc.c                                              |  16 +-
 s_parse.c                                          |  38 ++-
 sbuffer.c                                          |  16 +-
 stack.c                                            |  16 +-
 symbols.c                                          |  28 +-
 test/add_field.t                                   |  20 +-
 test/apply_alias.t                                 |  22 +-
 test/apply_include.t                               |  16 +-
 test/apply_modify.t                                |  16 +-
 test/bibtex_env_name.t                             |  16 +-
 test/bibtex_search_path.t                          |  16 +-
 test/bibtool.t                                     |  16 +-
 test/bibtoolrsc.t                                  |  16 +-
 test/check_rule.t                                  |  16 +-
 test/clear_ignored_words.t                         |  16 +-
 test/count_all.t                                   |  16 +-
 test/count_used.t                                  |  16 +-
 test/default_key.t                                 |  16 +-
 test/delete_field.t                                |  16 +-
 test/expand_macros.t                               |  16 +-
 test/extract_file.t                                |  16 +-
 test/ignored_word.t                                |  16 +-
 test/input.t                                       |  16 +-
 test/key_base.t                                    |  16 +-
 test/key_format.t                                  |  16 +-
 test/key_make_alias.t                              |  16 +-
 test/key_number_separator.t                        |  16 +-
 test/{ => lib}/BUnit.pm                            |  93 ++++--
 test/line_breaking.t                               |  16 +-
 test/macro_file.t                                  |  16 +-
 test/main.t                                        |  16 +-
 test/makefile                                      |  90 +++++-
 test/new_field_type.t                              |  16 +-
 test/new_format_type.t                             |  16 +-
 test/output_file.t                                 |  16 +-
 test/pass_comments.t                               |  16 +-
 test/print.t                                       |  16 +-
 test/print_align_key.t                             |  16 +-
 test/print_all_strings.t                           |  16 +-
 test/print_comma_at_end.t                          |  16 +-
 test/print_entry_types.t                           |  16 +-
 test/print_equal_right.t                           |  16 +-
 test/print_indent.t                                |  16 +-
 test/print_line_length.t                           |  16 +-
 test/print_newline.t                               |  16 +-
 test/print_parentheses.t                           |  16 +-
 test/print_terminal_comma.t                        |  16 +-
 test/print_use_tab.t                               |  16 +-
 test/quiet.t                                       |  16 +-
 test/rename_field.t                                |  16 +-
 test/resource.t                                    |  16 +-
 test/rewrite_rule.t                                |  16 +-
 test/select.t                                      |  16 +-
 test/select_by_string.t                            |  16 +-
 test/select_crossrefs.t                            |  16 +-
 test/sort.t                                        |  16 +-
 test/suppress_initial_newline.t                    |  16 +-
 test/symbol_type.t                                 |  16 +-
 test/tex_define.t                                  |  16 +-
 test/verbose.t                                     |  16 +-
 tex_aux.c                                          |  52 +--
 tex_read.c                                         |  90 +++---
 type.c                                             |  22 +-
 version.c                                          |  20 +-
 wordlist.c                                         |  16 +-
 161 files changed, 3005 insertions(+), 1003 deletions(-)
 rename README => README.md (81%)
 rename debian/{docs => bibtool.docs} (89%)
 create mode 100644 debian/patches/fix-upstream-Changes_tex.patch
 create mode 100644 debian/patches/fix-upstream-README_ml.patch
 delete mode 100644 debian/patches/rationalization-upstream-test.patch
 delete mode 100644 debian/patches/reproducible-upstream-doc.patch
 rename debian/{ => tests}/stresstest (99%)
 mode change 100644 => 100755
 rename debian/{upstream-signing-key.pgp => upstream/signing-key.pgp} (100%)
 rename test/{ => lib}/BUnit.pm (71%)

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


Reply to: