vorbis-tools (1.4.0-10.1) unstable; urgency=medium

  * Non-maintainer upload.
    - Uploading changes already applied in VCS

  [ Petter Reinholdtsen ]
  * Add git link to patches applied upstream.
    - 0002-Don-t-corrupt-stdout.patch
    - 0003-Floating-point-comparison-fails.patch
  * Changed Standards-Version from 3.9.6 to 3.9.8.
  * Added CPE id in d/upstream/metadata for future reference.

  [ Helmut Grohne ]
  * Do not run tests under DEB_BUILD_OPTIONS=nocheck (Closes: #838866)

 -- Manuel A. Fernandez Montecelo <mafm@debian.org>  Sun, 19 Nov 2017 01:00:44 +0100

vorbis-tools (1.4.0-10) unstable; urgency=medium

  * Drop debconf from autopkgtest dependencies.  We do not anything
    from it.
  * Correct test to use just built oggenc as well as vcut.

 -- Petter Reinholdtsen <pere@debian.org>  Thu, 26 May 2016 10:23:37 +0200

vorbis-tools (1.4.0-9) unstable; urgency=medium

  [ Martin Steghöfer ]
  * Fix segmentation fault in vcut (Closes: #818037)

  [ Petter Reinholdtsen ]
  * Updated French translation by Damien / vauss. (Closes: #813742)
  * Added libcurl4-openssl-dev as alternative build dependency for
    libcurl4-gnutls-dev.
  * Added simple autopkgtest script to verify vcut no longer segfaults.

 -- Petter Reinholdtsen <pere@debian.org>  Thu, 26 May 2016 09:36:19 +0200

vorbis-tools (1.4.0-8) unstable; urgency=medium

  [ Martin Steghöfer ]
  * oggdec: Write to stdout instead of "-.wav" when reading from stdin
    and not output file name is given (Closes: #263762).
  * ogg123: Mention FLAC capabilities in man page. (Closes: #572491)

  [ Petter Reinholdtsen ]
  * Added Ralph Giles as uploader.

 -- Petter Reinholdtsen <pere@debian.org>  Thu, 11 Feb 2016 09:10:51 +0000

vorbis-tools (1.4.0-7) unstable; urgency=low

  [ Martin Steghöfer ]
  * Format patches for gbp-pq, correct tagging and add missing
    information to tagging.
  * Add sampling rate sanity check to avoid crash (in case of unpatched
    libvorbis version) or to improve error message (with patched libvorbis).
  * Fix vorbistagedit: Reading of file list from stdin was broken.
    (Closes: #771448)
  * Documentation of vorbistagedit: Improve wording of error message.
  * Fix bashism in /usr/bin/vorbistagedit (negative status code).
    (Closes: #772391)
  * Truncate long status lines on small terminals (Closes: #239073)
  * Fix ogg123 speex stereo playback: Initialize stereo information
    data structure (Closes: #312185)
  * Fix ogg123 speex playback: Initialize channel matrix (Closes: #772766)
  * Add low-priority mailcap entry for "ogginfo" on action "cat".
    (Closes: #728062)
  * Fix oggdec crash/hang: Don't ignore stream errors (Closes: #772978)
  * Use translations in oggdec (Closes: #772976)

  [ Petter Reinholdtsen ]
  * Add debian/gbp.conf to enforce the user of pristine-tar.
  * oggenc: Fix large alloca on bad AIFF input to oggenc
    (CVE-2015-6749). (Closes: #797461)
  * oggenc: Validate count of channels in the header
    (CVE-2014-9638, CVE-2014-9639). (Closes: #776086)

 -- Petter Reinholdtsen <pere@debian.org>  Wed, 23 Sep 2015 12:15:44 +0000

vorbis-tools (1.4.0-6) unstable; urgency=low

  [ Martin Steghöfer ]
  * Fix oggenc crash on closing raw input files by backporting r19117 from upstream
    (Closes: #771363)
  * Fix vorbistagedit: Correctly process input files containing spaces
    (Closes: #763338)

 -- Petter Reinholdtsen <pere@debian.org>  Sun, 07 Dec 2014 23:10:56 +0100

vorbis-tools (1.4.0-5) unstable; urgency=low

  [ Martin Steghöfer ]
  * Fix ogg123 freeze when interrupting  at End-Of-Stream
    (Closes: #307325).
  * Make it clear in the ogg123 manual page and error message that -f
    needs a previous -d (Closes: #359948).

 -- Petter Reinholdtsen <pere@debian.org>  Tue, 11 Nov 2014 21:44:40 +0100

vorbis-tools (1.4.0-4) unstable; urgency=low

  * Make sure vorbistagedit quote command line arguments when
    processing options (Closes: #763338).
  * List audio/ogg as a MIME type handled by ogg123 (Closes: #724952).

 -- Petter Reinholdtsen <pere@debian.org>  Thu, 23 Oct 2014 14:25:37 +0200

vorbis-tools (1.4.0-3) unstable; urgency=low

  [ Martin Steghöfer ]
  * Switch to 3.0 (quilt) source format.

  [ Petter Reinholdtsen ]
  * Added dont-corrupt-stdout.patch to avoid printing version string
    to stdout when printing data to stdout (Closes: #595104).  Patch
    from Joao Paulo Pinharanda Magalhaes.
  * Refresh.
  * Added quality-check-first-scale-next.patch to avoid incorrectly
    complaining about too high quality (Closes: #634855).  Patch from
    Mats Erik Andersson.
  * Switch from debhelper version 7 to 9, and adjust code to build
    with this setup.  Added format-security.patch to fix build failure
    triggered when hardening was automatically enabled.
  * Added fix_xiph_url.diff from Ubuntu to correct URL in
    vorbiscomment.1 manual page (Closes: #664153, LP: #954529). Patch
    from Aditya Vaidya and Ubuntu.
  * Improve vorbistagedit:
    - allow support for .oga, .ogv, .ogx, and .spx files (LP: #313529)
    - make '-v' option show version (LP: #1005273)
    - show usage and exit with code 1 if no arguments given (LP:
      #1005278)
    - add information about OGG extensions in manual page. Patch from
      Aditya Vaidya and Ubuntu.

 -- Petter Reinholdtsen <pere@debian.org>  Wed, 22 Oct 2014 21:46:06 +0200

vorbis-tools (1.4.0-2) unstable; urgency=low

  [ Martin Steghöfer ]
  * Updated meta information (VCS and Homepage) to list git repository.

  [ Petter Reinholdtsen ]
  * Drop John Francesco Ferlito and add me and Martin Steghöfer as uploaders.
  * Updated standards-version from 3.8.4 to 3.9.6.

 -- Petter Reinholdtsen <pere@debian.org>  Tue, 21 Oct 2014 22:39:40 +0200

vorbis-tools (1.4.0-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Build-depend on pkg-config, required for libao detection (presumably
    this was previously pulled in indirectly). Thanks to peter green for
    diagnosing this. (Closes: #750290)

 -- Simon McVittie <smcv@debian.org>  Mon, 28 Jul 2014 11:11:26 +0100

vorbis-tools (1.4.0-1) unstable; urgency=low

  * New upstream release. (Closes: #575677)
    - remove patches/for_upstream-manpage_typos.diff.
    - remove patches/upstream_r14728-speex_format_validation.diff.
    - remove patches/upstream_r14957-ogg123_stop_decode_on_closed_buffer.diff.
    - remove patches/upstream_r14982-ogg123_man_page_http_only.diff.
    - ogg123 thinks any file it opens is seekable.  (Closes: #528802)
    - oggenc confuses minimum and maximum bitrate. (Closes: #333437)
    - Files encoded with oggenc show a false min/max bitrate.  (Closes: #333442)
    - vorbiscomment manpage is unclear about clearing tags. (Closes: #417606)
    - time overflow in oggenc. (Closes: #437093)
    - ogg123: duhk at the end of files.ogg. (Closes: #425549)
    - please support replaygain. (Closes: #362530)
    - /usr/bin/oggenc: Please escape dashes in the manpage. (Closes: #264365)
    - vorbis-tools: [INTL:hu] New Hungarian translation. (Closes: #272037)
  * Allow global tag editing in vorbistagedit. (Closes: #507230)
  * debian/compat
    - Moved to version 7
  * debian/control
    - Added ${misc:Depends}.
    - Bumped dependency on debhelper to 7.0.50~.
    - Depend on libao >= 1.0.0
    - Depend on libvorbis >= 1.3.0
  * Added debian/docs
  * Moved to debhelper 7 style dh rules
  * Add source/format, 1.0

 -- John Francesco Ferlito <johnf@inodes.org>  Mon, 05 Apr 2010 14:05:24 +1000

vorbis-tools (1.2.0-6) unstable; urgency=low

  * Remove myself from Uploaders.

 -- Clint Adams <schizo@debian.org>  Sat, 28 Feb 2009 10:19:27 -0500

vorbis-tools (1.2.0-5) unstable; urgency=low

  * Bump to Standards-Version 3.8.0.
  * Refresh upstream_r14957-ogg123_stop_decode_on_closed_buffer.diff and
    upstream_r14982-ogg123_man_page_http_only.diff to -p ab.
    closes: #484961.

 -- Clint Adams <schizo@debian.org>  Mon, 09 Jun 2008 21:04:10 -0400

vorbis-tools (1.2.0-4) unstable; urgency=medium

  * Add upstream_r14957-ogg123_stop_decode_on_closed_buffer.diff.
    closes: #478991.
  * Add upstream_r14982-ogg123_man_page_http_only.diff to clarify that
    -b option is for HTTP streams only.  closes: #288687.

 -- Clint Adams <schizo@debian.org>  Sat, 31 May 2008 10:23:45 -0400

vorbis-tools (1.2.0-3) unstable; urgency=medium

  * Drop for_upstream-mention_alsa09_in_ogg123.1.diff. closes: #482347.

 -- Clint Adams <schizo@debian.org>  Thu, 22 May 2008 19:39:03 -0400

vorbis-tools (1.2.0-2) unstable; urgency=medium

  [ Adeodato Simó ]
  * Install upstream CHANGES file as changelog.gz. Thanks Bastian Kleineidam.
    (Closes: #470133)

  [ Clint Adams ]
  * Add upstream_r14728-speex_format_validation.diff. closes: #480059.
  * Loosen libflac-dev build dependency to (>> 1.1.4) to facilitate
    backports.

 -- Clint Adams <schizo@debian.org>  Tue, 20 May 2008 10:49:09 -0400

vorbis-tools (1.2.0-1) unstable; urgency=low

  * New upstream release.
    - Drop upstream_r9696-play_from_pipe.diff (merged)
    - Drop upstream_r9935-dont_clobber_file_on_error.diff (merged)
    - Drop upstream_r10080-fix_non-ascii_comments.diff (merged)
    - Drop for_upstream-oggenc_inputfile_vs_input.wav.diff (merged)
    - Drop for_upstream-mention_option_-R_in_vorbiscomment.1.diff (merged)
    - Update for_upstream-manpage_typos.diff (some hunks merged)
    - Drop for_upstream-encodage_vs_codage_in_fr.po.diff (merged)
    - Update no_debian_subdir.diff
    - Update no_fast-math.diff
    - Drop upstream_r10091-ogg123_return_error.diff (merged)
    - Drop upstream_r12189-ogg123_2hr_intermittentnoise.diff (merged)
    - Drop upstream_r12201-ogg123_crlf_in_playlists.diff (merged)
    - Drop upstream_r12202-ogg123_curlopt_mute.diff (merged)
    - Drop upstream_r11665_r12199_plus_autoconf.diff (merged)
  * Bump to Standards-Version 3.7.3.
  * Rename control header to Vcs-Bzr.

 -- Clint Adams <schizo@debian.org>  Sat, 08 Mar 2008 09:00:42 -0500

vorbis-tools (1.1.1-15) unstable; urgency=low

  * Update vorbistagedit to 0.5 to cope with bash users.
    closes: #421319.

 -- Clint Adams <schizo@debian.org>  Mon, 22 Oct 2007 11:27:35 -0400

vorbis-tools (1.1.1-14) unstable; urgency=low

  * Update long description to mention that ogg123 can play FLAC
    files.  closes: #434827.

 -- Clint Adams <schizo@debian.org>  Fri, 27 Jul 2007 00:58:03 -0400

vorbis-tools (1.1.1-13) unstable; urgency=low

  * Update for the FLAC 1.1.4 transition:
    + grab patch from upstream to cope with libOggFLAC having been merged into
      libFLAC.
    + build-depend on libflac-dev (>= 1.1.4-1), keeping liboggflac-dev as a
      second alternative.
    (Closes: #426674)

  * Remove irrelevant blurb about "written for Debian because the original
    program does not have a manual page" from vorbistagedit.1.

  * Add XS-VCS-Bzr header in debian/control.

 -- Adeodato Simó <dato@net.com.org.es>  Wed, 06 Jun 2007 19:01:31 +0200

vorbis-tools (1.1.1-12) unstable; urgency=high

  * Switch build dependency from "libcurl3-gnutls-dev" to
    "libcurl4-gnutls-dev".  closes: #423654.
  * Add upstream_r12202-ogg123_curlopt_mute.diff to handle
    CURLOPT_MUTE being dropped in curl4.

 -- Clint Adams <schizo@debian.org>  Sun, 13 May 2007 19:12:26 -0400

vorbis-tools (1.1.1-11) unstable; urgency=low

  * Add upstream_r12201-ogg123_crlf_in_playlists.diff to handle
    CR/LF endings in playlists.  closes: #173676.

 -- Clint Adams <schizo@debian.org>  Sat, 20 Jan 2007 10:44:53 -0500

vorbis-tools (1.1.1-10) unstable; urgency=low

  * Add upstream_r12189-ogg123_2hr_intermittentnoise.diff to fix
    "ogg123 output corrupted after some time of playback".
    closes: #298719.

 -- Clint Adams <schizo@debian.org>  Thu, 18 Jan 2007 15:23:29 -0500

vorbis-tools (1.1.1-9) unstable; urgency=low

  * Update vorbistagedit to upstream version 0.4.

 -- Clint Adams <schizo@debian.org>  Thu, 18 Jan 2007 12:29:42 -0500

vorbis-tools (1.1.1-8) unstable; urgency=low

  * Update vorbistagedit to upstream version 0.3, fixing bashisms.
    closes: #381705.
  * Add man page for vorbistagedit from François Wendling.
    closes: #399116.

 -- Clint Adams <schizo@debian.org>  Thu, 18 Jan 2007 12:08:59 -0500

vorbis-tools (1.1.1-7) unstable; urgency=medium

  * Add for_upstream-ogg123_flac_divbyzero.diff to fix SIGFPE when
    playing certain corrupt .flac files.  Submitted upstream as
    xiph.org Trac ticket #1119.  closes: #407022.
  * Bump Standards-Version to 3.7.2.

 -- Clint Adams <schizo@debian.org>  Wed, 17 Jan 2007 11:24:37 -0500

vorbis-tools (1.1.1-6) unstable; urgency=low

  * Include vorbistagedit script from martin f. krafft to edit vorbis tags in
    an editor.  (Closes: #357421)

  * Build with LFS, without touching configure.ac this time, as adviced by the
    submitter. Submit however debian/patches/for_upstream-largefile_support.diff
    to upstream, together with dean gaudet's include_config_h_everywhere.patch.
    (Closes: #364527)

  * Fix typos in manpages spotted by A Costa.  (Closes: #353184, #353185)

 -- Adeodato Simó <dato@net.com.org.es>  Thu, 13 Jul 2006 21:25:09 +0200

vorbis-tools (1.1.1-5) unstable; urgency=low

  * Fix additional oggenc man page typos with patch from A Costa.
    closes: #353186.
  * Fix ogg123 returning 0 on corrupted file.  closes: #193349.
    [File: upstream_r10091-ogg123_return_error.diff]

 -- Clint Adams <schizo@debian.org>  Sun, 26 Mar 2006 20:11:50 -0500

vorbis-tools (1.1.1-4) unstable; urgency=low

  * Build with LFS.  closes: #359068.

 -- Clint Adams <schizo@debian.org>  Sun, 26 Mar 2006 19:43:40 -0500

vorbis-tools (1.1.1-3) unstable; urgency=low

  * Switch patch management to quilt.

 -- Adeodato Simó <dato@net.com.org.es>  Mon, 16 Jan 2006 22:49:20 +0100

vorbis-tools (1.1.1-2) unstable; urgency=medium

  * Switch maintenance to the Debian Xiph.org Maintainers (alioth/pkg-xiph).

  * Fix display of non-ASCII characters in comments, broken in 1.1.1 release.
    (Closes: #344195, #344917)
    [File: upstream_r10080_fix_non-ascii_comments.diff]

  * Patch configure not to use -ffast-math, which is reportedly broken on
    alpha. While we're at it, do not use -O20 (!) either.
    [File: no_fast-math.diff]

  * Add debian/watch file.

 -- Adeodato Simó <dato@net.com.org.es>  Tue, 27 Dec 2005 23:08:25 +0100

vorbis-tools (1.1.1-1) unstable; urgency=low

  * New upstream release packaged (closes: #339846).

  * Pull patch from upstream to prevent vorbiscomment from clobbering files
    when an error happens. (Closes: #287170)
    [File: upstream_r9935-dont_clobber_file_on_error.diff]

  * Add myself as an uploader, as agreed with Christopher in the past;
    note it in debian/copyright.

  * Update debian/control:

    + drop unnecessary build-dependencies on bison and devscripts.
    + build-depend on libcurl3-gnutls-dev instead of libcurl3-dev | libcurl-dev
      (vorbis-tools is GPL'ed, no SSL exception).
    + drop version restriction on all build-dependencies, since they'd be all
      satisfied with stable.

  * Overhaul debian/rules.

  * Make use of debian/patches, putting in separate files the patches applied
    in previous NMUs (deactivated some of them because they no longer apply
    and/or are incomplete, until I figure out what to do with them; reopens:
    #272037, #264365).

  * Update download URL in debian/copyright.

  * Bumped Standards-Version to 3.6.2 (no changes required).

 -- Adeodato Simó <dato@net.com.org.es>  Wed, 07 Dec 2005 06:21:02 +0100

vorbis-tools (1.0.1-1.5) unstable; urgency=low

  * Non-maintainer upload during BSP.

  * Make package installable again by rebuilding against new FLAC libraries.
    (Closes: #325955)

  * As requested by upstream, include patch to fix playing from a pipe.
    (Closes: #237187)

    [Patch in debian/patches/play-from-pipe.diff, but present in the .diff.gz
     because debian/rules does not apply debian/patches/*.]

 -- Adeodato Simó <asp16@alu.ua.es>  Sun, 04 Sep 2005 05:41:42 +0200

vorbis-tools (1.0.1-1.4) unstable; urgency=low

  * Authorized NMU.

  * Restore speex support (closes: #306809). This had been lost in the
    previous upload due to speex 1.1 having moved its include files from
    /usr/include to /usr/include/speex.

    + debian/rules: add -I/usr/include/speex to CFLAGS (and export it too).

 -- Adeodato Simó <asp16@alu.ua.es>  Sat, 04 Jun 2005 02:13:03 +0200

vorbis-tools (1.0.1-1.3) unstable; urgency=low

  * Authorized NMU.
  * Modified alsa to mention alsa09 (although the device might be nowadays
    alsa, back, since alsa1.0 has been already released). (Closes: #258286)
  * Modified the manpage/help message for vorbiscomment to make it a bit more
    userfiendly: Closes: #252531.
  * Added oggdec to the long description field, so that it triggers apt-cache
    searches: Closes: #274894.
  * Typos in manpages: Closes: #302150.
  * Escaped dashes in manpage: Closes: #264365.
  * Quiet option is actually with -Q, not -q (Closes: #211289) Reported
    upstream but patched for Debian.
  * Change input.wav with inputfile, since we accept flac-formated files:
    Closes: #262509.
  * Translation bits:
    * Updated translation hu.po: Closes: #272037.
    * French translation correction: Encodage -> Codage (Closes: #248431).
    * debian/rules: remove .gmo's to avoid clash with uploaded tarball.

 -- Jesus Climent <jesus.climent@hispalinux.es>  Sun, 10 Apr 2005 09:22:24 +0000

vorbis-tools (1.0.1-1.2) unstable; urgency=medium

  * Non-maintainer upload.
  * [debian/control] Versioned build dependency on liboggflac-dev so as to
    guarantee the binary packages no longer depend on libflac4 and are thus
    installable again in sid. (Closes: #289291, #289313)

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sun,  9 Jan 2005 12:20:44 +0100

vorbis-tools (1.0.1-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Switched to libcurl3-dev (closes: #260207).

 -- Domenico Andreoli <cavok@debian.org>  Wed, 22 Dec 2004 18:57:26 +0100

vorbis-tools (1.0.1-1) unstable; urgency=low

  * New upstream.
  * Include ogg123rc-example. (Closes: #187204)
  * Add application/ogg to vorbis-tools.mime. (Closes: #204883)

 -- Christopher L Cheney <ccheney@debian.org>  Wed, 10 Dec 2003 22:00:00 -0600

vorbis-tools (1.0.0-2) unstable; urgency=low

  * Rebuild against new libvorbis0a package.
  * GNU config automated update: config.sub (20020621 to 20030103),
    config.guess (20020529 to 20030110)

 -- Christopher L Cheney <ccheney@debian.org>  Sat,  8 Mar 2003 13:30:00 -0600

vorbis-tools (1.0.0-1) unstable; urgency=low

  * New upstream.
    (Closes:  #88450, #109241, #111565, #127184, #127688, #127730, #127734,
    #127999, #130021, #136663, #136664, #140909, #146271, #146314)

 -- Christopher L Cheney <ccheney@debian.org>  Fri, 19 Jul 2002 09:00:00 -0500

vorbis-tools (1.0rc3-1) unstable; urgency=low

  * New upstream. (Closes: #90852, #103707, #104366, #107898, #108803,
    #113855, #114730, #115859, #117091)
  * added autotools target (config.* updater) to rules

 -- Christopher L Cheney <ccheney@debian.org>  Mon, 24 Dec 2001 11:00:00 -0600

vorbis-tools (1.0rc2-1) unstable; urgency=low

  * New upstream. (Closes: #98059, #99050)
  * Build with empty diff.gz to fix bug. (Closes: #104473)

 -- Christopher L Cheney <ccheney@debian.org>  Mon, 13 Aug 2001 00:00:00 -0500

vorbis-tools (1.0rc1-1) unstable; urgency=low

  * New upstream. (Closes: #87697, #87907, #98937)
  * Fixed versioned depends. (Closes: #88561, #89772)
  * Changed clean method to distclean. (Closes: #96775)
  * Updated description. (Closes: #88573)
  * debian dir is maintained in upstream cvs. (Closes: #96773)
  * Updated manpage for upstream. (Closes: #90873, #92229)
  * Applied patch for randomize ogg123 for upstream (Closes: #84336, #98945)
  * # appears to just work in ogg123rc so it must be fixed (Closes: #87398)

 -- Christopher L Cheney <ccheney@debian.org>  Sun, 17 Jun 2001 20:00:00 -0500

vorbis-tools (1.0beta4-1) unstable; urgency=low

  * New upstream.
  * Fix for multi open /dev/dsp (closes: #81146)
  * devfs bug fixed (closes: #81621)

 -- Christopher L Cheney <ccheney@debian.org>  Mon, 26 Feb 2001 08:00:00 -0600

vorbis-tools (1.0beta3-3) unstable; urgency=low

  * Fixed Build-Depends version dependencies.
  * Updated to Standards-Version to 3.5.1.0

 -- Christopher L Cheney <ccheney@debian.org>  Sat, 17 Feb 2001 18:18:38 -0600

vorbis-tools (1.0beta3-2) unstable; urgency=low

  * Use abcde (closes: #70032)
  * Fixed (closes: #72381)
  * Corrected README.Debian (closes: #78803)

 -- Christopher L Cheney <ccheney@debian.org>  Sat,  3 Feb 2001 13:38:34 -0600

vorbis-tools (1.0beta3-1) unstable; urgency=low

  * Initial Release.

 -- Christopher L Cheney <ccheney@debian.org>  Tue, 31 Oct 2000 16:38:42 -0600
