af3b04f31ec5c5a64862e816e48d17730c14a9e1
[fmit.git] / debian / changelog
1 fmit (0.99.2-1) UNRELEASED; urgency=low
2
3   * New upstream version
4     - Drop jackd2 patch (fixed upstream)
5     - Now builds against Qt4 (Closes: #604517)
6
7  -- John Wright <jsw@debian.org>  Wed, 28 Dec 2011 16:54:54 -0800
8
9 fmit (0.97.7-3) unstable; urgency=low
10
11   * Change Build-Depends on fftw3-dev to libfftw3-dev, to avoid depending
12     on a virtual package
13   * Upgrade to "3.0 (quilt)" source format
14   * Update debhelper compatibility level to 7 and use dh
15   * Update Standards-Version to 3.8.4
16   * Correct build and runtime issues with jackd2.  Thanks to Adrian
17     Knoth for the patch. (Closes: #561415, #581276)
18   * debian/menu: Fix syntax errors (thanks, lintian)
19
20  -- John Wright <jsw@debian.org>  Mon, 17 May 2010 00:18:26 -0600
21
22 fmit (0.97.7-2.1) unstable; urgency=low
23
24   * Non-maintainer upload.
25   * Fix FTBFS on GNU/kFreeBSD (Closes: #542540):
26      - Add a <cstdlib> include (for exit) to src/main.cc.
27
28  -- Cyril Brulebois <kibi@debian.org>  Mon, 21 Dec 2009 09:36:33 +0100
29
30 fmit (0.97.7-2) unstable; urgency=low
31
32   * Update Standards-Version to 3.7.3 (no changes needed to be made)
33   * Promote XS-Vcs-* fields to Vcs-* fields, since they are now natively
34     supported by dpkg.
35   * Use a Homepage field instead of a pseudo-field in the Description
36   * Remove dpatch dependency and references in debian/rules (no upstream
37     patches right now, and when I need some, I'll probably be using quilt)
38   * Don't ignore a make clean error (check for the existance of Makefile
39     instead)
40
41  -- John Wright <jsw@debian.org>  Wed, 02 Jan 2008 13:29:01 -0700
42
43 fmit (0.97.7-1) unstable; urgency=low
44
45   * New upstream version
46
47  -- John Wright <jsw@debian.org>  Fri, 23 Nov 2007 13:56:36 -0700
48
49 fmit (0.97.6-3) unstable; urgency=low
50
51   * debian/control:
52     - Update my email address
53     - Update the XS-Vcs-* fields to indicate my new revision control system and
54       URIs
55     - Clarify the Description field a bit
56   * debian/rules:
57     - Add some hg cleanup stuff to the 'clean' target
58
59  -- John Wright <jsw@debian.org>  Tue, 18 Sep 2007 00:41:36 -0600
60
61 fmit (0.97.6-2) unstable; urgency=low
62
63   * New maintainer. (Closes: 429756)
64   * Allow building on platforms without ALSA, thanks to Cyril Brulebois.
65     (Closes: 414391)
66   * Add XS-Vcs-Svn and XS-Vcs-Browser fields.
67
68  -- John Wright <john@movingsucks.org>  Fri, 22 Jun 2007 17:03:48 +0100
69
70 fmit (0.97.6-1) unstable; urgency=low
71
72   * New upstream version. Closes: #421099.
73   * upstream-fix: Immediate segfault problem. Closes: #403567.
74   * debian/patches/01_Upstream_TODO.dpatch: Update for new TODO file.
75
76  -- Ludovic RESLINGER <lr@cuivres.net>  Sat, 16 Jun 2007 23:52:33 +0200
77
78 fmit (0.96.7-1) unstable; urgency=high
79
80   * New upstream version.
81   * upstream-fix: Alsa bug in case of multiple channels. Closes: #400483.
82   * debian/control: Add Build-Dependency on fftw3-dev, required with new
83     version.
84   * debian/rules: Change QTDIR by --with-Qt-dir for ./configure.
85   * debian/patches/01_Upstream_TODO.dpatch: Update for new TODO file.
86
87  -- Ludovic RESLINGER <lr@cuivres.net>  Sat, 09 Dec 2006 14:50:20 +0100
88
89 fmit (0.96.5-1) unstable; urgency=low
90
91   * Initial release: Closes: #280876 Closes: #380500.
92   * debian/docs: Remove README and NEWS because upstream's files are empty.
93   * debian/rules: Add QTDIR=/usr/share/qt3 to ./configure.
94   * Add debian/fmit.1: Manpage for fmit.
95   * Add dpatch packaging system.
96   * Add patches/01_Upstream_TODO.dpatch: Traducting some parts of TODO in
97     english.
98
99  -- Ludovic RESLINGER <lr@cuivres.net>  Sun, 13 Aug 2006 15:28:57 +0200