1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
|
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
|