milkytracker (1.02.00+dfsg-1+deb10u1) buster; urgency=medium

  * CVE-2020-15569 (Closes: #964797)
  * CVE-2019-14464, CVE-2019-14496, CVE-2019-14497 (Closes: #933964)

 -- Moritz Mühlenhoff <jmm@debian.org>  Fri, 18 Sep 2020 20:30:05 +0200

milkytracker (1.02.00+dfsg-1) unstable; urgency=medium

  * New upstream version.

  * debian/patches:
    - Drop patches applied upstream.

 -- James Cowgill <jcowgill@debian.org>  Sun, 25 Feb 2018 10:15:54 +0000

milkytracker (1.01.00+dfsg-2) unstable; urgency=high

  [ Ondřej Nový ]
  * d/copyright: Use https protocol in Format field
  * d/control: Set Vcs-* to salsa.debian.org

  [ James Cowgill ]
  * debian/compat:
    - Use debhelper compat 11.
  * debian/control:
    - Set maintainer to debian-multimedia@l.d.o.
    - Set Rules-Requires-Root: no.
    - Bump standards to 4.1.3.
  * debian/patches:
    - Apply upstream patches to fix various buffer overflows.
      Thanks to Johannes Schultz (Closes: #890407)

 -- James Cowgill <jcowgill@debian.org>  Thu, 22 Feb 2018 23:47:13 +0000

milkytracker (1.01.00+dfsg-1) unstable; urgency=medium

  * New upstream version.

  * debian/copyright:
    - Move apple-permissive license to the bottom.
    - Update for 1.01.
  * debian/patches:
    - Refresh.
    - Add upstream patch to fix lhasa, zziplib detection.
  * debian/rules:
    - Install documentation into lowercase doc dir.

 -- James Cowgill <jcowgill@debian.org>  Mon, 31 Jul 2017 11:26:28 +0100

milkytracker (1.0.0+dfsg-2) unstable; urgency=medium

  * Upload to unstable.

  * debian/control:
    - Change Gürkan's surname to Myczko (at his request).
    - Bump standards to 4.0.0 (no changes required).

 -- James Cowgill <jcowgill@debian.org>  Sun, 18 Jun 2017 22:29:52 +0100

milkytracker (1.0.0+dfsg-1) experimental; urgency=medium

  * New upstream version.
    - Fixes FTBFS with GCC 7. (Closes: #853551)

  * debian/control:
    - Update new homepage.
    - Update various build dependencies for 1.0.0.
  * debian/compat:
    - Use debhelper compat 10.
  * debian/copyright:
    - Update copyright information for 1.0.0.
    - Exclude non-free music samples from source tarball.
  * debian/patches:
    - Drop all existing patches (obsolete in 1.0.0).
    - Add patch to prevent installing non-free music samples.

 -- James Cowgill <jcowgill@debian.org>  Thu, 13 Apr 2017 23:43:29 +0100

milkytracker (0.90.86+dfsg-2) unstable; urgency=medium

  * debian/patches/02_debundle-rtmidi.patch:
    - Update patch to detect rtmidi with pkg-config. (Closes: #828957)

 -- James Cowgill <jcowgill@debian.org>  Wed, 29 Jun 2016 17:39:37 +0100

milkytracker (0.90.86+dfsg-1) unstable; urgency=medium

  * New upstream version. (Closes: #777424)
    - Fixes bugs reported by Jindřich Makovička. (Closes: #628235)
  * Remove milkyplay. (Closes: #716566, #818742, LP: #1019517)
    - The code is Debian specific, unmaintained, and broken since 2012.

  * debian/control:
    - Set the Multimedia Team as the maintainer, and Gürkan as an uploader.
    - Add myself to the list of uploaders.
    - Bump standards to 3.9.8.
    - Add Vcs-* fields.
  * debian/copyright:
    - Rewrite in machine readable format.
  * debian/doc-base:
    - Register MilkyTracker manual with doc-base.
  * debian/install:
    - Use dh-exec to rename milkytracker icon.
    - Install icon into correct directory.
  * debian/menu:
    - Remove per TC decision. (See: #741573)
  * debian/patches:
    - Drop all original patches - applied upstream.
    - 01_add-alsalibs: Link against alsa to fix linker errors.
    - 02_debundle-rtmidi: Build against system rtmidi.
    - 03_debundle-zziplib: Build against system zziplib. The code which FTBFS
      using gcc-6 is no longer used after this patch. (Closes: #811897)
    - 04_use-lhasa: The shipped copy of lha is under a non-free license, so
      port the lha decompession code to use the free lhasa library.
  * debian/rules:
    - Switch to debhelper 9 and use dh.
    - Enable all hardening options.
    - Enable parallel build.
  * debian/watch:
    - Add a watch file.

 -- James Cowgill <jcowgill@debian.org>  Sat, 07 May 2016 13:27:37 +0100

milkytracker (0.90.85+dfsg-2.2) unstable; urgency=low

  * Non-maintainer upload.
  * Fix "ftbfs with GCC-4.7": add missing include to
    debian/milkyplay/milkyplay.cpp. (Closes: #667277)
  * Fix "FTBFS: ./zzip_file.h:34:18: fatal error: zlib.h: No such file
    or directory": add build dependency on zlib1g-dev.
    (Closes: #669432)
  * Add build dependency on libasound2-dev [linux-any] (dropped by
    libsdl1.2-dev).

 -- gregor herrmann <gregoa@debian.org>  Tue, 08 May 2012 17:57:06 +0200

milkytracker (0.90.85+dfsg-2.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix "FTBFS": add patch ftbfs-gzip.patch from Arch Linux, found by Paul
    Wise. (Closes: #661906)

 -- gregor herrmann <gregoa@debian.org>  Sun, 18 Mar 2012 14:18:55 +0100

milkytracker (0.90.85+dfsg-2) unstable; urgency=low

  * Apply 64bit_freebsd_fix.patch from homepage. (Closes: #626627)

 -- Gürkan Sengün <gurkan@phys.ethz.ch>  Mon, 23 May 2011 12:03:06 +0200

milkytracker (0.90.85+dfsg-1) unstable; urgency=low

  * New upstream version.
  * Repackaged without platforms.
  * debian/copyright: Updated copyright details and homepage address.
  * debian/control: Updated homepage address.
  * Added libzzip-dev to debian/control build depends.
  * Bump standards version to 3.9.2.
  * Bump debhelper version to 8.
  * Added debian/source/format.

 -- Gürkan Sengün <gurkan@phys.ethz.ch>  Wed, 04 May 2011 11:28:45 +0100

milkytracker (0.90.80+dfsg-2) unstable; urgency=low

  * Apply patch to fix libjack loading bug. (Closes: #498900)
    Thanks <khades.ru@gmail.com> for pointing me to it.
  * Bump standards version.
  * Bump debhelper version.
  * Update debian/copyright formatting.
  * debian/rules: drop dh_desktop call.

 -- Gürkan Sengün <gurkan@phys.ethz.ch>  Tue, 13 Oct 2009 07:27:39 +0200

milkytracker (0.90.80+dfsg-1) unstable; urgency=low

  * Initial release. (Closes: #467430)
  * Repackaged without platforms.
  * Added desktop file.

 -- Gürkan Sengün <gurkan@phys.ethz.ch>  Tue, 26 Feb 2008 09:29:43 +0100