Source: kafkacat
Section: net
Priority: optional
Maintainer: Vincent Bernat <bernat@debian.org>
Uploaders: Faidon Liambotis <paravoid@debian.org>
Build-Depends: debhelper-compat (= 13),
               librdkafka-dev,
               libavro-dev,
               pkg-config,
               zlib1g-dev,
               libyajl-dev
Standards-Version: 4.5.0
Homepage: https://github.com/edenhill/kcat
Vcs-Browser: https://github.com/edenhill/kcat/tree/debian
Vcs-Git: https://github.com/edenhill/kcat.git -b debian

Package: kcat
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: kafkacat (<< 1.7.1-1~)
Breaks: kafkacat (<< 1.7.1-1~)
Description: 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.

Package: kafkacat
Architecture: all
Section: oldlibs
Depends: kcat, ${misc:Depends}
Description: 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.
