Skip to content

Commit 8fd0b19

Browse files
committed
Ship the new C++ library, by shipping a new binary package, librdkafka++1.
1 parent 6311a7c commit 8fd0b19

7 files changed

+20
-5
lines changed

debian/changelog

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ librdkafka (0.9.1-1) unstable; urgency=medium
1111
* Bump Standards-Version to 3.9.7 (no changes needed).
1212
* Switch Vcs-Git to GitHub's https (from git://)
1313
* Migrate from our own -dbg package to the automatic -dbgsym package.
14+
* Ship the new C++ library, by shipping a new binary package, librdkafka++1.
1415

1516
-- Faidon Liambotis <[email protected]> Thu, 07 Apr 2016 15:02:17 +0300
1617

debian/control

+18-1
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,29 @@ Description: library implementing the Apache Kafka protocol
2020
consumer. It implements both the 0.8 and 0.9 versions of the protocol.
2121
.
2222
More information about Apache Kafka can be found at http://kafka.apache.org/
23+
.
24+
This package contains the C shared library.
25+
26+
Package: librdkafka++1
27+
Architecture: any
28+
Multi-Arch: same
29+
Depends: ${shlibs:Depends}, ${misc:Depends}
30+
Description: library implementing the Apache Kafka protocol
31+
librdkafka is a C library implementation of the Apache Kafka protocol,
32+
containing both Producer and Consumer support. It was designed with message
33+
delivery reliability and high performance in mind, current figures exceed
34+
800000 msgs/second for the producer and 3 million msgs/second for the
35+
consumer. It implements both the 0.8 and 0.9 versions of the protocol.
36+
.
37+
More information about Apache Kafka can be found at http://kafka.apache.org/
38+
.
39+
This package contains the C++ shared library.
2340

2441
Package: librdkafka-dev
2542
Section: libdevel
2643
Architecture: any
2744
Multi-Arch: same
28-
Depends: librdkafka1 (= ${binary:Version}), ${misc:Depends}
45+
Depends: librdkafka1 (= ${binary:Version}), librdkafka++1 (= ${binary:Version}), ${misc:Depends}
2946
Description: library implementing the Apache Kafka protocol (development headers)
3047
librdkafka is a C library implementation of the Apache Kafka protocol,
3148
containing both Producer and Consumer support. It was designed with message

debian/librdkafka++1.install

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
usr/lib/*/librdkafka++.so.*

debian/librdkafka-dev.dirs

-2
This file was deleted.

debian/librdkafka1.dirs

-1
This file was deleted.
File renamed without changes.

debian/librdkafka1.install

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
usr/lib/*/librdkafka.so.*
2-
usr/lib/*/librdkafka++.so.*

0 commit comments

Comments
 (0)