kafkacat 1.7.1-3 source package in Ubuntu

Changelog

kafkacat (1.7.1-3) unstable; urgency=medium

  [ Faidon Liambotis ]
  * Fix override_dh_auto_clean override to properly clean the source tree.
    (Closes: #1047095)
  * Remove "--enable-avro" and drop libavro-dev Build-Depends. Avro support
    requires libserdes, which is not in Debian. We were passing --enable-avro,
    but that does not actually take any effect, and thus both the flag and the
    associated build-dependency were superfluous.
  * Build with hardening flags (hardening=+all).
  * Remove Breaks/Replaces: kafkacat, as it was superfluous: kcat has no file
    conflicts with the old kafkacat packages.
  * Build-Depend on pkgconf, instead of the now transitional pkg-config.
  * Bump Standards-Version to 4.6.2, no changes needed.

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.

 -- Faidon Liambotis <email address hidden>  Mon, 13 Nov 2023 10:43:16 +0200

Upload details

Uploaded by:
Vincent Bernat
Uploaded to:
Sid
Original maintainer:
Vincent Bernat
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
kafkacat_1.7.1-3.dsc 1.9 KiB aed89380eb30cf9f64edeefa32c6e18cae1147431e86bd4d0c87edcab3c90604
kafkacat_1.7.1.orig.tar.gz 139.4 KiB 4b957b7ffc728a88e163bc4e581aa371e56c7e74c8b84b1fe0583d0302ef8d58
kafkacat_1.7.1-3.debian.tar.xz 4.0 KiB 34b90abdc5aa6e552bd44f60232add68976307fba610b867a9a9053debbcb748

Available diffs

No changes file available.

Binary packages built by this source

kafkacat: producer and consumer for Apache Kafka (transitional package)

 kcat is a generic non-JVM producer and consumer for Apache Kafka
 0.8, think of it as a netcat for Kafka.
 .
 This package is a transitional package. It can be safely removed.

kcat: producer and consumer for Apache Kafka

 kcat is a generic non-JVM producer and consumer for Apache Kafka
 0.8, think of it as a netcat for Kafka.
 .
 In producer mode kcat reads messages from stdin, delimited with a
 configurable delimiter and produces them to the provided Kafka
 cluster, topic and partition. In consumer mode kcat reads messages
 from a topic and partition and prints them to stdout using the
 configured message delimiter.
 .
 kcat also features a Metadata list mode to display the current
 state of the Kafka cluster and its topics and partitions.

kcat-dbgsym: debug symbols for kcat