[bibutils] branch master updated (c5c8932 -> 34b8423)

David Bremner bremner at debian.org
Mon Oct 20 17:41:24 UTC 2014


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

bremner pushed a change to branch master
in repository bibutils.

      from  c5c8932   check of completed TODO
      adds  98b3178   Importing bibutils_5.4.orig.tar.gz
       new  236b411   Merge tag 'upstream/5.4'
       new  96b3a69   start changelog stanza for 5.4-1
       new  7021bcc   debian: update test to match new Makefile name
       new  a350ded   debian: bump SONAME of libbibutils
       new  34b8423   debian: finalize changelog for 5.4-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:
 ChangeLog                                          |   35 +
 Makefile_start                                     |    5 +-
 bibutils.dbk                                       |    2 +-
 bin/args.c                                         |    2 +-
 bin/args.h                                         |    2 +-
 bin/bib2xml.c                                      |    2 +-
 bin/biblatex2xml.c                                 |    2 +-
 bin/bibprog.c                                      |    2 +-
 bin/bibprog.h                                      |    2 +-
 bin/copac2xml.c                                    |    2 +-
 bin/ebi2xml.c                                      |    2 +-
 bin/end2xml.c                                      |    2 +-
 bin/endx2xml.c                                     |    2 +-
 bin/isi2xml.c                                      |    2 +-
 bin/med2xml.c                                      |    2 +-
 bin/modsclean.c                                    |    2 +-
 bin/ris2xml.c                                      |    2 +-
 bin/tomods.c                                       |    2 +-
 bin/tomods.h                                       |    2 +-
 bin/wordbib2xml.c                                  |    2 +-
 bin/xml2ads.c                                      |    2 +-
 bin/xml2bib.c                                      |    2 +-
 bin/xml2end.c                                      |    2 +-
 bin/xml2isi.c                                      |    2 +-
 bin/xml2ris.c                                      |    2 +-
 bin/xml2wordbib.c                                  |    2 +-
 configure                                          |   10 +-
 debian/changelog                                   |    7 +
 debian/control                                     |    6 +-
 debian/libbibutils3.install                        |    2 -
 debian/libbibutils4.install                        |    1 +
 .../{libbibutils3.symbols => libbibutils4.symbols} |    8 +-
 debian/rules                                       |    6 +-
 lib/adsout.c                                       |    4 +-
 lib/adsout.h                                       |    4 +-
 lib/bibcore.c                                      |    4 +-
 lib/bibl.c                                         |    3 +-
 lib/bibl.h                                         |    2 +-
 lib/biblatexin.c                                   |  608 ++++---
 lib/biblatexin.h                                   |    2 +-
 lib/bibtexin.c                                     |  664 ++++---
 lib/bibtexin.h                                     |    2 +-
 lib/bibtexout.c                                    |    2 +-
 lib/bibtexout.h                                    |    2 +-
 lib/bibtextypes.c                                  |    3 +-
 lib/bibutils.c                                     |    2 +-
 lib/bibutils.h                                     |    2 +-
 lib/bltypes.c                                      | 1872 ++++++++++----------
 lib/charsets.c                                     |    2 +-
 lib/charsets.h                                     |    2 +-
 lib/copacin.c                                      |    4 +-
 lib/copacin.h                                      |    2 +-
 lib/copactypes.c                                   |    2 +-
 lib/doi.h                                          |    2 +-
 lib/ebiin.c                                        |    2 +-
 lib/ebiin.h                                        |    2 +-
 lib/endin.c                                        |    2 +-
 lib/endin.h                                        |    2 +-
 lib/endout.c                                       |    2 +-
 lib/endout.h                                       |    2 +-
 lib/endtypes.c                                     |    2 +-
 lib/endxmlin.c                                     |    2 +-
 lib/endxmlin.h                                     |    2 +-
 lib/entities.c                                     |    2 +-
 lib/entities.h                                     |    2 +-
 lib/fields.c                                       |   36 +-
 lib/fields.h                                       |    3 +-
 lib/gb18030.h                                      |    2 +-
 lib/intlist.c                                      |  239 ++-
 lib/intlist.h                                      |   44 +-
 lib/is_ws.c                                        |    2 +-
 lib/is_ws.h                                        |    2 +-
 lib/isiin.c                                        |    2 +-
 lib/isiin.h                                        |    2 +-
 lib/isiout.c                                       |    2 +-
 lib/isiout.h                                       |    2 +-
 lib/isitypes.c                                     |    2 +-
 lib/latex.c                                        |    9 +-
 lib/latex.h                                        |    2 +-
 lib/list.c                                         |   18 +-
 lib/list.h                                         |    8 +-
 lib/marc.c                                         |    2 +-
 lib/marc.h                                         |    2 +-
 lib/medin.c                                        |    2 +-
 lib/medin.h                                        |    2 +-
 lib/modsin.c                                       |    2 +-
 lib/modsin.h                                       |    2 +-
 lib/modsout.c                                      |   12 +-
 lib/modsout.h                                      |    2 +-
 lib/modstypes.c                                    |    2 +-
 lib/modstypes.h                                    |    2 +-
 lib/mycvout.c                                      |    2 +-
 lib/name.c                                         |    4 +-
 lib/name.h                                         |    2 +-
 lib/newstr.c                                       |    7 +-
 lib/newstr.h                                       |    4 +-
 lib/newstr_conv.c                                  |    2 +-
 lib/newstr_conv.h                                  |    2 +-
 lib/reftypes.c                                     |    2 +-
 lib/reftypes.h                                     |    2 +-
 lib/risin.c                                        |    2 +-
 lib/risin.h                                        |    2 +-
 lib/risout.c                                       |    2 +-
 lib/risout.h                                       |    2 +-
 lib/ristypes.c                                     |    2 +-
 lib/serialno.c                                     |    2 +-
 lib/serialno.h                                     |    2 +-
 lib/strsearch.c                                    |    2 +-
 lib/strsearch.h                                    |    2 +-
 lib/title.c                                        |    2 +-
 lib/title.h                                        |    2 +-
 lib/unicode.h                                      |    2 +-
 lib/utf8.c                                         |    2 +-
 lib/utf8.h                                         |    2 +-
 lib/vplist.c                                       |    2 +-
 lib/vplist.h                                       |    2 +-
 lib/wordin.c                                       |    2 +-
 lib/wordin.h                                       |    2 +-
 lib/wordout.c                                      |    3 +-
 lib/wordout.h                                      |    2 +-
 lib/xml.c                                          |    2 +-
 lib/xml.h                                          |    2 +-
 lib/xml_encoding.c                                 |    2 +-
 lib/xml_encoding.h                                 |    2 +-
 test/Makefile                                      |   35 -
 test/entities_test.o                               |  Bin 4528 -> 0 bytes
 test/newstr_test.c                                 |  141 +-
 127 files changed, 2314 insertions(+), 1683 deletions(-)
 delete mode 100644 debian/libbibutils3.install
 create mode 100644 debian/libbibutils4.install
 rename debian/{libbibutils3.symbols => libbibutils4.symbols} (98%)
 delete mode 100644 test/Makefile
 delete mode 100644 test/entities_test.o

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/bibutils.git



More information about the debian-science-commits mailing list