gramofile (1.6-11build1) cosmic; urgency=medium

  * No-change rebuild for ncurses soname changes.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 03 May 2018 14:15:39 +0000

gramofile (1.6-11) unstable; urgency=medium

  * QA upload.
  * Bumped DH level to 10.
  * debian/control:
      - Bumped Standards-Version to 3.9.8.
      - Updated the Vcs-* fields to use https instead of http and git.
  * debian/copyright: updated the packaging copyright years.
  * debian/gramofile.docs: renamed to debian/docs.
  * debian/gramofile.install: renamed to debian/install.
  * debian/gramofile.manpages: renamed to debian/manpages.
  * debian/watch: bumped to version 4.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Fri, 30 Dec 2016 01:23:14 -0200

gramofile (1.6-10) unstable; urgency=medium

  * QA upload.
  * Migrations:
      - debian/copyright to 1.0 format.
      - DebSrc to 3.0.
      - DH level to 9.
      - New upstream homepage. (Closes: #645161, #786865)
  * debian/control:
      - Added the Homepage field.
      - Bumped Standards-Version to 3.9.6.
      - Removed unnecessary 'quilt' dependency from Build-Depends field.
  * debian/copyright: updated all information.
  * debian/gramofile.1: updated the upstream homepage. (Closes: #645161)
  * debian/patches/:
      - 95_add_GCC_hardening_and_fix_clean.patch: added to provide GCC
        hardening and to fix the clean process in upstream place.
      - 97_update_homepage.patch: update upstream homepage in some files
        distributed inside the package. (Closes: #645161)
  * debian/rules:
      - Added variable 'DEB_BUILD_MAINT_OPTIONS' to improve the GCC hardening.
      - Removed the unnecessary '--quilt' addon.
  * debian/watch: added.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Fri, 18 Dec 2015 22:38:30 -0200

gramofile (1.6-9) unstable; urgency=low

  [ Cyril Brulebois ]
  * QA upload.
  * Apply Gergely's patch from the BTS (changelog entry kept below for
    reference), with the following tweaks:
    - Stay with 1.0 format, 3.0 (quilt) makes my head hurt.
    - Use the quilt sequence, and add quilt to Build-Depends.
    - Move patches from debian/*.dpatch to debian/patches/*.patch.
  * Orphan the package, since it has been RC buggy for a while, and has
    seen no sign of maintainer action in a very long while.
  * Thanks to IRILL for sponsoring this BSP in Paris.

  [ Gergely Nagy ]
  * Converted the build system from yada to debhelper (Closes: #636885).
      + This resulted in converting to Format: 3.0 (quilt).
      + Standards-Version bumped to 3.9.2.
      + All patches quilt refreshed to apply cleanly.

 -- Cyril Brulebois <kibi@debian.org>  Fri, 17 Feb 2012 10:13:50 +0000

gramofile (1.6-8) unstable; urgency=medium

  * 91_rename_cdrecord_wodim.dpatch: Follow renaming of cdrecord to
    wodim in documentation and main menu.
  * debian/packages: Likewise for Suggests. Both changes thanks to
    Tobias Frost. Closes: #405101
  * debian/packages: Complies with version 3.7.2 of Debian policy.
  * debian/packages: Update address of the Free Software Foundation
    in the copyright notice.

 -- Daniel Kobras <kobras@debian.org>  Sat,  6 Jan 2007 15:06:48 +0100

gramofile (1.6-7) unstable; urgency=high

  * 40-fast-swap-and-buffer.dpatch: Lower optimisation level to the
    standard -O2. On arm, the assembler chokes on -O3.

 -- Daniel Kobras <kobras@debian.org>  Fri, 29 Apr 2005 13:20:02 +0200

gramofile (1.6-6) unstable; urgency=high

  * 20-no-busy-wait-after-rec: Do not busy-wait when showing summary
    screen with recording statistics. Closes: #283421
  * 20-long-vs-int.dpatch: Remove and merge with 70-endian-fixes to avoid
    conflicts.
  * 70-endian-fixes.dpatch: Fix several endian and word size bugs in
    the WAV and VOC import and export code. Closes: #292137
  * 80_fix_wav_length.dpatch: Report correct file size in wav header if
    recording was stopped prematurely.
  * 90_report_recording_errors.dpatch: Errors during recording are
    reported to the user now. Closes: #126389
  * debian/packages: Do not terminate build process if 'make clean'
    fails.

 -- Daniel Kobras <kobras@debian.org>  Tue,  1 Mar 2005 18:56:04 +0100

gramofile (1.6-5) unstable; urgency=low

  * 30-basename-fix.dpatch: Use POSIX implementation of basename(3) instead
    of semi-consciously using the GNU extension. Closes: #226585
  * debian/packages: Bump standards version.

 -- Daniel Kobras <kobras@debian.org>  Wed,  7 Jan 2004 19:21:48 +0100

gramofile (1.6-4) unstable; urgency=low

  * Versioned build dependency on fftw-dev. Fixes the single vs. double
    precision woes. Closes: #128781

 -- Daniel Kobras <kobras@debian.org>  Mon, 14 Jan 2002 11:55:28 +0100

gramofile (1.6-3) unstable; urgency=low

  * Recommends mctools-lite to allow use of xmixer. Closes: #112350
  * Moved bplay_gramo and brec_gramo to /usr/lib/gramofile--they are
    not intended for general use.
  * Added brief man page. Closes: #38408

 -- Daniel Kobras <kobras@debian.org>  Mon, 17 Sep 2001 20:43:46 +0200

gramofile (1.6-2) unstable; urgency=low

  * Changed yada build-sequence to kludge around weirdness in dpkg-shlibdeps.
    Fixes strange chown failure on some autobuilders. Closes: #96798
  * Added semi-official patches as suggested by upstream:
    - Don't use long for 32bit types.
    - Proper check for over-/underflow in sample values.
    - Quote file name in bplay calls.
    - Work around DSP_SYNC bug in some via audio drivers.
    - Silence GCC warnings.
    - Buffered reads and fast endianness swap.
    - Improved CM filter (needs fftw).

 -- Daniel Kobras <kobras@debian.org>  Fri,  8 Jun 2001 18:11:41 +0200

gramofile (1.6-1) unstable; urgency=low

  * New upstream version. Closes: #61375, #72562
  * Rebuilt with current ncurses. Closes: #93942
  * Added build dependency on libncurses5-dev. Closes: #84495
  * Rebuilt debian/rules with current yada. Uptodate standards version.
    Uses proper install path for docs and man pages. Closes: #91160, #91481
  * Removed obsolete semun fix.
  * Updated upstream download URL.
  * New maintainer.

 -- Daniel Kobras <kobras@debian.org>  Sun,  6 May 2001 16:33:11 +0200

gramofile (1.5-3) unstable; urgency=low

  * Fix bug 38943: define union semun if libc doesn't define it (as
    glibc2.1 doesn't).

 -- Charles Briscoe-Smith <cpbs@debian.org>  Thu, 10 Jun 1999 12:50:55 +0100

gramofile (1.5-2) unstable; urgency=low

  * Updated yada to v0.5.
  * Added undocumented symlinks for b{play,rec}_gramo and gramofile.

 -- Charles Briscoe-Smith <cpbs@debian.org>  Wed,  9 Jun 1999 11:41:16 +0100

gramofile (1.5-1) unstable; urgency=low

  * New upstream source.
  * Redid packaging using a preliminary version of YADA, a debian/rules
    generator.

 -- Charles Briscoe-Smith <cpbs@debian.org>  Fri, 26 Feb 1999 04:40:19 +0000

gramofile (1.4-1) unstable; urgency=low

  * First Debian version.

 -- Charles Briscoe-Smith <cpbs@debian.org>  Wed, 20 Jan 1999 14:30:32 +0000

