[bibutils] branch master updated (9d82106 -> 42cddeb)

David Bremner bremner at debian.org
Sun Aug 11 12:37:07 UTC 2013


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

bremner pushed a change to branch master
in repository bibutils.

      from  9d82106   d/s/git-patches: add :debpatch: marker
      adds  d0f8323   remove debian/source/git-patches
      adds  f4a3f01   Importing bibutils_5.0.orig.tar.gz
      adds  3dbcd97   Merge tag 'upstream/5.0'
      adds  178e3ab   start changelog stanza for 5.0-1
      adds  f8bdf14   debian/rules: adapt to upstream build changes
      adds  eaea6f2   bump soname of libbibutils
      adds  0c52b95   upload to experimental because of SONAME bump
      adds  f4c56c0   remove obsolete patch-header
      adds  5b5f6ac   debian/rules: pass hardening CFLAGS
      adds  1a72ea1   debian/rules: pass hardening LDFLAGS
      adds  42cddeb   bump standards version

No new revisions were added by this update.

Summary of changes:
 ChangeLog                                          |  200 +-
 Makefile                                           |   46 -
 Makefile_start                                     |   94 +-
 bibutils.dbk                                       |   92 +-
 bin/Makefile                                       |   97 -
 bin/Makefile.dynamic                               |   18 +-
 bin/Makefile.static                                |   22 +-
 bin/args.c                                         |   68 +-
 bin/args.h                                         |   15 +-
 bin/bib2xml.c                                      |    4 +-
 bin/biblatex2xml.c                                 |    4 +-
 bin/bibprog.c                                      |    4 +-
 bin/bibprog.h                                      |    4 +-
 bin/copac2xml.c                                    |    4 +-
 bin/ebi2xml.c                                      |    4 +-
 bin/end2xml.c                                      |    4 +-
 bin/endx2xml.c                                     |    4 +-
 bin/isi2xml.c                                      |    4 +-
 bin/med2xml.c                                      |    4 +-
 bin/modsclean.c                                    |    4 +
 bin/ris2xml.c                                      |    4 +-
 bin/tomods.c                                       |   25 +-
 bin/tomods.h                                       |   13 +-
 bin/wordbib2xml.c                                  |    4 +-
 bin/xml2ads.c                                      |   20 +-
 bin/xml2bib.c                                      |   40 +-
 bin/xml2end.c                                      |   15 +-
 bin/xml2isi.c                                      |   16 +-
 bin/xml2ris.c                                      |   16 +-
 bin/xml2wordbib.c                                  |   19 +-
 configure                                          |  452 +-
 debian/changelog                                   |    8 +
 debian/control                                     |    8 +-
 debian/libbibutils2.install                        |    2 -
 debian/libbibutils3.install                        |    2 +
 .../{libbibutils2.symbols => libbibutils3.symbols} |  205 +-
 debian/rules                                       |   26 +-
 debian/source/git-patches                          |    1 -
 debian/source/patch-header                         |    4 -
 lib/Makefile                                       |   47 -
 lib/Makefile.dynamic                               |   88 +-
 lib/Makefile.static                                |   82 +-
 lib/adsout.c                                       |  346 +-
 lib/adsout.h                                       |    6 +-
 lib/adsout_journals.c                              |  556 +-
 lib/bibcore.c                                      |  499 +-
 lib/bibl.c                                         |   63 +-
 lib/bibl.h                                         |    8 +-
 lib/biblatexin.c                                   |  771 +-
 lib/biblatexin.h                                   |    6 +-
 lib/bibtexin.c                                     |  667 +-
 lib/bibtexin.h                                     |    6 +-
 lib/bibtexout.c                                    |  109 +-
 lib/bibtexout.h                                    |    4 +-
 lib/bibtextypes.c                                  |  338 +-
 lib/bibutils.c                                     |    4 +-
 lib/bibutils.h                                     |   17 +-
 lib/bltypes.c                                      | 1174 +-
 lib/charsets.c                                     |55440 ++++++++++++--------
 lib/charsets.h                                     |   28 +-
 lib/copacin.c                                      |  173 +-
 lib/copacin.h                                      |    6 +-
 lib/copactypes.c                                   |    5 +-
 lib/doi.c                                          |   68 +-
 lib/doi.h                                          |    5 +-
 lib/ebiin.c                                        |   14 +-
 lib/ebiin.h                                        |    5 +-
 lib/endin.c                                        |  178 +-
 lib/endin.h                                        |    6 +-
 lib/endout.c                                       |  310 +-
 lib/endout.h                                       |    4 +-
 lib/endtypes.c                                     |   37 +-
 lib/endxmlin.c                                     |   69 +-
 lib/endxmlin.h                                     |    4 +-
 lib/entities.c                                     |   27 +-
 lib/entities.h                                     |    6 +-
 lib/entities.txt                                   |  461 -
 lib/fields.c                                       |  620 +-
 lib/fields.h                                       |   76 +-
 lib/gb18030.h                                      |    4 +-
 lib/intlist.c                                      |  250 +
 lib/intlist.h                                      |   40 +
 lib/is_ws.c                                        |    4 +-
 lib/is_ws.h                                        |    4 +-
 lib/isiin.c                                        |  108 +-
 lib/isiin.h                                        |    6 +-
 lib/isiout.c                                       |  339 +-
 lib/isiout.h                                       |    4 +-
 lib/isitypes.c                                     |   31 +-
 lib/iso639_2.c                                     |  645 +
 lib/iso639_2.h                                     |   10 +
 lib/latex.c                                        |  259 +-
 lib/latex.h                                        |    4 +-
 lib/list.c                                         |  362 +-
 lib/list.h                                         |   59 +-
 lib/marc.c                                         |    8 +
 lib/marc.h                                         |    4 +-
 lib/medin.c                                        |   38 +-
 lib/medin.h                                        |    5 +-
 lib/modsin.c                                       |  214 +-
 lib/modsin.h                                       |    5 +-
 lib/modsout.c                                      |  670 +-
 lib/modsout.h                                      |    4 +-
 lib/modstypes.c                                    |    8 +
 lib/modstypes.h                                    |    4 +-
 lib/mycvout.c                                      |   10 +-
 lib/name.c                                         |  686 +-
 lib/name.h                                         |   15 +-
 lib/newstr.c                                       |  298 +-
 lib/newstr.h                                       |   31 +-
 lib/newstr_conv.c                                  |   82 +-
 lib/newstr_conv.h                                  |   15 +-
 lib/reftypes.c                                     |   20 +-
 lib/reftypes.h                                     |   51 +-
 lib/risin.c                                        |  204 +-
 lib/risin.h                                        |    6 +-
 lib/risout.c                                       |  515 +-
 lib/risout.h                                       |    4 +-
 lib/ristypes.c                                     | 2341 +-
 lib/rules.h                                        |   49 -
 lib/serialno.c                                     |   12 +-
 lib/serialno.h                                     |    6 +-
 lib/strsearch.c                                    |    8 +-
 lib/strsearch.h                                    |    5 +-
 lib/title.c                                        |   30 +-
 lib/title.h                                        |    6 +-
 lib/tmp1                                           |   17 -
 lib/unicode.c                                      |  333 +
 lib/unicode.h                                      |   22 +
 lib/utf8.c                                         |   16 +-
 lib/utf8.h                                         |    6 +-
 lib/vplist.c                                       |  216 +
 lib/vplist.h                                       |   68 +
 lib/wordin.c                                       |  356 +-
 lib/wordin.h                                       |    5 +-
 lib/wordout.c                                      |  223 +-
 lib/wordout.h                                      |    4 +-
 lib/xml.c                                          |    4 +-
 lib/xml.h                                          |    4 +-
 lib/xml_encoding.c                                 |   13 +-
 lib/xml_encoding.h                                 |    4 +-
 makedeb.csh                                        |   91 -
 makedeb.sh                                         |  105 +
 maketgz.csh                                        |   27 -
 maketgz.sh                                         |   28 +
 readme.txt                                         |    2 +-
 test/Makefile                                      |   22 +-
 test/Makefile.dynamic                              |   40 +
 test/Makefile.static                               |   35 +
 test/entities_test.o                               |  Bin 0 -> 4528 bytes
 todos.txt                                          |    4 -
 151 files changed, 45950 insertions(+), 27087 deletions(-)
 delete mode 100644 Makefile
 delete mode 100644 bin/Makefile
 delete mode 100644 debian/libbibutils2.install
 create mode 100644 debian/libbibutils3.install
 rename debian/{libbibutils2.symbols => libbibutils3.symbols} (63%)
 delete mode 100644 debian/source/git-patches
 delete mode 100644 debian/source/patch-header
 delete mode 100644 lib/Makefile
 delete mode 100644 lib/entities.txt
 create mode 100644 lib/intlist.c
 create mode 100644 lib/intlist.h
 create mode 100644 lib/iso639_2.c
 create mode 100644 lib/iso639_2.h
 delete mode 100644 lib/rules.h
 delete mode 100644 lib/tmp1
 create mode 100644 lib/unicode.c
 create mode 100644 lib/unicode.h
 create mode 100644 lib/vplist.c
 create mode 100644 lib/vplist.h
 delete mode 100644 makedeb.csh
 create mode 100755 makedeb.sh
 delete mode 100644 maketgz.csh
 create mode 100755 maketgz.sh
 create mode 100644 test/Makefile.dynamic
 create mode 100644 test/Makefile.static
 create mode 100644 test/entities_test.o
 delete mode 100644 todos.txt

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