summaryrefslogtreecommitdiff
path: root/debian/changelog
blob: 2fdef26368d80801c4be79491e358148b0c622de (plain)
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
aubio (0.4.3-4) unstable; urgency=medium

  * debian/control: aubio-tools now depends on python3-aubio
  * debian/control: fix python3 Depends/Suggests for python3-aubio
  * debian/control: remove old Provides, XB-P-V, and Replaces/Conflicts
  * debian/python*-aubio.install: removed, use pybuild
  * debian/patches/pytest_local_import.diff: create python/tests/__init__.py
  * debian/patches/pytest_local_import.diff: use local imports for python3
  * debian/patches/sort_pysrc.diff: update to sort existing generated files
  * debian/patches/cleaner_clean.diff: prevent ./setup.py clean failures
  * debian/rules: remove old flags, not needed anymore for compat 9
  * debian/rules: use pybuild to install python packages
  * debian/rules: customize pybuild to use nose2 tests
  * debian/rules: simplify clean rule

 -- Paul Brossier <piem@debian.org>  Sun, 27 Nov 2016 22:23:50 +0100

aubio (0.4.3-3) unstable; urgency=medium

  * debian/patches/sort_pysrc.diff: also sort the list of generated files
  * debian/control: update Vcs-Git to use https
  * debian/patches/waf_cstlib_inst-8698499.diff: merge upstream, remove
    hardcoded copy in debian/rules
  * debian/rules: pass multi-arch libdir
  * debian/libaubio*.install: install from multi-arch libdir
  * debian/control: make libaubio5 multi-arch
  * debian/control: bump to debhelper >=9.0.0

 -- Paul Brossier <piem@debian.org>  Sat, 26 Nov 2016 16:34:33 +0100

