Skip to content

Commit a9f97b2

Browse files
Merge branch '8.1.x' into master by abh1sh5k
2 parents 0fd80b4 + c5ab62b commit a9f97b2

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

debian/Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,3 +155,9 @@ RELEASE_%:
155155
echo 0 > $@
156156

157157
check:
158+
159+
debian-control:
160+
@echo "Generating debian/control from debian/control.in with VERSION=$(DEB_VERSION)"
161+
sed 's/##VERSION##/$(DEB_VERSION)/g' debian/control.in > debian/control
162+
git add debian/control
163+
git commit -m "Add control file."

debian/confluent-kafka-rest.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Vendor: Confluent, Inc.
1111
Packager: Confluent Packaging <packages@confluent.io>
1212
BuildArch: noarch
1313

14-
Requires: confluent-rest-utils
14+
Requires: confluent-rest-utils = ##RPMVERSION##
1515

1616
%description
1717

debian/control renamed to debian/control.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Homepage: http://confluent.io
99

1010
Package: confluent-kafka-rest
1111
Architecture: all
12-
Depends: ${misc:Depends}, confluent-rest-utils, adduser
12+
Depends: ${misc:Depends}, confluent-rest-utils (= ##VERSION##), adduser
1313
Description: A REST proxy for Kafka
1414
The Kafka REST Proxy provides a RESTful interface to a Kafka cluster. It makes
1515
it easy to produce and consume messages, view the state of the cluster, and

0 commit comments

Comments
 (0)