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
|
librdkafka (0.8.6-1) unstable; urgency=medium
* New upstream release.
* Backport upstream commit f6fd0da, adding --disable-silent-rules
compatibility support to mklove. (Closes: #788742)
-- Faidon Liambotis <paravoid@debian.org> Sun, 19 Jul 2015 01:36:18 +0300
librdkafka (0.8.5-2) unstable; urgency=medium
* Install rdkafka.pc in the right, multiarch location. (Closes: #766759)
-- Faidon Liambotis <paravoid@debian.org> Sun, 26 Oct 2014 06:47:07 +0200
librdkafka (0.8.5-1) unstable; urgency=medium
* New upstream release.
- Fixes kFreeBSD FTBFS.
* Ship rdkafka.pc pkg-config in librdkafka-dev.
-- Faidon Liambotis <paravoid@debian.org> Fri, 24 Oct 2014 18:03:22 +0300
librdkafka (0.8.4-1) unstable; urgency=medium
* New upstream release, including a new build system.
- Add Build-Depends on perl, required by configure.
- Support multiarch library paths.
- Better detection of architecture atomic builtins, supporting more
architectures. (Closes: #739930)
- Various portability bugs fixed. (Closes: #730506)
- Update debian/librdkafka1.symbols.
* Convert to a multiarch package.
* Switch to Architecture: any, because of renewed upstream portability.
* Update debian/copyright to add src/ before Files: paths.
* Update Standards-Version to 3.9.6, no changes needed.
* Ship only the C library for now, not the new C++ library; the latter is
still in flux in some ways and will probably be shipped in a separate
package in a future release.
-- Faidon Liambotis <paravoid@debian.org> Wed, 22 Oct 2014 23:57:24 +0300
librdkafka (0.8.3-1) unstable; urgency=medium
* New upstream release.
- Multiple internal symbols hidden; breaks ABI without a SONAME bump, but
these were internal and should not break any applications, packaged or
not.
* Update Standards-Version to 3.9.5, no changes needed.
-- Faidon Liambotis <paravoid@debian.org> Tue, 18 Feb 2014 02:21:43 +0200
librdkafka (0.8.1-1) unstable; urgency=medium
* New upstream release.
- Multiple fixes to FTBFS on various architectures. (Closes: #730506)
- Remove dh_auto_clean override, fixed upstream.
* Limit the set of architectures: upstream currently relies on 64-bit atomic
operations that several Debian architectures do not support.
-- Faidon Liambotis <paravoid@debian.org> Thu, 05 Dec 2013 16:53:28 +0200
librdkafka (0.8.0-1) unstable; urgency=low
* Initial release. (Closes: #710271)
-- Faidon Liambotis <paravoid@debian.org> Mon, 04 Nov 2013 16:50:07 +0200
|