* No-change rebuild against openssl3
[ Faidon Liambotis ]
* Add pristine-tar=True to gbp.conf
[ ChangZhuo Chen (陳昌倬) ]
* New upstream release.
* Bump Standards-Version to 4.6.0.
* Update symbol file.
* New upstream release.
- Update librdkafka1.symbols for new symbols.
* Drop versioned depends on liblz4-dev, satisfied by version in oldstable.
* Add build dependency to rapidjson-dev, used in tests.
* Cherry-pick /usr/share/doc files, addressing issues like duplicate files
and cruft and associated lintian warnings (duplicate-changelog-files,
extra-license-file).
* Move documentation files to librdkafka-dev.docs (from .install) so that
they are skipped in builds with the "nodoc" profile.
* Remove dh_missing override, as the options are now defaults in
compatibility level 13.
* Remove a couple of --without from dh, as debhelper is smart enough to
figure it out on its own.
* d/copyright:
- Update copyright years to include 2021.
- Add a lot more stanzas, based on LICENSES.txt.
* Add autopkgtests:
- One that builds and runs a couple of examples, in C/C++
- One that builds and runs a program that calls the library's
rd_kafka_unittest symbol to perform testing under CI.
* Update packages description with the text from upstream, that includes new
capabilities (Admin client) and performance figures (800k -> 1 million
msgs/sec).
* Fix syntax for upstream metadata, and drop Name.
* Bump Standards-Version to 4.5.1, no changes.
* Bump watchfile to v4, no changes.
[ Adrian Bunk ]
* Stop disabling PIE (Closes: #961957)
* New upstream release.
* New upstream release.
* Add zstd support.
* Bump compat to 13.
* Remove upstream applied patches.
[ Christian Barcenas ]
* New upstream version 1.3.0
* d/patches:
* Port build scripts to Python 3 (Closes: #936911)
* Fix spelling errors in log output
* d/control: Bump Standards-Version
* d/copyright: License identifier 'MIT' -> 'Expat'
* d/upstream: Add metadata
* New upstream release.
* Bump Standards-Version to 4.4.1.
* Bump compat to 12.
* Use debhelper-compat.
* Override dh_auto_configure for not supported "--runstatedir=/run".
* Remove upstream applied patch.
* Remove unused override_dh_strip.
* Set Rules-Requires-Root: no.
* Add ChangZhuo Chen (陳昌倬) as Uploaders.
* Non-maintainer upload.
* Apply patch to fix hurd-i386 build (Closes: #900716).
* New upstream version
* Update librdkafka1.symbols for 0.11.6
* Bump Standards-Version, no changes needed
* Drop references to the supported protocol versions
* New upstream release
* Update librdkafka1.symbols for 0.11.5
* Bump Standards-Version to 4.1.5, no changes needed
* Team upload
* New upstream release
* Bump Standards-Version, no changes needed
* Update librdkafka1.symbols for 0.11.4
* d/copyright:
+ Switch the copyright-format URL to https
+ Move license paragraph to the end
* Team upload
* New upstream release
* Bump Standards-Version, no changes needed
* Add NEWS entry about librdkafka's configuration changes
* New upstream release
* Bump Standards-Version, no changes needed
* New upstream release
* Update librdkafka1.symbols for 0.11.0
* Add NEWS entry about librdkafka's configuration changes
* Explicitly depend on libz4-dev with framing support (lz4frame.h)
* Bump Standards-Version to 4.0.0, no changes needed
* Setup gbp to use git as an upstream source
* Upload to unstable.
* New upstream release.
* Add a README.source note about shipping lz4 in the upstream tarball.
lz4 is not used in Debian builds.
* Add copyright for the lz4 library.
[ Faidon Liambotis ]
* Update debian/watch with upstream's new convention.
[ Christos Trochalakis ]
* New upstream release.
* Update librdkafka1.symbols for 0.9.4.
* New upstream release.
* Add Build-Depends to liblz4-dev to enable LZ4 compression.
* Add copyright for xxhash.[hc] and regexp.[hc].
* Update librdkafka1.symbols for 0.9.2 and 0.9.3.
* Use hardening build flags.
* Add myself to Uploaders.
* Switch to debhelper 10.
* Move packaging to alioth, under the pkg-kafka team.
* New upstream release (Closes: #816047).
- Remove 0001-mklove-update-add-disable-silent-rules patch (not needed)
- Remove 0002_hexdump_use_size_t_instead_of_int patch (not needed)
- Fixes a GCC6-identified warning and possible FTBFS. (Closes: #811596)
* Add Build-Depends to libssl-dev/libsasl2-dev, to enable Kafka 0.9
encryption and authentication.
* Update the long description to mention 0.9 protocol support and also the
high-performance aspect, by copying upstream's description almost
verbatim.
* Bump Standards-Version to 3.9.8 (no changes needed).
* Switch Vcs-Git to GitHub's https (from git://)
* Migrate from our own -dbg package to the automatic -dbgsym package.
* Update librdkafka1.symbols with 0.9.0' and 0.9.1's new symbols.
* Ship the new C++ library, by shipping a new binary package, librdkafka++1.
* Ship pkg-config files in the -dev package for both the C and C++
libraries.
* Replace the perl build-dependency by python, as the build system (among
others) now requires it.
* Non-maintainer upload.
* Use size_t instead of int for hexdump to fix FTBFS (Closes: 799993):
assuming signed overflow does not occur when
assuming that (X + c) >= X is always true
* New upstream release.
* Backport upstream commit f6fd0da, adding --disable-silent-rules
compatibility support to mklove. (Closes: #788742)
* Install rdkafka.pc in the right, multiarch location. (Closes: #766759)
* New upstream release.
- Fixes kFreeBSD FTBFS.
* Ship rdkafka.pc pkg-config in librdkafka-dev.
* 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.
* 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.
* 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.
* Initial release. (Closes: #710271)