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