jack-capture (0.9.73+20211221-0librazik1) bullseye; urgency=medium

  * Reconstruction avec pbuilder pour LibraZiK-4.
  * debian/control :
    - description :
      + mise à jour du lien vers la documentation.
      + passage à 2021.
  * debian/copyright :
    - passage à 2021.
  * debian/patches/01-fix_hardening.patch :
    - mise à jour de la rustine (à la main).

 -- Olivier Humbert <trebmuh@tuxfamily.org>  Tue, 21 Dec 2021 18:44:45 +0100

jack-capture (0.9.73+20190930-0librazik1) buster; urgency=medium

  * Reconstruction avec pbuilder pour LibraZiK-3.
    - à partir du git master f26c128
      (voir https://github.com/kmatheussen/jack_capture ).
  * debian/patches/series :
    - désactivation de la rustine "1000-GUI_FR_translation.patch".
  * debian/jack_capture.1 :
    - mise à jour avec la nouvelle option "-jn".

 -- Olivier Humbert <trebmuh@tuxfamily.org>  Mon, 30 Sep 2019 01:21:06 +0200

jack-capture (0.9.73-3librazik1) buster; urgency=medium

  * Reconstruction avec pbuilder pour LibraZiK-3.
    - fusion avec le paquet de LZK-2 précédent.
  * debian/control :
    - (re-)mise à jour de "Maintainer" et de "Uploaders" en conformité avec
      "debian-policy 5.6.2 and 5.6.3".
    - dépendance de construction :
      + (re-)passage de "libjack-dev | libjack-jackd2-dev" à
        "libjack-jackd2-dev | libjack-dev".
    - vérification de la validité du lien "Homepage". OK.
    - description :
      + (ré-)ajout d'une mention au projet LibraZiK.
      + (ré-)ajout d'un lien vers la page de documentation.
      + adaptation pour LZK-3.
      + passage à 2019.
  * debian/copyright :
    - (ré-)ajout de moi-même à la section copyright de l'empaquetage debian.
    - passage à 2019.
    - vérification de la validité du lien de téléchargement. OK.
    - http -> https.
  * debian/jack_capture_gui.xpm :
    - (ré-)ajout du fichier (créé avec GIMP).
  * debian/jack_capture_gui.desktop :
    - (ré-)ajout du fichier.
  * debian/install :
    - (re-)mise en place de l'installation du fichier desktop et de l'icône.
  * debian/patches/1000-GUI_FR_translation.patch :
    - (ré-)ajout de la rustine (à la main).
  * debian/patches/series :
    - (ré-)ajout de la rustine "1000-GUI_FR_translation.patch" (à la main).
  * debian/watch :
    - http -> https.

 -- Olivier Humbert <trebmuh@tuxfamily.org>  Sun, 29 Sep 2019 23:56:39 +0200

jack-capture (0.9.73-3) unstable; urgency=medium

  * Team upload.
  * Bump Standards-Version to 4.1.0, no changes needed.
  * Drop Build-dependency on binutils.  Closes: #873159
    binutils is already pulled in by build-essential, and specifying it
    explicitly prevents proper resolution of cross build dependencies.

 -- Mattia Rizzolo <mattia@debian.org>  Fri, 25 Aug 2017 09:38:13 +0200

jack-capture (0.9.73-2) unstable; urgency=medium

  * Fix build on mips and mipsel.
    Thanks to James Cowgill.

 -- Jaromír Mikeš <mira.mikes@seznam.cz>  Tue, 27 Jun 2017 14:22:21 +0200

jack-capture (0.9.73-1) unstable; urgency=medium

  * New upstream version 0.9.73
  * Bump Standards.
  * Update copyright file.
  * Patches deleted/refreshed.
  * Avoid useless linking.

 -- Jaromír Mikeš <mira.mikes@seznam.cz>  Mon, 26 Jun 2017 09:32:58 +0200

jack-capture (0.9.71-2) unstable; urgency=medium

  [ Jaromír Mikeš ]
  * Little fix in changelog
  * Pass CPPFLAGS first.
  * Set dh 10.
  * Update copyright file.
  * Sign tags.
  * Bump Standards.
  * Fix VCS fields.
  * Fix some hardening.
  * Add spelling patch.
  * Patches forwarded.

  [ Alessio Treglia ]
  * Remove myself from the Uploaders field.

 -- Jaromír Mikeš <mira.mikes@seznam.cz>  Thu, 22 Dec 2016 14:12:19 +0100

jack-capture (0.9.71-1) unstable; urgency=low

  * New upstream release.
  * Set dh/compat 9
  * Added patch to fix FTBS with compat 9.
    Thanks to Sebastian Ramacher <sramacher@debian.org>.
  * Added patch to fix hardening.
  * Removed unused patch.
  * Patches forwarded.
  * Tune gitignore file to handle rather dir.

 -- Jaromír Mikeš <mira.mikes@seznam.cz>  Mon, 19 Aug 2013 13:45:32 +0200

jack-capture (0.9.70-1) unstable; urgency=low

  * New upstream release:
    - notify user about jack x-runs that occurred during
      recording (Robin Gareus)
    - Include timemachine documentation in README file
  * Refresh patches.
  * Remove DM-Upload-Allowed field, not needed anymore.
  * Fix Vcs fields.
  * Bump Standards.

 -- Alessio Treglia <alessio@debian.org>  Tue, 15 Jan 2013 12:51:28 +0000

jack-capture (0.9.69-1) unstable; urgency=low

  * New upstream release:
    - Timemachine mode. Make jack_capture work like Steve Harries'
      timemachine recorderEnable with the -tm / --timemachine option.
      Set prebuffer time with the -tmpb / --timemachine-prebuffer option.
    - OSC methods to control time-machine mode. (Robin Gareus)
    - Check if the call to sem_wait failed. Do not stop recording if so.
    - Fix reset-colour. (Robin Gareus)
    - Use jack_free to free port name array, not free.
  * debian/gbp.conf
    - Don't sign tags.
  * wrap-and-sort -a -s
  * Drop 01-makefile-prefix.patch, no longer needed.
  * Set PREFIX in debian/rules.

 -- Alessio Treglia <alessio@debian.org>  Tue, 31 Jul 2012 22:43:37 +0200

jack-capture (0.9.67-1) unstable; urgency=low

  * New upstream release.
  * Bump Standards.
  * wrap-and-sort -a -s
  * Copyright updated to format 1.0
  * Add lame as build dependency.
  * Add liblo as build dependency.

 -- Jaromír Mikeš <mira.mikes@seznam.cz>  Wed, 30 May 2012 15:24:22 +0200

jack-capture (0.9.61-1) unstable; urgency=low

  * New upstream release.
  * Remove 04-freewheel_mode_fix.patch as it's applied upstream, refresh
    the remaining patches.
  * Add Homepage field.
  * Bump Standards-Version.
  * Update debian/copyright.

 -- Alessio Treglia <alessio@debian.org>  Mon, 14 Nov 2011 05:49:32 +0100

jack-capture (0.9.57-2) unstable; urgency=low

  * Add debian/patches/04-freewheel_mode_fix.patch patch to fix
    recording when in freewheel mode; thanks to Filipe Lopes for the
    patch!
  * Update debian/copyright to DEP-5 rev162.

 -- Alessio Treglia <alessio@debian.org>  Thu, 27 Jan 2011 00:11:49 +0100

jack-capture (0.9.57-1) unstable; urgency=low

  * New upstream release.
  * Refresh patches.
  * Drop 03-linking_order.patch, applied upstream.
  * Add patch to make jack_capture_gui work fine.
  * Add zenity on Suggests.
  * Install jack_capture_gui.
  * debian/patches/02-makefile-compile-option.patch: Apply $LDFLAGS if
    set.

 -- Alessio Treglia <alessio@debian.org>  Mon, 06 Dec 2010 11:01:14 +0100

jack-capture (0.9.56-2) unstable; urgency=low

  * Add patch to fix linking flags order to prevent the build failure
    with GCC 4.5.

 -- Alessio Treglia <alessio@debian.org>  Fri, 03 Dec 2010 12:15:04 +0100

jack-capture (0.9.56-1) unstable; urgency=low

  * New upstream release:
    - Fix for possible error when trying to connect to a non-existing port.
  * Refresh patches.
  * Update debian/gbp.conf.
  * Add local-options file.

 -- Alessio Treglia <alessio@debian.org>  Thu, 14 Oct 2010 19:17:21 +0200

jack-capture (0.9.55-1) unstable; urgency=low

  [ Jaromír Mikeš ]
  * Initial release (Closes: #590713).

  [ Adrian Knoth ]
  * Don't hardcode meterbridge path during compilation.

  [ Alessio Treglia ]
  * Improve debian/copyright.

 -- Jaromír Mikeš <mira.mikes@seznam.cz>  Tue, 27 Jul 2010 23:25:11 +0200