aubio (0.4.3-2) unstable; urgency=medium

  * Now at last upstream version (closes: #828039)
  * debian/patch/skip_ppc64.diff: skip test if fft(zeros).phas != 0 [powerpc]
    (closes: #843482)
  * debian/patches/alpha_norm-88c89e3.diff: pull from upstream (avoid random
    test failures)
  * debian/patches/sort_pysrc.diff: sort(glob.glob) to improve build
    reproducibility
  * debian/patches/avcodec_update.diff: avoid libav deprecation warning
  * debian/control: update Vcs-Browser
  * debian/rules: improve test command

 -- Paul Brossier <piem@debian.org>  Mon, 07 Nov 2016 13:18:01 +0100

aubio (0.4.3-1) unstable; urgency=medium

  * Imported Upstream version 0.4.3
  * debian/patches/wscript_avcodec.patch: merged upstream
  * debian/patches/local_mathjax.patch: update
  * debian/patches/fixtests-5d8cc71.patch: use 5s brown noise
  * debian/rules: add -Wl,--as-needed
  * debian/rules: update python build, run python tests
  * debian/control: Standards-Version 3.9.8, debian/compat: 9
  * debian/control: bump to libaubio5
  * debian/control: update short description

 -- Paul Brossier <piem@debian.org>  Sun, 06 Nov 2016 01:38:30 +0100

aubio (0.4.2-1) unstable; urgency=medium

  * New upstream release.
  * Acknowledge NMU, thanks to toddy and sramacher (closes: #806604, #803799).
  * debian/patches/ffmpeg_2.9.patch: removed
  * debian/patches/wscript_avcodec.patch: fix avcodec detection
  * debian/patches/local_mathjax.patch: added .patch
  * debian/patches/series: update
  * debian/control: add | liback-jack2-dev, python-setuptools, dh-python
  * debian/control: bump to Standards-Version 3.9.6
  * debian/rules: cleaner clean, use python install --root= --prefix=
  * debian/rules: no more --nocache for waf, force static library install

 -- Paul Brossier <piem@debian.org>  Mon, 15 Aug 2016 13:40:35 +0200

aubio (0.4.1-2.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix FTBFS when built with dpkg-buildpackage -A.
    Thanks to Santiago Vila <sanvila@unex.es> (Closes: #806604)

 -- Dr. Tobias Quathamer <toddy@debian.org>  Fri, 05 Aug 2016 17:34:40 +0200

aubio (0.4.1-2.1) unstable; urgency=medium

  * Non-maintainer upload.

  [ Andreas Cadhalpun ]
  * debian/patches/ffmpeg_2.9.patch: Fix build against ffmpeg 3.0. (Closes:
    #803799)

 -- Sebastian Ramacher <sramacher@debian.org>  Sun, 06 Mar 2016 22:06:41 +0100

aubio (0.4.1-2) unstable; urgency=medium

  * debian/control: always Build-Depends on txt2man to include manpages in
    binary only builds

 -- Paul Brossier <piem@debian.org>  Tue, 25 Mar 2014 17:25:42 -0300

aubio (0.4.1-1) unstable; urgency=medium

  * New upstream release
  * debian/copyright: simplify and update copyright
  * debian/control: add Vcs-Git and Vcs-Browser

 -- Paul Brossier <piem@debian.org>  Wed, 12 Mar 2014 00:27:21 -0300

aubio (0.4.0-1) unstable; urgency=medium

  * New upstream release
  * Acknowledge NMUs (closes: #619802, #553930, #625676), thanks Alessio
  * debian/watch: update
  * debian/copyright: update
  * debian/README.source: removed
  * debian/patches: removed obsolete patches
  * debian/aubio-tools.install: no more sounds
  * debian/aubio-tools.manpages: updated manpages location
  * debian/pycompat: remove obsolete file
  * debian/source/format: bump to 3.0 (quilt)
  * debian/libaubio2.*: moved to libaubio4
  * debian/clean: added
  * debian/libaubio-dev.docs: removed
  * debian/libaubio-dev.install: remove *.la
  * debian/python-aubio.install: move to dist-packages
  * debian/pd-aubio.install: removed
  * debian/docs: add README.md
  * debian/control: remove pd-aubio
  * debian/libaubio-doc.docs: remove obsolete files, update doxygen location
  * debian/compat: bump to 8
  * debian/rules: rewrite (closes: #730150)
  * debian/control: update Build-Depends, bump debhelper and Standards-Version
  * debian/control: remove XS-Python-Version
  * debian/control: add Homepage
  * debian/control: bump to libaubio4, replaces libaubio2
  * debian/control: remove a from start of short description
  * debian/control: use libfftw3-dev (closes: #582735)
  * debian/aubio-tools.install: install tools
  * debian/patches/local_mathjax: use local MathJax.js
  * debian/rules: use current python
  * debian/*.dirs: removed

 -- Paul Brossier <piem@debian.org>  Sun, 29 Dec 2013 14:47:16 -0400

aubio (0.3.2-4.2) unstable; urgency=low

  * Non-maintainer upload.
  * Replace puredata with puredata-dev in the Build-Depends field to fix
    FTBFS (Closes: #625676).

 -- Alessio Treglia <alessio@debian.org>  Thu, 05 May 2011 10:09:35 +0200

aubio (0.3.2-4.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix FTBFS with binutils-gold (Closes: #553930).
  * Conditionally enable ALSA depending on whether building on Linux;
    patch from Steven McDonald (Closes: #619802).
  * Explicitly set packaging format by putting '1.0' into the
    debian/source/format file.

 -- Alessio Treglia <alessio@debian.org>  Fri, 29 Apr 2011 15:32:33 +0200

aubio (0.3.2-4) unstable; urgency=low

  * Fix building of architecture dependent packages
  * Do not compress search.js in libaubio-doc

 -- Paul Brossier <piem@debian.org>  Mon, 28 Sep 2009 13:34:53 +0200

aubio (0.3.2-3) unstable; urgency=low

  * debian/patches/01_numarray_gnuplot.diff: pull patch from bzr rev 690
    (closes: #478438, #512622)
  * debian/control:
    - split Build-Depends on multiple lines
    - change B-D from puredata to pd (closes: #491965)
    - fix typo python Python
    - switch to python-numpy (see: #478438)
    - move libaubio-dev to libdevel
    - bump Standards-Version to 3.8.3
    - use ${binary:Version}, not ${Source-Version}
    - add ${shlibs:Depends}, ${misc:Depends} to libaubio-dev
    - add Build-Depends on quilt
    - switch to python-support
  * debian/rules:
    - use tiny model
    - disable lash
    - tighten debhelper Build-Depends to (>= 7.0.50~)
    - move config.{sub,guess} updating to
      debian/patches/10_uptodate_configure.diff
  * debian/libaubio-dev.install: temporarly hack .la files until the
    libtool dependency traverser is being fixed (closes: #465057)
  * debian/aubio-tools.manpages: install all manpages
  * debian/libaubio-doc.doc-base: correct section Programming
  * debian/compat: bump to 7
  * debian/rules: move dh_installdeb before dh_makeshlibs

 -- Paul Brossier <piem@debian.org>  Mon, 28 Sep 2009 03:15:52 +0200

aubio (0.3.2-2) unstable; urgency=low

  * Update debian/copyright
  * Upload to unstable (closes: #383550)

 -- Paul Brossier <piem@debian.org>  Thu,  2 Nov 2006 19:36:41 +0100

aubio (0.3.2-1) unstable; urgency=low

  * New upstream release

 -- Paul Brossier <piem@debian.org>  Tue, 31 Oct 2006 19:38:54 +0100

aubio (0.3.1-1) unstable; urgency=low

  * New upstream release
  * Removed python2.3-aubio, moved to python-central

 -- Paul Brossier <piem@debian.org>  Tue, 27 Jun 2006 17:46:42 +0200

aubio (0.3.0-1) unstable; urgency=low

  * New upstream release
  * Add package for PureData plugins

 -- Paul Brossier <piem@debian.org>  Fri, 19 May 2006 16:07:21 +0200

aubio (0.2.0-1) unstable; urgency=low

  * New upstream release
  * Added -fPIC to swig python module python/aubio/Makefile.am
  * Added manpages for aubiocut, aubiopitch and aubiotrack
  * Splitted python-aubio and libaubio-doc packages

 -- Paul Brossier <piem@debian.org>  Tue, 27 Sep 2005 16:49:09 +0100

aubio (0.1.9beta5-1) unstable; urgency=low

  * New upstream release

 -- Paul Brossier <piem@altern.org>  Sun, 15 May 2005 16:20:03 +0100

aubio (0.1.8-1) unstable; urgency=low

  * New upstream release
  * Added docbook-to-man and puredata Build-Depends

 -- Paul Brossier <piem@altern.org>  Sun, 12 Dec 2004 00:01:32 +0000

aubio (0.1.6-1) unstable; urgency=low

  * New release
  * Added swig and python-dev Build-Depends

 -- Paul Brossier <piem@altern.org>  Sun, 26 Sep 2004 13:48:41 +0100

aubio (0.1.5-1) unstable; urgency=low

  * New upstream release

 -- Paul Brossier <piem@altern.org>  Mon, 23 Aug 2004 21:36:58 +0200

aubio (0.1.4-1) unstable; urgency=low

  * New upstream release
  * Simplifies install scripts

 -- Paul Brossier <piem@altern.org>  Wed, 23 Jun 2004 18:24:55 +0100

aubio (0.1.3alpha-2) unstable; urgency=low

  * Manually added missing headers in libaubio-dev
  * Added manpages for autio tools.
  * Fixed dependancies.

 -- Paul Brossier <piem@altern.org>  Wed,  5 May 2004 12:18:39 +0100

aubio (0.1.3alpha-1) unstable; urgency=low

  * Initial Release.

 -- Paul Brossier <piem@altern.org>  Tue, 27 Apr 2004 15:01:59 +0100