Skip to content

Changelog bs1770gain (0.4.12-2build1)

2017

bs1770gain (0.4.12-2build1) bionic; urgency=medium

   * No-change rebuild against libsox3

bs1770gain (0.4.12-2) unstable; urgency=low

   [ Matteo F. Vescovi ]
   * Fixed typo in manpage and added new 0001-Fix_typo_in_help_entry.patch
     fixing the same typo in the program help text.

2016

bs1770gain (0.4.12-1) unstable; urgency=medium

   * New upstream version 0.4.12.
   * Added simple manual page using txt2man.

bs1770gain (0.4.11-1) unstable; urgency=medium

   * New upstream version 0.4.11.

bs1770gain (0.4.10-1) unstable; urgency=medium

   * New upstream version 0.4.10.
     - Tell compiler to ignore obsolete symbols in ffmpeg (Closes: #831246).
   * Drop bs1770gain-dbg package in favor of autogenerated bs1770gain-dbgsym.
   * Updated Standards-Version from 3.9.7 to 3.9.8.

bs1770gain (0.4.9-1) unstable; urgency=medium

   * New upstream version 0.4.9.
     - Fixes build error with newer ffmpeg (Closes: #810563).
     - Fixes build error with GCC 6 (Closes: #811955).
   * Corrected d/watch to match new upstream file names.
   * Updated Standards-Version from 3.9.6 to 3.9.7.
   * Changed vcs links to more secure versions.

2015

bs1770gain (0.4.8-2) unstable; urgency=medium

   * Drop libavformat-ffmpeg-dev from build depends, as libavformat-dev
     from ffmpeg is available also from backports.

bs1770gain (0.4.8-1) unstable; urgency=medium

   * New upstream version 0.4.8.
   * Change order of avformat build dependency to prefer the ffmpeg
     version now the primary version in Debian unstable.

bs1770gain (0.4.7-2) unstable; urgency=medium

   * Fix build problem with the current ffmpeg dev packages.
     The libavformat-ffmpeg-dev package is gone, replaced by
     libavformat-dev.  Build-Depend on the new package and pick
     a version newer than the old non-ffmpeg libavformat-dev.
     (Closes: #801286)

bs1770gain (0.4.7-1) unstable; urgency=low

   * New upstream release 0.4.7.

bs1770gain (0.4.6-1) unstable; urgency=medium

   * New upstream version.
     - Fixes incorrect output on archs where
       clock_t is not long int (Closes: #790349).
     - New --xml output provides machine readable output (Closes: #789896).

bs1770gain (0.4.5-1) unstable; urgency=medium

   * New upstream release 0.4.5.
     - Removed obsolete 20-audio-decode-problem.diff and
       30-strict-cast-align.diff now included upstream.
   * Improve autopkg tests and run them at build time.  Build-depend
     on sox for this.

bs1770gain (0.4.4-1) unstable; urgency=medium

   * New upstream release 0.4.4.
     - Fixes problem with stuttering sound after transcoding
       (Closes: #789254).
     - Fixes build problem when char is unsigned (Closes: #789248).
     - Dropped 10-unsigned-char-archs.diff and refreshed
       20-audio-decode-problem.diff now included upstream.
     - Added 30-strict-cast-align.diff to ensure the build fail on
       architectures where -Wstrict-align give warning and fix the
       known cases after verifying they are safe (Closes: #789250).

bs1770gain (0.4.3-1) unstable; urgency=low

   * New upstream release 0.4.3 using autotools build rules.
     - Changed from LGPL 2.1+ to GPL 2+.  Updated copyright file to
       reflect this.
     - Drop no longer needed patches 10-autotools.diff and
       20-disable-dynload.diff.
     - Update debian copyright file to reflect the new GPL 2+ license.
   * Adjust autopkg test, to accept messages on stderr.
   * Adjust copyright format string to 1.0.  Thank you lintian for
     noticing.
   * Add watch file to track the upstream version.  Thank you Stuart
     Prescott for helping me with the URL.

bs1770gain (0.4.2-1) unstable; urgency=low

   * Initial release (Closes: #781026).
   * Add 10-autotools.diff to provide and use autotools based build
     system instead of the original one to avoid trying to download
     libraries from the net and use the system libraries instead.
   * Add 20-disable-dynload.diff to disable dynamic loading of shared
     libraries, and leave it to the linker at compile time.
   * Add autopkgtest script to check that the program is able to
     process a simple WAV file.