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

David Bremner bremner at debian.org
Mon Aug 10 09:48:27 UTC 2015


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

bremner pushed a change to branch master
in repository bibutils.

      from  34b8423   debian: finalize changelog for 5.4-1
      adds  66c85e4   Importing bibutils_5.6.orig.tar.gz
       new  df2b98a   Merge tag 'upstream/5.6'
       new  011e318   changelog stanza for 5.6-1
       new  034f789   bump SONAME
       new  1ced896   update debian/copyright
       new  4ce1c91   switch distribution back to experiemental
       new  c8f9905   bump soname one more place
       new  089353e   Bump policy version

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:
 ChangeLog                                          |   23 +
 Makefile_start                                     |    4 +-
 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                                       |   24 +-
 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 +-
 debian/changelog                                   |    8 +
 debian/control                                     |    8 +-
 debian/copyright                                   |   17 +-
 .../{libbibutils4.install => libbibutils5.install} |    0
 .../{libbibutils4.symbols => libbibutils5.symbols} |   37 +-
 debian/rules                                       |    2 +-
 lib/Makefile.dynamic                               |    2 +
 lib/Makefile.static                                |    2 +
 lib/adsout.c                                       |    6 +-
 lib/adsout.h                                       |    4 +-
 lib/bibcore.c                                      |  452 +-
 lib/bibl.c                                         |    8 +-
 lib/bibl.h                                         |    2 +-
 lib/biblatexin.c                                   |  567 +-
 lib/biblatexin.h                                   |    4 +-
 lib/bibtexin.c                                     |  538 +-
 lib/bibtexin.h                                     |    4 +-
 lib/bibtexout.c                                    |    4 +-
 lib/bibtexout.h                                    |    2 +-
 lib/bibtextypes.c                                  |    2 +-
 lib/bibutils.c                                     |    2 +-
 lib/bibutils.h                                     |   21 +-
 lib/bltypes.c                                      |    4 +-
 lib/charsets.c                                     |    2 +-
 lib/charsets.h                                     |    2 +-
 lib/copacin.c                                      |  149 +-
 lib/copacin.h                                      |    2 +-
 lib/copactypes.c                                   |    2 +-
 lib/doi.c                                          |    2 +-
 lib/doi.h                                          |    2 +-
 lib/ebiin.c                                        |  528 +-
 lib/ebiin.h                                        |    2 +-
 lib/endin.c                                        |  465 +-
 lib/endin.h                                        |    4 +-
 lib/endout.c                                       |  130 +-
 lib/endout.h                                       |    2 +-
 lib/endtypes.c                                     |    2 +-
 lib/endxmlin.c                                     |  280 +-
 lib/endxmlin.h                                     |    2 +-
 lib/entities.c                                     |    2 +-
 lib/entities.h                                     |    2 +-
 lib/fields.c                                       |   88 +-
 lib/fields.h                                       |    5 +-
 lib/gb18030.h                                      |    2 +-
 lib/intlist.c                                      |    7 +-
 lib/intlist.h                                      |    2 +-
 lib/is_ws.c                                        |    2 +-
 lib/is_ws.h                                        |    2 +-
 lib/isiin.c                                        |  120 +-
 lib/isiin.h                                        |    2 +-
 lib/isiout.c                                       |    4 +-
 lib/isiout.h                                       |    2 +-
 lib/isitypes.c                                     |    2 +-
 lib/iso639_1.c                                     |  211 +
 lib/iso639_1.h                                     |    9 +
 lib/iso639_3.c                                     | 8419 ++++++++++++++++++++
 lib/iso639_3.h                                     |    9 +
 lib/latex.c                                        |    2 +-
 lib/latex.h                                        |    2 +-
 lib/list.c                                         |  390 +-
 lib/list.h                                         |   55 +-
 lib/marc.c                                         |   14 +-
 lib/marc.h                                         |    2 +-
 lib/medin.c                                        |  394 +-
 lib/medin.h                                        |    2 +-
 lib/modsin.c                                       |  937 ++-
 lib/modsin.h                                       |    2 +-
 lib/modsout.c                                      |  921 ++-
 lib/modsout.h                                      |    2 +-
 lib/modstypes.c                                    |    2 +-
 lib/modstypes.h                                    |    7 +-
 lib/mycvout.c                                      |    4 +-
 lib/name.c                                         |   24 +-
 lib/name.h                                         |    2 +-
 lib/newstr.c                                       |  367 +-
 lib/newstr.h                                       |   51 +-
 lib/newstr_conv.c                                  |   26 +-
 lib/newstr_conv.h                                  |    6 +-
 lib/reftypes.c                                     |    2 +-
 lib/reftypes.h                                     |    2 +-
 lib/risin.c                                        |  159 +-
 lib/risin.h                                        |    2 +-
 lib/risout.c                                       |  125 +-
 lib/risout.h                                       |    2 +-
 lib/ristypes.c                                     |    2 +-
 lib/serialno.c                                     |   35 +-
 lib/serialno.h                                     |    2 +-
 lib/strsearch.c                                    |    2 +-
 lib/strsearch.h                                    |    2 +-
 lib/title.c                                        |   16 +-
 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                                       |  210 +-
 lib/wordin.h                                       |    2 +-
 lib/wordout.c                                      |    6 +-
 lib/wordout.h                                      |    2 +-
 lib/xml.c                                          |   58 +-
 lib/xml.h                                          |    6 +-
 lib/xml_encoding.c                                 |    2 +-
 lib/xml_encoding.h                                 |    2 +-
 test/Makefile.dynamic                              |    5 +
 test/Makefile.static                               |    5 +
 test/list_test.c                                   | 1430 ++++
 test/newstr_test.c                                 |  974 ++-
 test/vplist_test.c                                 | 1238 +++
 135 files changed, 16917 insertions(+), 2857 deletions(-)
 rename debian/{libbibutils4.install => libbibutils5.install} (100%)
 rename debian/{libbibutils4.symbols => libbibutils5.symbols} (93%)
 create mode 100644 lib/iso639_1.c
 create mode 100644 lib/iso639_1.h
 create mode 100644 lib/iso639_3.c
 create mode 100644 lib/iso639_3.h
 create mode 100644 test/list_test.c
 create mode 100644 test/vplist_test.c

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