File: changelog

package info (click to toggle)
guitarix 0.36.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 139,468 kB
  • sloc: cpp: 317,557; python: 42,482; ansic: 18,301; fortran: 2,012; sh: 662; makefile: 422; xml: 208; perl: 183; pascal: 74; lisp: 32
file content (406 lines) | stat: -rw-r--r-- 12,320 bytes parent folder | download
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
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
guitarix (0.36.1-1) unstable; urgency=medium

  * New upstream version 0.36.1
  * Use https for upstream homepage in d/control and d/copyright
  * Bump Std-Ver to 4.1.3

 -- Víctor Cuadrado Juan <me@viccuad.me>  Sun, 31 Dec 2017 16:16:25 +0100

guitarix (0.36.0-1) unstable; urgency=medium

  * New upstream version 0.36.0
  * Bump Std-Ver to 4.1.1 (no changes needed)
  * Add "Recommends: gvfs-backends" to guitarix package (Closes: #874799)
  * Remove duplicated Priority field in guitarix-doc
  * Use https in d/watch URI
  * Drop guitarix-doc.lintian-overrides as not needed anymore

 -- Víctor Cuadrado Juan <me@viccuad.me>  Tue, 14 Nov 2017 21:10:03 +0100

guitarix (0.35.6-1) unstable; urgency=medium

  * Team upload.
  * Upload to unstable.
  * New upstream release.
    - Drop dependency on WebKit (Closes: #866641)
    - Fix build issues with GCC 7. (Closes: #853437)
  * debian/control:
    - Bump Priority to optional.
    - Bump Standards-Version.

 -- Sebastian Ramacher <sramacher@debian.org>  Sat, 12 Aug 2017 01:43:19 +0200

guitarix (0.35.3-1) experimental; urgency=medium

  * New upstream version 0.35.3
  * Update years in d/copyright

 -- Víctor Cuadrado Juan <me@viccuad.me>  Mon, 22 May 2017 21:17:22 +0200

guitarix (0.35.2-2) unstable; urgency=medium

  * Team upload.
  * debian/rules: Fix *.so symlinks (Closes: #856947)

 -- Sebastian Ramacher <sramacher@debian.org>  Tue, 07 Mar 2017 21:01:36 +0100

guitarix (0.35.2-1) unstable; urgency=medium

  * New upstream version 0.35.2
    - Fix FTBFS (Closes: #839354)
  * Change guitarix-common and guitarix-doc to Multi-Arch: foreign
    as they don't contain maintainer scripts nor have dependencies on
    architecture-dependent packages

 -- Víctor Cuadrado Juan <me@viccuad.me>  Tue, 25 Oct 2016 23:29:55 +0200

guitarix (0.35.1-1) unstable; urgency=medium

  * New ustream release
    - Fix build with gcc-6 (Closes: #831124)
  * Fix Breaks and Replaces for the package split (Closes: #829468)
  * Remove unneeded libgxw-dev and libgxwmm-dev lintian.overrides
  * Update d/copyright for new files

 -- Víctor Cuadrado Juan <me@viccuad.me>  Sun, 07 Aug 2016 13:25:08 +0200

guitarix (0.35.0-1) unstable; urgency=medium

  * New upstream release
  * Separate guitarix into binary packages:
    - guitarix
    - guitarix-common
    - guitarix-ladspa
    - guitarix-lv2
    - libgxw0
    - libgxwmm0
  * Add new guitarix binary packages:
    - guitarix-doc
    - gxw-glade
    - libgxw-dev
    - ligbxwmm-dev
  * Add NEWS.Debian to inform of the new binary packages
  * Remove old README.Debian from upstream
  * Drop upstreamed patches
  * Update Std-Ver to 3.9.8
  * Add --as-needed flag to configure, which trims undeeded dependencies
  * Reword descriptions in d/control
  * Add machine-readable d/copyright
  * Enable large filesystem support
  * Use new --no-mod-lv2 configure flag to remove undeeded modgui files
  * Add support for DEB_BUILD_OPTIONS="parallel=" (Closes: #820046)
  * Add fonts-roboto to guitarix binary package Depends
  * Rename d/dirs to d/guitarix.dirs for clarity
  * Fix d/ file's styles with `wrap-and-sort -t`

 -- Víctor Cuadrado Juan <me@viccuad.me>  Wed, 11 May 2016 13:23:31 +0200

guitarix (0.34.0-1) unstable; urgency=medium

  * New Maintainer (Closes: #812625)
  * Change Maintainer to Debian Multimedia Team
  * Change Uploaders to Víctor Cuadrado Juan
  * Change Vcs entries in d/control to Debian Multimedia Team
  * Patches:
    - 04-fix-desktop.patch: Fix groups and add keywords to .desktop file
    - 05-fix-spelling.patch: fix spelling in strings
  * Build-Depend on libwebkitgtk-dev instead of libwebkit-dev (Closes: #818295)
  * Enchance d/copyright with external contributors and bump to 2016
  * Enable all build hardening flags

 -- Víctor Cuadrado Juan <me@viccuad.me>  Mon, 21 Mar 2016 14:40:20 +0100

guitarix (0.34.0-0.1) unstable; urgency=medium

  * Non-maintainer upload.
  * New upstream release.
    - Fix FTBFS by using correct flags when compiling against C++11
      (Closes: #805666).
    - Fix segfault when adding LADSPA plugin to a category with accents
      in the name (Closes: #788564).
  * debian/source/include-binaries: remove as not needed anymore.
  * debian/patch: update patchs to new version.
  * debian/control: Build-Depends: add libwebkit-dev.
  * Update manpage to new version.
  * source.lintian-overrides: remove as not needed anymore.

 -- Víctor Cuadrado Juan <me@viccuad.me>  Sun, 20 Dec 2015 21:03:15 +0100

guitarix (0.32.1-1) unstable; urgency=medium

  * New upstream release
  * debian/control: Standards-Version: 3.9.6

 -- Roland Stigge <stigge@antcom.de>  Wed, 10 Dec 2014 14:09:11 +0100

guitarix (0.31.0-1) unstable; urgency=medium

  * New upstream release

 -- Roland Stigge <stigge@antcom.de>  Mon, 13 Oct 2014 11:37:32 +0200

guitarix (0.29.0-2) unstable; urgency=medium

  * Changed libbluetooth-dev to [linux-any] because of build issue on kfreebsd
    (Closes: #749712)

 -- Roland Stigge <stigge@antcom.de>  Thu, 29 May 2014 16:59:21 +0200

guitarix (0.29.0-1) unstable; urgency=medium

  * New upstream release (Closes: #749116)
  * Updated debian/watch via http://qa.debian.org/watch/sf.php

 -- Roland Stigge <stigge@antcom.de>  Sun, 25 May 2014 16:21:57 +0200

guitarix (0.28.2-4) unstable; urgency=low

  * debian/control:
    - Standards-Version: 3.9.5
    - Drop libboost-foo1.53-dev alternatives from build-depends to
      fix boost transition (Closes: #731020)

 -- Roland Stigge <stigge@antcom.de>  Sun, 01 Dec 2013 11:02:29 +0100

guitarix (0.28.2-3) unstable; urgency=low

  * debian/control: vorbistools -> vorbis-tools (Closes: #719170)

 -- Roland Stigge <stigge@antcom.de>  Fri, 09 Aug 2013 22:02:47 +0200

guitarix (0.28.2-2) unstable; urgency=low

  * Added upstream patch to fix build on Hurd/freebsd

 -- Roland Stigge <stigge@antcom.de>  Wed, 07 Aug 2013 21:46:58 +0200

guitarix (0.28.2-1) unstable; urgency=low

  * New upstream release

 -- Roland Stigge <stigge@antcom.de>  Mon, 05 Aug 2013 22:41:16 +0200

guitarix (0.28.1-2) unstable; urgency=low

  * Added upstream patch to fix build problem on hurd

 -- Roland Stigge <stigge@antcom.de>  Fri, 02 Aug 2013 21:11:49 +0200

guitarix (0.28.1-1) unstable; urgency=low

  * New upstream release

 -- Roland Stigge <stigge@antcom.de>  Sun, 28 Jul 2013 19:43:10 +0200

guitarix (0.27.1-3) unstable; urgency=low

  * Reorder Build-Depends: since buildd only consider the first one in
    alternatives (Closes: #707723)

 -- Roland Stigge <stigge@antcom.de>  Fri, 10 May 2013 21:27:17 +0200

guitarix (0.27.1-2) unstable; urgency=low

  * Fix build with gcc-4.8 via new libboost >= 1.53 (Closes: #701293)

 -- Roland Stigge <stigge@antcom.de>  Thu, 09 May 2013 14:10:55 +0200

guitarix (0.27.1-1) unstable; urgency=low

  * New upstream release

 -- Roland Stigge <stigge@antcom.de>  Sun, 05 May 2013 14:00:10 +0200

guitarix (0.25.2-2) experimental; urgency=low

  * debian/control:
    - Fixed package description, thanks to Omar Campagne (Closes: #688570)
    - Standards-Version: 3.9.4
    - Build-Depends: debhelper (>= 9), version to be consistent with
      debian/compat

 -- Roland Stigge <stigge@antcom.de>  Fri, 15 Mar 2013 18:36:42 +0100

guitarix (0.25.2-1) experimental; urgency=low

  * New upstream release

 -- Roland Stigge <stigge@antcom.de>  Sat, 09 Feb 2013 10:10:32 +0100

guitarix (0.25.1-1) experimental; urgency=low

  * New upstream release

 -- Roland Stigge <stigge@antcom.de>  Sun, 06 Jan 2013 14:36:36 +0100

guitarix (0.24.3-1) experimental; urgency=low

  * New upstream release

 -- Roland Stigge <stigge@antcom.de>  Thu, 15 Nov 2012 10:18:29 +0100

guitarix (0.24.2-1) experimental; urgency=low

  * New upstream release

 -- Roland Stigge <stigge@antcom.de>  Sat, 20 Oct 2012 10:34:27 +0200

guitarix (0.24.1-1) experimental; urgency=low

  * New upstream release

 -- Roland Stigge <stigge@antcom.de>  Sun, 14 Oct 2012 20:40:31 +0200

guitarix (0.24.0-1) experimental; urgency=low

  * New upstream release

 -- Roland Stigge <stigge@antcom.de>  Mon, 13 Aug 2012 10:55:42 +0200

guitarix (0.23.3-1) experimental; urgency=low

  * New upstream release

 -- Roland Stigge <stigge@antcom.de>  Thu, 02 Aug 2012 17:57:39 +0200

guitarix (0.22.4-1) unstable; urgency=low

  * New upstream release

 -- Roland Stigge <stigge@antcom.de>  Tue, 12 Jun 2012 21:14:01 +0200

guitarix (0.22.3-1) unstable; urgency=low

  * New upstream release

 -- Roland Stigge <stigge@antcom.de>  Wed, 16 May 2012 22:04:50 +0200

guitarix (0.22.2-1) unstable; urgency=low

  * New upstream release

 -- Roland Stigge <stigge@antcom.de>  Sun, 29 Apr 2012 14:25:03 +0200

guitarix (0.22.0-1) unstable; urgency=low

  * New upstream release

 -- Roland Stigge <stigge@antcom.de>  Sun, 15 Apr 2012 14:54:17 +0200

guitarix (0.22beta2-1) unstable; urgency=low

  * New upstream release (Closes: #666639)
  * debian/control: Standards-Version: 3.9.3

 -- Roland Stigge <stigge@antcom.de>  Sun, 01 Apr 2012 11:11:03 +0200

guitarix (0.21.0-1) unstable; urgency=low

  * New upstream release
    - Includes waf in source form, so drop patch
      debian/patches/02-fix-waf-binary-to-source-version.patch

 -- Roland Stigge <stigge@antcom.de>  Wed, 18 Jan 2012 10:51:23 +0100

guitarix (0.20.2-3) unstable; urgency=low

  * Add patch to include sources of waf that replace binary waf
    (Closes: #654473)
  * debian/rules: New dh style rules

 -- Roland Stigge <stigge@antcom.de>  Thu, 05 Jan 2012 20:38:48 +0100

guitarix (0.20.2-2) unstable; urgency=low

  * Added patch to fix build on kfreebsd and hurd (Closes: #649634)

 -- Roland Stigge <stigge@antcom.de>  Sun, 27 Nov 2011 19:23:42 +0100

guitarix (0.20.2-1) unstable; urgency=low

  * New upstream release
  * Added to Build-Depends: libboost-thread-dev

 -- Roland Stigge <stigge@antcom.de>  Sat, 12 Nov 2011 16:15:43 +0100

guitarix (0.19.0-1) unstable; urgency=low

  * New upstream release
  * Removed debian/patch/01-fix-convolver.patch: Fixed upstream
  * Removed debian/patches/02-fix-plugin-classes-in-jack-rack.patch:
    Fixed upstream

 -- Roland Stigge <stigge@antcom.de>  Tue, 01 Nov 2011 18:40:23 +0100

guitarix (0.18.0-4) unstable; urgency=low

  * Fix duplicate class names in jack-rack plugins (Closes: #640790)

 -- Roland Stigge <stigge@antcom.de>  Wed, 21 Sep 2011 21:04:32 +0200

guitarix (0.18.0-3) unstable; urgency=low

  * Added upstream fix for convolver (Closes: #639930)
  * Removed package name fix patch

 -- Roland Stigge <stigge@antcom.de>  Mon, 05 Sep 2011 20:47:49 +0200

guitarix (0.18.0-2) unstable; urgency=low

  * Added gtk2-engines, gtk2-engines-pixbuf to Depends to fix guitarix
    widgets on non-GNOME WMs (Closes: #639448)

 -- Roland Stigge <stigge@antcom.de>  Sun, 28 Aug 2011 20:57:55 +0200

guitarix (0.18.0-1) unstable; urgency=low

  * New upstream release

 -- Roland Stigge <stigge@antcom.de>  Thu, 11 Aug 2011 23:05:05 +0200

guitarix (0.17.0-1) unstable; urgency=low

  * New upstream release

 -- Roland Stigge <stigge@antcom.de>  Wed, 03 Aug 2011 22:21:41 +0200

guitarix (0.16.0-1) unstable; urgency=low

  * New upstream release (Closes: #630126, #630127)
  * Updated debian/watch
  * debian/control: Build-Depends: libboost-dev instead of libboost1.42-dev
    (Closes: #630438)
  * Fixed debian/copyright to remove template leftovers
  * debian/rules: added build-arch and build-indep targets

 -- Roland Stigge <stigge@antcom.de>  Sun, 19 Jun 2011 17:04:25 +0200

guitarix (0.15.0~svn-r1056-1) unstable; urgency=low

  * New upstream release gx_head (renamed back to guitarix, coordinated with
    upstream) (Closes: #626850)
  * Fixes application crashed on controllers (Closes: #612830)
  * Standards-Version: 3.9.2

 -- Roland Stigge <stigge@antcom.de>  Mon, 16 May 2011 11:46:10 +0200

guitarix (0.11.1-1) unstable; urgency=low

  * New upstream release

 -- Roland Stigge <stigge@antcom.de>  Wed, 15 Dec 2010 16:31:13 +0100

guitarix (0.11.0-1) experimental; urgency=low

  * New upstream release
  * Added debian/watch

 -- Roland Stigge <stigge@antcom.de>  Sun, 08 Aug 2010 14:40:30 +0200

guitarix (0.10.0-1) unstable; urgency=low

  * First revision in Debian (Closes: #543923)
  * Source format: 3.0 (quilt)
  * debian/control: Standards-Version: 3.9.1

 -- Roland Stigge <stigge@antcom.de>  Mon, 26 Jul 2010 22:20:04 +0200