[libvorbis] branch master updated (b2bd365 -> b0e65a0)

Petter Reinholdtsen pere at moszumanska.debian.org
Sat Feb 6 13:23:19 UTC 2016


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

pere pushed a change to branch master
in repository libvorbis.

      from  b2bd365   releasing package libvorbis version 1.3.4-3
      adds  86bd6bb   Imported Upstream version 1.3.5
      adds  01626e5   Merge tag 'upstream/1.3.5'
      adds  0acefaa   Added changelog entry for new version.
      adds  506026f   Dropped patches that are included in the new upstream version and rebase the ones that aren't.
      adds  431e5b9   Updated debian/libvorbis0a.symbols.
      adds  82f168f   Removed debian revision from versions in symbols file (thanks lintian!).
       new  3927f40   Added simple autopkgtest script running the examples.
       new  b0e65a0   releasing package libvorbis version 1.3.5-1

The 2 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:
 CHANGES                                            |   15 +
 COPYING                                            |    2 +-
 Makefile.in                                        |  373 +-
 README                                             |    2 +-
 aclocal.m4                                         | 3476 +++++++-----
 compile                                            |   10 +-
 config.guess                                       |  194 +-
 config.h.in                                        |    6 +-
 config.sub                                         |  110 +-
 configure                                          | 2865 +++++-----
 configure.ac                                       |   34 +-
 debian/changelog                                   |   10 +
 debian/control                                     |    1 +
 debian/libvorbis0a.symbols                         |    3 +-
 ...-Avoid-SIGFPE-when-bytespersample-is-zero.patch |    4 +-
 ...when-loading-Ogg-Theora-files-in-audacity.patch |  221 -
 ...g-rate-sanity-check-to-avoid-invalid-memo.patch |   39 -
 ...-on-corrupt-input-file-invalid-mode-index.patch |   28 -
 ...ccount-error-codes-returned-from-vorbis_p.patch |   31 -
 ...ation-fault-on-two-subsequent-seeks-to-0-.patch |   27 -
 ...ation-fault-on-two-subsequent-seeks-to-0-.patch |  202 -
 ...ation-fault-on-two-subsequent-seeks-to-0-.patch |   59 -
 debian/patches/series                              |    7 -
 debian/tests/control                               |    2 +
 debian/tests/test-examples                         |   32 +
 depcomp                                            |  455 +-
 doc/03-codebook.tex                                |   61 +-
 doc/04-codec.tex                                   |    2 +-
 doc/06-floor0.tex                                  |   14 +-
 doc/10-tables.tex                                  |    2 +-
 doc/Makefile.am                                    |   23 +-
 doc/Makefile.in                                    |  291 +-
 doc/Vorbis_I_spec.css                              |    5 +
 doc/Vorbis_I_spec.html                             | 3799 ++++++--------
 doc/Vorbis_I_spec.pdf                              |  Bin 517713 -> 418532 bytes
 doc/Vorbis_I_spec.tex                              |    8 +
 doc/evenlsp.png                                    |  Bin 2540 -> 0 bytes
 doc/footer.tex                                     |    9 +-
 doc/libvorbis/Makefile.in                          |  123 +-
 doc/lspmap.png                                     |  Bin 3799 -> 0 bytes
 doc/oddlsp.png                                     |  Bin 1928 -> 0 bytes
 doc/vorbis.html                                    |  234 -
 doc/vorbisenc/Makefile.in                          |  123 +-
 doc/vorbisfile/Makefile.in                         |  123 +-
 doc/vorbisword2.png                                |  Bin 1173 -> 0 bytes
 doc/wait.png                                       |  Bin 311 -> 0 bytes
 doc/white-xifish.png                               |  Bin 770 -> 0 bytes
 doc/xifish.pdf                                     |  Bin 1876 -> 0 bytes
 examples/Makefile.in                               |  253 +-
 examples/seeking_example.c                         |   19 +-
 include/Makefile.in                                |  284 +-
 include/vorbis/Makefile.in                         |  184 +-
 install-sh                                         |   14 +-
 lib/Makefile.in                                    |  397 +-
 lib/barkmel.c                                      |    2 +-
 lib/block.c                                        |   33 +-
 lib/books/Makefile.in                              |  284 +-
 lib/books/coupled/Makefile.in                      |  121 +-
 lib/books/floor/Makefile.in                        |  121 +-
 lib/books/uncoupled/Makefile.in                    |  121 +-
 lib/codebook.c                                     |   18 +-
 lib/codebook.h                                     |    5 +-
 lib/floor0.c                                       |    6 +-
 lib/floor1.c                                       |   43 +-
 lib/info.c                                         |   43 +-
 lib/lsp.c                                          |    4 +-
 lib/mapping0.c                                     |   24 +-
 lib/misc.h                                         |    5 +-
 lib/modes/Makefile.in                              |  121 +-
 lib/os.h                                           |    9 +-
 lib/res0.c                                         |   15 +-
 lib/sharedbook.c                                   |  125 +-
 lib/synthesis.c                                    |   24 +-
 lib/vorbisenc.c                                    |   23 +-
 lib/vorbisfile.c                                   |  230 +-
 libvorbis.spec                                     |    2 +-
 ltmain.sh                                          | 5528 +++++++++++++-------
 m4/Makefile.in                                     |  121 +-
 missing                                            |  414 +-
 test/Makefile.in                                   |  224 +-
 vq/Makefile.in                                     |  249 +-
 81 files changed, 12225 insertions(+), 9866 deletions(-)
 delete mode 100644 debian/patches/0003-Fix-hang-when-loading-Ogg-Theora-files-in-audacity.patch
 delete mode 100644 debian/patches/0004-Add-sampling-rate-sanity-check-to-avoid-invalid-memo.patch
 delete mode 100644 debian/patches/0005-Fix-crash-on-corrupt-input-file-invalid-mode-index.patch
 delete mode 100644 debian/patches/0006-Take-into-account-error-codes-returned-from-vorbis_p.patch
 delete mode 100644 debian/patches/0007-Fix-segmentation-fault-on-two-subsequent-seeks-to-0-.patch
 delete mode 100644 debian/patches/0008-Fix-segmentation-fault-on-two-subsequent-seeks-to-0-.patch
 delete mode 100644 debian/patches/0009-Fix-segmentation-fault-on-two-subsequent-seeks-to-0-.patch
 create mode 100644 debian/tests/control
 create mode 100755 debian/tests/test-examples
 delete mode 100644 doc/evenlsp.png
 delete mode 100644 doc/lspmap.png
 delete mode 100644 doc/oddlsp.png
 delete mode 100644 doc/vorbis.html
 delete mode 100644 doc/vorbisword2.png
 delete mode 100644 doc/wait.png
 delete mode 100644 doc/white-xifish.png
 delete mode 100644 doc/xifish.pdf

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-xiph/libvorbis.git



More information about the pkg-xiph-commits mailing list