librdkafka (1.9.2-1)
[PTS] [DDPO]
COMMITS: VCS has seen 10 commits since the debian/1.8.0-1 tag
- Git: https://salsa.debian.org/kafka-team/librdkafka.git
-
- Branch: debian/sid
- Path: debian/changelog
- Repo size: 32329728
- Browser: https://salsa.debian.org/kafka-team/librdkafka
- Last scan: 2023-01-24 23:14:06+00
- Next scan: 2023-01-31 06:36:00+00
- Debian changelog in Git:
librdkafka (1.9.2-1) unstable; urgency=medium
* New upstream release.
- Update librdkafka1.symbols to add new (as of v1.9.0) symbols.
* Upstream build system now generates an librdkafka-static.a that is
identical to librdkafka.a. Add it to debian/no-installed.
* Remove override_dh_auto_configure and the handcrafted ./configure; mklove
now supports runstatedir, and therefore the automatic configure line
works.
* Add a patch (makefile-bashism-pr4147) to fix a bashism in the main
Makefile, which resulted into the build tree becoming dirty.
* Multiple debian/copyright updates:
- Add entries for files that were undocumented before, and files
introduced in this newer upstream release.
- Update copyright years.
- Remove license MIT, as a duplicate of Expat, already in the file.
* Bump Standards-Version to 4.6.2, no changes needed.
-- Faidon Liambotis <paravoid@debian.org> Thu, 12 Jan 2023 04:13:14 +0200
- This branch is 10 commits ahead of tag debian/1.8.0-1
- Git log:
commit 5c7a95a09a9815ae57ba1b0226f374e054d5fc78
Author: Faidon Liambotis <paravoid@debian.org>
Date: Thu Jan 12 04:17:55 2023 +0200
Release 1.9.2-1 to unstable
commit 6b27cf67d00cae7593b98126e2d3f6d674067d80
Author: Faidon Liambotis <paravoid@debian.org>
Date: Thu Jan 12 03:15:25 2023 +0200
Bump Standards-Version to 4.6.2, no changes needed
commit 9639ad86f74ae3bb705c8d1d63783e97c8610bfb
Author: Faidon Liambotis <paravoid@debian.org>
Date: Thu Jan 12 03:11:34 2023 +0200
Various d/copyright updates
* Update copyright years for upstream
* Update copyright years fo myself
* Remove license MIT (duplicate of Expat, already in the file)
* Add two new stanzas for files that were undocumented before, plus one
for a couple of new files
commit b2ea08b7dabd39c5c0784d5fe9b47d744fa9f36d
Author: Faidon Liambotis <paravoid@debian.org>
Date: Thu Jan 12 02:40:33 2023 +0200
Update symbols
commit 62fde1b3b0d252942d634613ecc41d58f11f8302
Author: Faidon Liambotis <paravoid@debian.org>
Date: Thu Jan 12 02:32:30 2023 +0200
Add librdkafka-static.a to d/no-installed
While 1.8.0 emitted:
WARNING: librdkafka-static.a: Not creating self-contained static library librdkafka-static.a: no static libraries available/enabled
we instead have:
WARNING: librdkafka-static.a: No static libraries available/enabled for inclusion in self-contained static library librdkafka-static.a: this library will be identical to librdkafka.a
We clearly don't want to ship this self-contained library (and
especially if it's identical). Therefore add the file to not-installed.
commit 2826e95dc469c20850e6b0d4214f38be3fb9cd19
Author: Faidon Liambotis <paravoid@debian.org>
Date: Thu Jan 12 02:28:24 2023 +0200
Add patch makefile-bashism-pr4147
Fixes an upstream Makefile bashism, that emptied out LICENSES.txt on
every Makefile run.
commit b949f47da6adfb692ad3c8576e6ca38e5431f02b
Author: Faidon Liambotis <paravoid@debian.org>
Date: Thu Jan 12 02:27:37 2023 +0200
Remove handcrafted ./configure, mklove now supports runstatedir
commit a046351e1d0cf8204c963db3f386065391f0360b
Merge: 6418e9d0 72c9dc14
Author: Faidon Liambotis <paravoid@debian.org>
Date: Thu Jan 12 02:27:13 2023 +0200
Update upstream source from tag 'upstream/1.9.2'
Update to upstream version '1.9.2'
with Debian dir cf3456cbf3d96a4e181b41874b0b98d42dd6dc5b
commit 72c9dc1430a8188f40d9c698bc784a9f5daf1b60
Author: Faidon Liambotis <paravoid@debian.org>
Date: Thu Jan 12 02:27:02 2023 +0200
New upstream version 1.9.2
commit 6418e9d0a84b7dda506a142d0dbc64ae48eb53bf
Author: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Date: Sat Feb 12 02:52:09 2022 +0800
Add d/salsa-ci.yml