File: changelog

package info (click to toggle)
libffado 2.4.7-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 9,544 kB
  • sloc: cpp: 77,148; python: 9,057; ansic: 2,951; sh: 1,411; xml: 848; makefile: 27
file content (566 lines) | stat: -rw-r--r-- 20,330 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
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
libffado (2.4.7-1) unstable; urgency=medium

  * New upstream version 2.4.7

 -- Sebastian Ramacher <sramacher@debian.org>  Fri, 02 Dec 2022 22:00:57 +0100

libffado (2.4.6-1) unstable; urgency=medium

  * New upstream version 2.4.6
  * debian/control: Bump Standards-Version

 -- Sebastian Ramacher <sramacher@debian.org>  Tue, 12 Jul 2022 10:43:49 +0200

libffado (2.4.5-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster

  [ Sebastian Ramacher ]
  * New upstream version 2.4.5

 -- Sebastian Ramacher <sramacher@debian.org>  Sat, 26 Feb 2022 15:25:54 +0100

libffado (2.4.4-3) unstable; urgency=medium

  * debian/control: Move build dependencies for mixer to Build-Depends-Indep
    (Closes: #980823)

 -- Sebastian Ramacher <sramacher@debian.org>  Wed, 20 Oct 2021 22:22:39 +0200

libffado (2.4.4-2) unstable; urgency=medium

  * debian/control:
    - Remove obsolete Breaks+Replaces
    - Bump Standards-Version
    - Add myself to Uploaders
    - Set RRR: no
    - Remove libexpat1-dev from Build-Depends and annotate dbus with <!nocheck>
      This addresses parts of #980823.
  * debian/: Rewrite with dh 13
  * No longer build DEBUG=1 shared library
    Building with DEBUG=1 changes the ABI of the library. Binaries installed
    in ffado-tools use parts of the ABI the changes. (Closes: #996908)

 -- Sebastian Ramacher <sramacher@debian.org>  Wed, 20 Oct 2021 21:43:22 +0200

libffado (2.4.4-1) unstable; urgency=medium

  * Team upload

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1

  [ Jonas Smedegaard ]
  * remove myelf as uploader

  [ Sebastian Ramacher ]
  * New upstream release
  * debian/control: Bump Standards-Version

 -- Sebastian Ramacher <sramacher@debian.org>  Sun, 31 Jan 2021 15:13:24 +0100

libffado (2.4.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
    - Fix loading of Qt 5. (Closes: #941034)
  * debian/control: Bump Standards-Version.
  * debian/: Avoid trigger generation for debug build of libffado.
  * debian/copyright: Fix license for appdata.

 -- Sebastian Ramacher <sramacher@debian.org>  Mon, 23 Sep 2019 21:39:37 +0200

libffado (2.4.1-1) unstable; urgency=medium

  * Team upload.
  * Add a patch to stop using config.guess to determine the host CPU,
    instead using DEB_HOST_GNU_CPU.  Closes: #933813

 -- Mattia Rizzolo <mattia@debian.org>  Mon, 05 Aug 2019 01:30:48 +0200

libffado (2.4.1-0.1) unstable; urgency=medium

  * Non-maintainer upload.
  * New upstream release. Closes: #887846.
    Drop sconstruct.patch, applied upstream.
  * Switch watch file to format 4.
  * Remove obsolete control.in.
    The last motivation seems to be @cdbs@, now unused.
  * Remove debian/*.dirs, obsolete with recent debhelper.
  * Delete trailing whitespaces in this changelog.
  * Drop ffado.1 uninstalled Debian manpage.
  * Pass Debian build flags to scons and show them in log.
    This probably fixes #864717.
    Enable all hardening flags.
    Link with --as-needed in order to reduce dependencies.
  * Build-Dependencies: drop dh-exec (looking for a maintainer).
    Sort, drop autotools-dev, dh-buildinfo (see  2.3.0-1 and -3).
  * Also drop licensecheck, a long warning about it being unavailable
    is better than a short failure report.
  * Standards-version: 4.1.4.
  * Move ffado-debug manual page to the package providing the executable.
    Break/Replace accordingly.
  * Replace Debian manpages with upstream manpages when available.
    Move manpages to a subdirectory to simplify packaging.
  * Check and update the copyright file.
  * Clean all *.pyc instead of only one.
  * rules: always call scons with same arguments.
  * rules: drop makeshlib version argument.
    Redundant with "Depend: libffado2 (=${binary:Version}".
  * rules: report failures (mkdir -p, rm -f report unexpected problems).
  * Drop unneeded shlib:Depends.
    -dev does not provide binaries, mixer is arch-independent.
  * Switch to python3 and qt4.
  * Improve generation of the debug library variant.
    Split build and install steps again.
    Avoid building twice during -indep builds.
    Let the debug library be a Make target, avoiding two scons rebuilds in
    case of error in later steps.
  * Style. Drop debian/tmp/ prefix from debian/*.install.
  * Move the debug library into ffado-tools package.
    Almost no user will ever use the debug library without the ffado-debug
    wrapper, and most people installing libffado2 loose space for no purpose.
    The break/replace dependency already exists, see above.
  * .gitignore: keep upstream .gitignore untouched.
  * Lintian override explaining why ffado-tools:
    package-has-unnecessary-activation-of-ldconfig-trigger
    cannot be fixed inside ffado.
  * Minor fixes in dependencies.
    An explicit python interpreter is redundant with ${python3:Depends}.
    The 2.4.1~ snapshots should not conflict with themselves.
  * Ensure AUTHORS and README will be installed with debhelper >= 11.
    For now, debhelper automatically embeds them in every package.
  * Remove obsolete parts of debian/rules.
    DEB_CLEAN_EXCLUDE is older than the VCS.
       Without it, "rm -f $(DEB_DESTDIR)" is not needed anymore.
    DEB_PYTHON3_MODULE_PACKAGES is used for binary packages containing
       python modules, not for an executable.
    cdbs seems to create DEB_DESTDIR by itself.
    cdbs knows that reverse-config should be executed before clean.
    config.log scache.conf .sconf_temp are not created anymore.
  * Install mixer icon for desktop file. Closes: #834140.
  * Upstream has accepted to remove locale dependency from static_info.txt
    for reproducible contents, and to install it into /usr/lib.
    It may be installed into the binary packages again.

  [Felipe Sateler]
  * Change maintainer address to debian-multimedia@lists.debian.org.

 -- Nicolas Boulenguez <nicolas@debian.org>  Thu, 19 Apr 2018 22:03:01 +0200

libffado (2.4.0-2) unstable; urgency=medium

  * Update Vcs tags to point at salsa
  * Backport debian/control to debian/control.in
  * Regenerate debian/control

 -- Adrian Knoth <adi@drcomp.erfurt.thur.de>  Sun, 25 Feb 2018 23:08:53 +0100

libffado (2.4.0-1) unstable; urgency=medium

  * New upstream version 2.4.0
  * Delete obsolete patch cpuinfo-parsing.patch
  * Delete obsolete patch dbus_with_gcc7.patch
  * Delete obsolete patch gcc6.patch
  * Delete obsolete patch gcc7.patch
  * Delete obsolete patch powerpcspe.patch
  * Delete obsolete patch x32.patch
  * Add sconstruct.patch

 -- Adrian Knoth <adi@drcomp.erfurt.thur.de>  Sun, 25 Feb 2018 22:25:33 +0100

libffado (2.3.0-5) unstable; urgency=medium

  * Team upload.
  * debian/rules: drop code specifying DIST_TARGET to the build system.
    Disabling all automation seems to let the compiler do the right thing
    better than this stuff.

 -- Mattia Rizzolo <mattia@debian.org>  Sun, 12 Nov 2017 11:55:33 +0100

libffado (2.3.0-4) unstable; urgency=medium

  * Team upload.
  * debian/rules: set DETECT_USERSPACE_ENV=0 to avoid having the build system
    unhelpfully pass -m flags to gcc.
    It breaks builds in mismatched userspace/kernel setups (i.e. i386 chroot
    with amd64 kernel) and with architectures that the poor recognizing
    script fail with (i.e. ppc64).

 -- Mattia Rizzolo <mattia@debian.org>  Sat, 11 Nov 2017 15:28:49 +0100

libffado (2.3.0-3) unstable; urgency=medium

  * Team upload.
  * Add patches to fix the build with GCC 7.  Closes: #853491
  * debian/rules:
    + Really make this package reproducible.  Closes: #828060
    + Fixup some host/build architecture confusion.
  * Bump debhelper compat level to 10
  * Multiarchify the library installation:
    * Move all library files to a triplet-defined directory /usr/lib/<trplet>/.
    * Change ffado-debug to load from that directory.
  * debian/control:
    + Use canonical URL in Vcs-* fields.
    + Drop dh-buildinfo build-dep.
    + Drop unused build-dep autotools-dev and devscripts.
    + Mark libffado-dev and libffado2 as multi-arch:same.
  * Move the ffado-debug binary from libffado2 to the ffado-tools package.

 -- Mattia Rizzolo <mattia@debian.org>  Sat, 11 Nov 2017 01:12:03 +0100

libffado (2.3.0-2) unstable; urgency=medium

  * Make FFADO builds reproducible (Closes: #828060)
  * Fix FTBFS on PowerPCspe (Closes: #772937)

 -- Adrian Knoth <adi@drcomp.erfurt.thur.de>  Fri, 12 Aug 2016 10:47:17 +0200

libffado (2.3.0-1) unstable; urgency=low

  [ Jonas Smedegaard ]
  * Add watch file.
  * Declare compliance with Standards-Version 3.9.6.
  * Fix add trailing / to Homepage URL.
  * Update Vcs-Browser field to use new canonical https-based cgit URL.
  * Update Vcs-Git to skip optional /git from path.
  * Modernize CDBS usage: Stop suppress optional build-dependencies: All
    satisfied even in oldstable nowadays.
    Build-depend on devscripts.

  [ Alessio Treglia ]
  * Fix FTBFS on x32.
    Thanks to Thorsten Glaser for the patch (Closes: #778777)

  [ Adrian Knoth ]
  * Imported Upstream version 2.3.0 (Closes: #833949)
  * Add gcc6.patch

 -- Adrian Knoth <adi@drcomp.erfurt.thur.de>  Thu, 11 Aug 2016 16:03:34 +0200

libffado (2.2.1-2) unstable; urgency=medium

  * Team upload.
  * debian/patches/cpuinfo-parsing.patch: Fix /proc/cpuinfo parsing. Thanks to
    Plamen Aleksandrov. (Closes: #751228)

 -- Sebastian Ramacher <sramacher@debian.org>  Mon, 07 Jul 2014 18:38:48 +0200

libffado (2.2.1-1) unstable; urgency=low

  * Imported Upstream version 2.2.1
  * Bump standards version

 -- Adrian Knoth <adi@drcomp.erfurt.thur.de>  Mon, 02 Jun 2014 13:17:09 +0000

libffado (2.1.0+svn2456-1) unstable; urgency=low

  * Set architecture to linux-any (Closes: #727247)
  * Bump standards version
  * Replace python-support with dh-python
  * Imported Upstream version 2.1.0+svn2456

 -- Adrian Knoth <adi@drcomp.erfurt.thur.de>  Sat, 02 Nov 2013 00:27:19 +0100

libffado (2.1.0+svn2240-1) experimental; urgency=low

  * Imported Upstream version 2.1.0+svn2240
  * Drop all local patches (all integrated upstream)

 -- Adrian Knoth <adi@drcomp.erfurt.thur.de>  Thu, 04 Oct 2012 18:40:22 +0200

libffado (2.0.99+svn2171-2) unstable; urgency=low

  * Add patch to downgrade the codebase to r2166 (Closes: #620427)
  * Add fix for FTBFS on Big Endian machines

 -- Adrian Knoth <adi@drcomp.erfurt.thur.de>  Thu, 28 Jun 2012 16:09:34 +0200

libffado (2.0.99+svn2171-1) unstable; urgency=low

  * Imported Upstream version 2.0.99+svn2171 (Closes: #678347 #620427)

 -- Adrian Knoth <adi@drcomp.erfurt.thur.de>  Sun, 24 Jun 2012 12:58:18 +0200

libffado (2.0.99+svn2163-2) unstable; urgency=low

  [ Jonas Smedegaard ]
  * Build-depend explicitly on libdbus-c++-bin.
    See bug#674311 (comment#15). Thanks to Vincent Cheng.
  * Remove debian/source/local-options: abort-on-upstream-changes and
    unapply-patches are default in dpkg-source since 1.16.1.
  * Really let libffado Break too old jackd{1,2}-firewire.
    Closes: bug#670985.

 -- Adrian Knoth <adi@drcomp.erfurt.thur.de>  Mon, 18 Jun 2012 18:00:00 +0200

libffado (2.0.99+svn2163-1) unstable; urgency=low

  * Ship upstream udev file
  * Let libffado Break too old jackd{1,2}-firewire (Closes: #670985)
  * Imported Upstream version 2.0.99+svn2163

 -- Adrian Knoth <adi@drcomp.erfurt.thur.de>  Sun, 10 Jun 2012 19:50:45 +0200

libffado (2.0.99+svn2124-1) unstable; urgency=low

  * Build-depend on libconfig++-dev (Closes: #661407)
  * Imported Upstream version r2124 (supports buffersize changes)
  * Drop exitcrash.patch
  * Drop gcc-4.7 fix

 -- Adrian Knoth <adi@drcomp.erfurt.thur.de>  Wed, 18 Apr 2012 22:57:33 +0200

libffado (2.0.99+svn2019-2) unstable; urgency=low

  * Team upload.
  * Fix build failure with GCC 4.7. Thanks to Matthias Klose
    for the report and patch. (Closes: #667245)
  * Drop quilt from Build-Depends.
  * Fix lintian warning binary-control-field-duplicates-source.
  * Bump Standards.

 -- Alessio Treglia <alessio@debian.org>  Tue, 17 Apr 2012 09:09:42 +0200

libffado (2.0.99+svn2019-1) unstable; urgency=low

  * Imported Upstream version 2.0.99+svn2019
  * Really fix segfault upon termination

 -- Adrian Knoth <adi@drcomp.erfurt.thur.de>  Thu, 19 Jan 2012 19:06:44 +0100

libffado (2.0.99+svn1995-3) unstable; urgency=low

  * Drop binutils-golds dependency (Closes: #644529)
  * Add armel and armhf to architecture list

 -- Adrian Knoth <adi@drcomp.erfurt.thur.de>  Thu, 06 Oct 2011 21:31:58 +0200

libffado (2.0.99+svn1995-2) unstable; urgency=low

  * Experimental fix for segfault upon termination (Closes: #643024)

 -- Adrian Knoth <adi@drcomp.erfurt.thur.de>  Wed, 05 Oct 2011 20:25:52 +0200

libffado (2.0.99+svn1995-1) unstable; urgency=low

  * Imported Upstream version 2.0.99+svn1995
  * Fix shutdown segfault (due to race condition) on Juju stack

 -- Adrian Knoth <adi@drcomp.erfurt.thur.de>  Sat, 24 Sep 2011 18:47:56 +0200

libffado (2.0.99+svn1985-2) unstable; urgency=low

  * Build-depend on binutils-gold (Closes: #628805)

 -- Adrian Knoth <adi@drcomp.erfurt.thur.de>  Thu, 02 Jun 2011 21:02:39 +0200

libffado (2.0.99+svn1985-1) unstable; urgency=low

  * Imported Upstream version 2.0.99+svn1985 (Closes: #601659)

 -- Adrian Knoth <adi@drcomp.erfurt.thur.de>  Tue, 31 May 2011 17:27:58 +0200

libffado (2.0.99+svn1968-1) unstable; urgency=low

  * Imported Upstream version 2.0.99+svn1968 (Closes: #601660 #601661)

 -- Adrian Knoth <adi@drcomp.erfurt.thur.de>  Sat, 02 Apr 2011 13:50:58 +0200

libffado (2.0.99+svn1949-1) experimental; urgency=low

  * Imported Upstream version 2.0.99+svn1949
  * Fixed MIDI channel detection on Echo AudioFire series
  * Added support for Mackie Onyx i-Series

 -- Adrian Knoth <adi@drcomp.erfurt.thur.de>  Mon, 24 Jan 2011 11:26:14 +0100

libffado (2.0.99+svn1924-1) experimental; urgency=low

  * Imported Upstream version 2.0.99+svn1924
  * Use system-wide libdbus-c++ and libconfig++8

 -- Adrian Knoth <adi@drcomp.erfurt.thur.de>  Mon, 22 Nov 2010 17:55:07 +0100

libffado (2.0.1+svn1856-6) unstable; urgency=low

  * Provide new command ffado-debug.
  * Include ffado-debug and the corresponding debug-enabled lib in
    libffado2.
  * Compile libffado2 w/ and w/o debugging code. (Closes: #601657)

 -- Adrian Knoth <adi@drcomp.erfurt.thur.de>  Mon, 01 Nov 2010 10:11:27 +0100

libffado (2.0.1+svn1856-5) unstable; urgency=low

  * Ease backporting to Debian stable:
    + Relax inclusion of CDBS snippet utils.mk (handled gracefully if
      missing - i.e. using older versions of cdbs).
    + Relax versioned build-dependency on cdbs (utils.mk no longer
      required but support for debhelper compat level 7 is, so
      unfortunately version in Debian stable is still insuficient).
    + Stop build-depending on devscripts (copyright-check not yet used).
  * Drop needlessly breaking/replacing ffado-python-support. Thanks to
    Adam D. Barratt (see bug#597119).
  * Fix tighten gitignore on .pc subdir.
  * Add source local-options to ease building with git-buildpackage.
  * Add myself as uploader.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 17 Oct 2010 00:26:17 +0200

libffado (2.0.1+svn1856-4) unstable; urgency=low

  * Install 60-ffado.rules udev rules to chown firewire audio devices to the
    audio group.

 -- Adrian Knoth <adi@drcomp.erfurt.thur.de>  Thu, 14 Oct 2010 22:53:32 +0200

libffado (2.0.1+svn1856-3) unstable; urgency=low

  [ Jonas Smedegaard ]
  * Fix have ffado-tools replace older ffado-mixer-qt4.
  * Tighten build-dependency on cdbs slightly.
  * Simplify resolving parallel compilation using example code snippet
    from Debian Policy.

  [ Adrian Knoth ]
  * Drop ffado-python-support and provide the files in ffado-tools instead.
  * Make ffado-mixer-qt4 depend on ffado-tools.

 -- Adrian Knoth <adi@drcomp.erfurt.thur.de>  Wed, 29 Sep 2010 16:57:03 +0200

libffado (2.0.1+svn1856-2) unstable; urgency=low

  * Fix homepage entry. (drop Ubuntu)
  * Compile with -fPIC.
  * Refactor common python code into ffado-python-support
    (Closes: #594568) (LP: #524702 #624514)

 -- Adrian Knoth <adi@drcomp.erfurt.thur.de>  Wed, 15 Sep 2010 17:38:28 +0200

libffado (2.0.1+svn1856-1) unstable; urgency=low

  [ Alessio Treglia ]
  * debian/{control,rules}:
    - Add quilt support.
    - Use python-support as helper for python extensions.
  * Append ${python:Depends} macro to the Depends field of ffado-mixer-qt4.
  * ffado-mixer-qt4 provide only arch-indep stuff, so
    the proper value of the Architecture fields i all.

  [ Adrian Knoth ]
  * New upstream version (Closes: #565025)
  * Support python-2.6 (Closes: #585990)

 -- Adrian Knoth <adi@drcomp.erfurt.thur.de>  Tue, 15 Jun 2010 22:05:15 +0200

libffado (2.0.0+svn1813-1) unstable; urgency=low

  * Include python site-packages for ffado-mixer (Closes: #578499)
  * Provide source format (1.0) file to please lintian.
  * New upstream version (new supported device: TC Electronic Konnekt6)

 -- Adrian Knoth <adi@drcomp.erfurt.thur.de>  Tue, 20 Apr 2010 14:25:22 +0200

libffado (2.0.0+svn1806-2) unstable; urgency=low

  [ Reinhard Tartler ]
  * convert to multiline fields

  [ Jonathan Riddell ]
  * drop unnecessary build-depend, Closes: #576069

 -- Adrian Knoth <adi@drcomp.erfurt.thur.de>  Thu, 01 Apr 2010 13:38:49 +0200

libffado (2.0.0+svn1806-1) unstable; urgency=low

  * New upstream release (fixes FTBFS on powerpc)

 -- Adrian Knoth <adi@drcomp.erfurt.thur.de>  Sat, 20 Mar 2010 14:37:28 +0100

libffado (2.0.0+svn1804-1) unstable; urgency=low

  * Switch to FFADO-trunk to enable support for DICE based devices
  * New upstream version
  * Make it run on the Juju stack (Closes: #565342)
  * Build with debugging again (Closes: #572141)
  * Fix FTBFS with binutils-gold (Closes: #555176)

 -- Adrian Knoth <adi@drcomp.erfurt.thur.de>  Tue, 02 Mar 2010 14:57:25 +0100

libffado (2.0.0-1) unstable; urgency=low

  * New upstream version
  * Don't do a DEBUG build. Upstream also defaults to false.

 -- Adrian Knoth <adi@drcomp.erfurt.thur.de>  Sat, 19 Dec 2009 13:56:03 +0100

libffado (2.0~rc2+svn1569-2) unstable; urgency=low

  * Fix FTBS on powerpc (Closes: #534837)
  * Fix lintian warning regarding obsolete dh_desktop
  * Bump standards version to 3.8.2

 -- Adrian Knoth <adi@drcomp.erfurt.thur.de>  Sat, 27 Jun 2009 14:55:45 +0200

libffado (2.0~rc2+svn1569-1) unstable; urgency=low

  * New Upstream Version
  * Fixed gcc-4.4 FTBFS (Closes: #529266)
  * Be more descriptive about ffado-tools (Closes: #529298)

 -- Adrian Knoth <adi@drcomp.erfurt.thur.de>  Mon, 18 May 2009 10:54:08 +0200

libffado (2.0~rc1+svn1539-1) unstable; urgency=low

  * Initial Debian inclusion, based on Ubuntu (Closes: #501502)
  * Bumped standards version
  * Limit architecture to i386, amd64 and powerpc
  * Add external sources to copyright file
  * Make the source package depend on debhelper-7
  * Remove Ubuntu's u from libname (libffado.so.0.0.0u)
  * Provide generic man pages (redirecting the user to www.ffado.org for now)
  * Fix lintian warnings about outdated FSF address and unversioned GPL
    reference

 -- Adrian Knoth <adi@drcomp.erfurt.thur.de>  Thu, 12 Mar 2009 17:36:53 +0100

libffado (2.0~rc1-0ubuntu2) jaunty; urgency=low

  * Fix linking against libffado (broken symlink)
  * Rename README.Debian.source to README.source
  * Install a .desktop file for ffado-mixer

 -- Andrew Hunter <andrew@aehunter.net>  Sat, 21 Feb 2009 16:06:22 -0500

libffado (2.0~rc1-0ubuntu1) jaunty; urgency=low

  * Initial Ubuntu inclusion (LP: #246894)
  * Fixed many lintian warnings.
  * Added additional build-deps to allow ffado-mixer to build on jaunty.
    + Removed quilt from build-deps as it was CDBS boiler-plate in debian/rules.
  * Added dh_makeshlibs options to unbreak ${shlib:}.
  * Link libffado with soname of 0.0.0 (See debian/README.Debian.source for
    details)
  * Fixed typos in debian/control and copyright.

 -- Andrew Hunter <andrew@aehunter.net>  Mon, 16 Feb 2009 10:52:34 -0500

libffado (2.0~rc1) unstable; urgency=low

  * Upstream sync.

 -- Pieter Palmers <pieter.palmers@ffado.org>  Sat, 22 Nov 2008 22:57:57 +0100

libffado (2.0~beta7-2) unstable; urgency=low

  * Fix DESTDIR packaging bug

 -- Pieter Palmers <pieter.palmers@ffado.org>  Thu, 30 Oct 2008 21:48:57 +0100

libffado (2.0~beta7-1) unstable; urgency=low

  * Initial release

 -- Pieter Palmers <pieter.palmers@ffado.org>  Wed, 29 Oct 2008 21:48:57 +0100