phasex (0.14.97-3) unstable; urgency=medium

  [ Gabor Karsay ]
  * Migrate to automatic debug package
  * Enable hardening: bindnow
  * Don't override dh_auto_test
  * Don't install copyright information twice, debian/copyright is enough
  * Add myself to uploaders
  * Bump compat to 11
    - Remove autoreconf
    - Remove --parallel
  * Update packaging copyright
  * Add keyword to .desktop file
  * Fix FTCBFS: fix build/host confusion.
    Thanks to Helmut Grohne for the patch (Closes: #902575)
  * Bump standards version to 4.1.5
    - Remove menu
    - Use https for Homepage and Vcs-fields
    - Use https in format field and for GPL link
    - set Rules-Requires-Root: no
  * Add patch to rename icons to match desktop file
  * Remove icon from debian folder, use renamed upstream icon

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org

  [ Felipe Sateler ]
  * Change maintainer address to debian-multimedia@lists.debian.org

 -- Gabor Karsay <gabor.karsay@gmx.at>  Sun, 29 Jul 2018 14:00:35 +0200

phasex (0.14.97-2) unstable; urgency=low

  * Upload to unstable.

 -- Alessio Treglia <alessio@debian.org>  Mon, 27 May 2013 05:23:04 +0200

phasex (0.14.97-1) experimental; urgency=low

  * New upstream release.
  * New upstream maintainer, update references.
  * debian/patches/11-dont_install_desktop_file.patch:
    - Patch misc/Makefile to avoid it relies on desktop-file-utils
      to handle the installtion of the launcher, we already install it
      with dh_install.
  * Add patch to prevent FTBFS in hardened builds.
  * Refresh 02-gcc_flags.patch, 03-binutils_gold.patch patches.
  * Remove 12-drop_lash.patch, applied upstream.
  * Enable optimizations on amd64.
  * Set debian/compat to 9.
  * Bump up debhelper requirements.
  * Enable parallel builds.
  * Update debian/copyright.
  * Fix Vcs fields.
  * Bump Standards.

 -- Alessio Treglia <alessio@debian.org>  Sat, 12 Jan 2013 20:03:58 +0000

phasex (0.12.0+m1-6) unstable; urgency=low

  * Replace hardcoded list of non-linux archs with
    linux-any (Closes: #634723).
  * Drop LASH support.

 -- Alessio Treglia <alessio@debian.org>  Mon, 02 Jan 2012 11:47:38 +0100

phasex (0.12.0+m1-5) unstable; urgency=low

  * Upload to unstable.

 -- Alessio Treglia <alessio@debian.org>  Tue, 31 May 2011 15:57:12 +0200

phasex (0.12.0+m1-4) experimental; urgency=low

  * Drop qjackctl from Recommends, add jackd on it.
  * Build against liblash-compat.
  * Bump Standards.

 -- Alessio Treglia <alessio@debian.org>  Sun, 24 Apr 2011 11:35:02 +0200

phasex (0.12.0+m1-3) unstable; urgency=low

  * Fixed portamento calculation with Osc's 'off' state and
    in 'MonoRetrig' mode.

 -- Alessio Treglia <alessio@debian.org>  Mon, 28 Feb 2011 12:21:32 +0100

phasex (0.12.0+m1-2) unstable; urgency=low

  * Upload to unstable.
  * Suggests on jack-keyboard | vkeybd.
  * Suggests on lashd.
  * Correct linking order to fix the build failure with the newest
    toolchain; thanks to Michael Bienia for the patch (LP: #677501).
  * Refresh 02-gcc_flags.patch patch.

 -- Alessio Treglia <alessio@debian.org>  Thu, 10 Feb 2011 12:40:37 +0100

phasex (0.12.0+m1-1) experimental; urgency=low

  * New upstream release:
    [ Anton Kormakov <assault64@gmail.com> ]
    - Milestone 1:
      + Added LASH support.
      + Added sustain pedal support.
      + Fixed behavior of NOTE_OFF in attack.
      + Fixed system GTK theme.
      + Added 'Panic' button.
      + Fixed behavior of polyphony limit.
      + Fixed ADSR calculation.
      + Fixed chorus interpolation.
      + 'Feedback' chorus and delay setting renamed to 'Feedback Mix'
      + Added DC blocking filter.
      + Fixed MIDI learn for BPM parameter.
      + Changed naming scheme of multiple instances.
      + Added -n (--name) option to set name of PHASEX instance.
    [ William Weston <weston@sysex.net> ]
    - 0.12.0:
      + Rebuilt configure.ac (now uses autoconf and automake properly).
      + Added --enable-32bit and --enable-cpu-power= options to configure.
      + Enabled gcc version checking for selecting optimization flags.
      + Updated phasex.desktop file and removed extra copy in phasex root.
      + Updated phasex.spec.in to work with new changes.
      + Added GTK engine detection and separated engine def from themes.
      + Adjusted themes and table layouts to allow one-page on 1024x768.
      + Added missing extern to variable prototypes in param.h.
      + Re-Added patch menu and added bank mem mode to it.
      + Moved MIDI channel from general section to patch box.
      + Moved patch->midi_channel to setting_midi_channel.
      + Added MIDI channel to command line options.
      + Fixed all GTK errors and warnings in file dialogs.
      + Added amp velocity control (yes, it's finally here).
      + Fixed smoothing algorithm for aftertouch sensitivity.
      + Changed default rt priorities for midi and engine to 89 and 88.
      + Added realtime sched policy setting (choice of SCHED_FIFO or SCHED_RR).
      + Fixed long-time-lurking patch name corruption bug.
      + Added hidden maximize setting (remember window state).
      + Fixed all phasex_shutdown() related segfaults.
      + Increased buffer periods from 1 to 2 (hardwired).
      + Fixed ringbuffer read in process_buffer() !!!
      + Added extra child logic to widget_set_custom_font().
      + Added extra child logic to widget_set_backing_store().
      + Fixed layout of controller update window and settings window.
      + Added support for patch names and program numbers on command line.
      + Included full text of GPLv2 in licensing screen.
      + Removed more depracated code bits.
      + Cleaned up comments/style/whitespace all over.
  * debian/control:
    - Build-Depends on liblash-dev to add LASH support.
    - Update Homepage field.
  * Update debian/watch file to point to the new download location.
  * Update debian/copyright file, new upstream's maintainer.

 -- Alessio Treglia <alessio@debian.org>  Fri, 19 Nov 2010 14:42:57 +0100

phasex (0.12.0~pre1-3) unstable; urgency=low

  * Drop --enable-arch=native, it tries to set -march=native flag.
  * Add patch to fix FTBFS on several architectures (Closes: #590273).
  * Use dh-autoreconf instead of autotools_dev add-on.

 -- Alessio Treglia <alessio@debian.org>  Tue, 27 Jul 2010 17:43:20 +0200

phasex (0.12.0~pre1-2) unstable; urgency=low

  * Pass --enable-arch=native to configure; attempt to fix #590273.
  * Bump Standards.

 -- Alessio Treglia <alessio@debian.org>  Mon, 26 Jul 2010 12:32:01 +0200

phasex (0.12.0~pre1-1) unstable; urgency=low

  * Initial release. (Closes: #520231).

 -- Alessio Treglia <alessio@debian.org>  Thu, 22 Jul 2010 11:20:05 +0200