123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383 |
- lmms (@VERSION@) unstable; urgency=low
- * Upstream integration.
- * Drop Debian menu entry (policy 9.6).
- -- Javier Serrano Polo <javier@jasp.net> Sat, 03 Nov 2018 02:43:42 +0100
- lmms (1.1.3-8) unstable; urgency=low
- * Fix build (Closes: #897806).
- * Allow recommendations (Closes: #891756).
- -- Javier Serrano Polo <javier@jasp.net> Sat, 13 Oct 2018 17:05:54 +0200
- lmms (1.1.3-7.1) unstable; urgency=high
- * Non-maintainer upload.
- [ Javier Serrano Polo ]
- * Fix build with Clang.
- * Fix build with GCC 7 (Closes: #853527).
- [ Boyuan Yang ]
- * Remove Patrick Winnertz from uploaders list. (Closes: #867759)
- Thank you for your previous contributions!
- -- Boyuan Yang <073plan@gmail.com> Sat, 10 Mar 2018 11:32:05 +0800
- lmms (1.1.3-7) unstable; urgency=low
- [ Javier Serrano Polo ]
- * Separate flags for WINE_BUILD_FLAGS to fix build problem on i386.
- -- Petter Reinholdtsen <pere@debian.org> Mon, 26 Dec 2016 07:36:54 +0000
- lmms (1.1.3-6) unstable; urgency=low
- [ Javier Serrano Polo ]
- * Build with install RUNPATH (reproducibility).
- -- Petter Reinholdtsen <pere@debian.org> Sun, 25 Dec 2016 09:38:53 +0000
- lmms (1.1.3-5) unstable; urgency=medium
- [ Javier Serrano Polo ]
- * Add Wine stable path to PATH, otherwise wine package would be required.
- * Sort plug-in embedded resources (reproducibility).
- * Define NDEBUG instead of setting build type to honor optimization choice.
- -- Javier Serrano Polo <javier@jasp.net> Sat, 03 Sep 2016 17:31:05 +0200
- lmms (1.1.3-4) unstable; urgency=medium
- [ Javier Serrano Polo ]
- * Sort lists generated from globbing expressions (reproducibility).
- * Fixed upgrade that installs recommended packages (Closes: #827039).
- * Dropped unused build dependencies.
- * Dropped workaround for #824715, wineg++ is fixed.
- * Added contributors.
- * Honor CONTRIBUTORS override.
- * Replace __FILE__ (reproducibility).
- * Use build type "Release" (reproducibility).
- -- Javier Serrano Polo <javier@jasp.net> Wed, 08 Jun 2016 01:25:37 +0200
- lmms (1.1.3-3) unstable; urgency=medium
- [ Javier Serrano Polo ]
- * Dropped Wine path from PATH.
- * Fixed lmms-common upgrade (Closes: #825287).
- * Hide vocoder plug-in, it is now in swh-plugins (Closes: #826110).
- * Added workaround for #824715 (Closes: #825286).
- -- Petter Reinholdtsen <pere@debian.org> Fri, 03 Jun 2016 08:51:31 +0000
- lmms (1.1.3-2) unstable; urgency=medium
- [ Javier Serrano Polo ]
- * Enabled vst plugin on i386 and amd64 (Closes: #763720).
- * Made Calf and vocoder plugins available to other programs (Closes: #758888).
- * Fixed version of metalish_dong01.ogg (Closes: #802588).
- * Bumped Standards-Version to 3.9.7. Doxygen documentation is not very useful.
- * Upgraded to Standards-Version 3.9.8. Ship icons in the default hicolor icon
- theme directories.
- * Use presets from zynaddsubfx-data.
- * Fixed build problems with GCC 6 (Closes: #811697).
- * Switch to PulseAudio back end on likely ALSA interception (Closes: #781479).
- * Updated copyright information.
- * Removed non-free projects.
- -- Petter Reinholdtsen <pere@debian.org> Wed, 18 May 2016 09:09:23 +0000
- lmms (1.1.3-1) unstable; urgency=low
- * New upstream version 1.1.3 (Closes: #788457).
- - Drop well-defined-loop.patch, included upstream.
- * Add config for git-buildpackage to use pristine-tar all the time.
- * Change homepage url to new http://lmms.io/.
- * Added fluid as build-depend.
- * New patch find-fluid.patch to find the fluid binary in unstable.
- * New patch gcc5.patch to get the code building with gcc 5 in
- unstable (Closes: #777989).
- * Added man-page-adjustment.patch to fix manpage formatting of AUTHOR
- block. Discovered thanks to lintian.
- -- Petter Reinholdtsen <pere@debian.org> Mon, 21 Sep 2015 13:54:02 +0200
- lmms (1.0.3-5) unstable; urgency=low
- * Make lmms replace and break lmms-common (<< 1.0.0-1) to handle the
- fact that /usr/share/menu/lmms moved from lmms-common to lmms in
- this version (Closes: #765970).
- -- Petter Reinholdtsen <pere@debian.org> Sun, 19 Oct 2014 23:43:08 +0200
- lmms (1.0.3-4) unstable; urgency=low
- * Correct watch file to reflect '-src' part of upstream tarball.
- * New desktop-argument.patch to let desktops know how to pass files to
- lmms. Thanks to lintian for noticing the bug.
- * Revert change to enable the vsl plugin in version 1.0.3-3, as it did
- not work. Reopen bug #763720.
- -- Petter Reinholdtsen <pere@debian.org> Wed, 08 Oct 2014 19:21:53 +0200
- lmms (1.0.3-3) unstable; urgency=medium
- * Try to get vsl plugin working on i386 by build depending on libwine-dev
- and wine32-dev-tools (Closes: #763720). Unable to get it working on
- amd64.
- -- Petter Reinholdtsen <pere@debian.org> Tue, 07 Oct 2014 12:13:16 +0200
- lmms (1.0.3-2) unstable; urgency=medium
- * Change build rule to only enable ALSA support on Linux (Closes: #754718).
- Patch from Steven Chamberlain with input from Guillem Jover.
- * Drop libwine-dev build dependency to avoid build failure in the
- vst plugin. It should be enabled when we figure out how to do it.
- -- Petter Reinholdtsen <pere@debian.org> Thu, 02 Oct 2014 08:19:53 +0200
- lmms (1.0.3-1) unstable; urgency=low
- * Move package into Debian Edu git repository and add myself as
- co-maintainer.
- * Update to upstream version 1.0.3.
- * Correct build dependency on i386, use libwine-dev instead of the now
- obsolete wine-dev (Closes: #748183).
- * Update Standards-Version from 3.9.5 to 3.9.6.
- * Add new well-defined-loop.patch to fix compile error triggered by
- undefined loop behaviour (Closes: #753177).
- -- Petter Reinholdtsen <pere@debian.org> Wed, 01 Oct 2014 23:00:19 +0200
- lmms (1.0.0-1) unstable; urgency=low
- * New upstream version (Closes: #703900, #735764, #696271)
- * Using a wraped-style control (Closes: #689347)
- * Don't suggest vcf as it no longer exists (since a long time)
- (Closes: #618350)
- * Problems with jack backend were fixed long ago (Closes: #557421)
- * No depends/recommends on wine anymore (Closes: #622215, #622080)
- -- Patrick Winnertz <winnie@debian.org> Thu, 24 Apr 2014 22:30:17 +0200
- lmms (0.4.10-2.3) unstable; urgency=low
- * Non maintainer upload.
- * Remove wine-related dependencies on amd64, thereby disabling building
- VST plugin. (Closes: #676760)
- -- Hilko Bengen <bengen@debian.org> Wed, 27 Jun 2012 23:14:40 +0200
- lmms (0.4.10-2.2) unstable; urgency=low
- * Non maintainer upload.
- * Fix build failure with GCC 4.7. Closes: #667265.
- * Turn on verbose build.
- -- Matthias Klose <doko@debian.org> Tue, 17 Apr 2012 14:08:53 +0200
- lmms (0.4.10-2.1) unstable; urgency=low
- * Non-maintainer upload.
- * Fix FTBFS on GNU/kFreeBSD. Thanks Pino Toscano. (Closes: #641064)
- -- Robert Millan <rmh@debian.org> Fri, 27 Apr 2012 22:55:55 +0200
- lmms (0.4.10-2) unstable; urgency=low
- * Removed build-dep on libestools2.0-dev (Closes: #614975)
- -- Patrick Winnertz <winnie@debian.org> Fri, 11 Mar 2011 09:37:43 +0100
- lmms (0.4.10-1) unstable; urgency=low
- * Imported Upstream version 0.4.10
- * changed mode of patch
- * Add source/format with 3.0 (quilt) and rearrange source a bit
- * Bump standarts version to 3.9.1 - no further changes needed
- -- Patrick Winnertz <winnie@debian.org> Fri, 11 Feb 2011 20:03:06 +0100
- lmms (0.4.7-2) unstable; urgency=low
- [ Reinhard Tartler ]
- * Depend on wine only on i386 and amd64 (Closes: #590950)
- [ Patrick Winnertz ]
- * Uploading patch from siretart, thanks for helping.
- -- Patrick Winnertz <winnie@debian.org> Mon, 02 Aug 2010 10:13:28 +0200
- lmms (0.4.7-1) unstable; urgency=low
- * New upstream version
- -- Patrick Winnertz <winnie@debian.org> Thu, 29 Jul 2010 16:24:00 +0200
- lmms (0.4.6-2) unstable; urgency=low
- * Build-depend on libestools2.0-dev (Closes: #589882)
- -- Patrick Winnertz <winnie@debian.org> Wed, 28 Jul 2010 11:55:16 +0200
- lmms (0.4.6-1) unstable; urgency=low
- * New upstream version (Closes: #565733)
- * Bumped standards version to 3.8.3, no further changes needed
- -- Patrick Winnertz <winnie@debian.org> Sun, 24 Jan 2010 16:40:39 +0100
- lmms (0.4.5-1) unstable; urgency=low
- * New upstream version (Closes: #543645)
- * Fix FTBFS on amd64 (Closes: #540671 #543017)
- -- Patrick Winnertz <winnie@debian.org> Fri, 11 Sep 2009 09:56:45 +0200
- lmms (0.4.4-1) unstable; urgency=low
- * New upstream version (Closes: #511363)
- * Provide menu file (Closes: #514905)
- - The menufile is included in lmms-common and not in lmms
- as it is not arch specific
- * Bumped standards version to 3.8.2 no further changes needed
- -- Patrick Winnertz <winnie@debian.org> Wed, 05 Aug 2009 20:46:40 +0200
- lmms (0.3.2-1) unstable; urgency=low
- * Decrease wine dependency to wine-bin as suggested. (Closes: #446163)
- * Acknowlegded NMU from Pierre Habouzit <madcoder@debian.org> in order to
- fix FTBFS with gcc-4.3 which (Closes: #462202)
- * Now including the singerbot plugin. (Closes: #443224)
- * Add patch to prevent lmms from crashing.
- -- Patrick Winnertz <winnie@debian.org> Mon, 17 Mar 2008 10:56:12 +0100
- lmms (0.3.1-1.1) unstable; urgency=low
- * Non-maintainer upload.
- * Add g++-4.3.patch to fix g++-4.3 FTBFS (Closes: 462202).
- -- Pierre Habouzit <madcoder@debian.org> Sun, 16 Mar 2008 23:21:56 +0000
- lmms (0.3.1-1) unstable; urgency=low
- * Packaging new upstream release.
- * Install Upstream Changelog (Closes: #441477)
- Thanks to Felipe Sateler
- * Lowered the caps dependency to Recommends (Closes: #446163)
- * Added -i/-a to the build targets in rules in order to make sure that only
- (in)dep packages are build.
- * Changed my maintainer address
- * Added patch to remove stereo_enhancer plugin which has a ftbfs with gcc
- 4.2.3
- * Added imagemagick as build-dep since we have to convert a .png to a .xpm
- via convert
- * Doesn't install upstreams menu file, since it's outdated.. instead use
- our own.
- * Standard-Version bump to 3.7.3
- * Remove Homepage field from Description and create a own Header
- * Added postinst and postrm for lmms-common to call update-menu if available
- (this has to be done manually, since we doesn't use dh_installmenu to install
- the menu file)
- -- Patrick Winnertz <winnie@debian.org> Thu, 06 Dec 2007 07:08:04 +0100
- lmms (0.3.0-1) unstable; urgency=low
- [ Tobias Doerffel ]
- * New upstream release. (Closes: #439301)
- * Removed patch from Thomas Girard as upstream merged changes
- [ Patrick Winnertz ]
- * Moved manpage into correct package (lmms)
- * Removed manuall installation of Upstream Changelog, thanks to the power of
- debhelper ;-)
- * FTBFS with gcc 4.2 is fixed by upstream (Closes: #383295)
- * lmms has now a proper menu entry (Closes: #383406)
- * lmms depends now on the same version of lmms-common (Closes: #389037)
- * fixed by upstream: arpeggio status is now saved (Closes: #433262)
- * Added build-depends libqt3-i18n (Closes: #384406)
- * Added watch file for lmms (Closes: #439302)
- Thanks to Raphael Geissert
- * Improved copyright file
- * Doesn't build libsingerbot since it is experimental and doesn't work
- correct yet
- * Added several build-dependencys (libstk0-dev, libestools1.2-dev, ladspa-sdk,
- libflac-dev, libwine-dev [i386], libqt3-i18n, libasound2-dev,
- festival-dev, dpatch )
- * Take over this package from Florian Ragwitz, so set myself as maintainer
- * Add a depends on a specific version of lmms-common
- * Added several new dependencys to lmms
- * Improved description of lmms and lmms-common
- * Die on errors of clean, but don't die if the makefile doesn't exist
- * Added watch file
- -- Patrick Winnertz <patrick.winnertz@skolelinux.org> Fri, 24 Aug 2007 08:23:34 +0200
- lmms (0.2.1-1.1) unstable; urgency=high
- * Non-maintainer Upload
- * Add Patch by Thomas Girard for segfault right after
- lmms starting up (Closes: 382491)
- -- Michael Ablassmeier <abi@debian.org> Tue, 5 Sep 2006 12:00:40 +0200
- lmms (0.2.1-1) unstable; urgency=low
- * New upstream release.
- * Bump up Standards-Version to 3.7.2 (no changes).
- * Use DH_COMPAT 5.
- -- Florian Ragwitz <rafl@debian.org> Sun, 13 Aug 2006 14:40:13 +0200
- lmms (0.1.4-1) unstable; urgency=low
- * New upstream release.
- -- Florian Ragwitz <rafl@debian.org> Sat, 4 Feb 2006 07:16:47 +0100
- lmms (0.1.3-1) unstable; urgency=low
- * New upstream release.
- * debian/lmms.1 was included by upstream. Removed it from debian/.
- * Install lmms.1 in lmms-common instead of lmms to safe some mirror space.
- * Added a lintian override for the above, as lintian is not smart enough to
- check for manpages in other packages from the same source package on which
- a package with a missing manpage depends.
- -- Florian Ragwitz <rafl@debian.org> Wed, 1 Feb 2006 18:28:42 +0100
- lmms (0.1.2-1) unstable; urgency=low
- * New upstream release.
- -- Florian Ragwitz <rafl@debian.org> Thu, 22 Dec 2005 16:22:50 +0100
- lmms (0.1.1-2) unstable; urgency=low
- * lmms-common doesn't depend on lmms anymore to remove a circular
- dependencies (Closes: #339906).
- -- Florian Ragwitz <rafl@debian.org> Sun, 20 Nov 2005 12:27:08 +0100
- lmms (0.1.1-1) unstable; urgency=low
- * New upstream release.
- * Changed Maintainer address.
- * Added libjack-dev to Build-Depends.
- -- Florian Ragwitz <rafl@debian.org> Mon, 31 Oct 2005 10:48:36 +0100
- lmms (0.0.9+0.1.0rc1-1) unstable; urgency=low
- * Initial Release (Closes: #315976).
- -- Florian Ragwitz <rafl@debianforum.de> Fri, 22 Jul 2005 16:33:17 +0200
|