2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 01:22:00 +00:00

Specify confluent client deb name

This commit is contained in:
Jarrod Johnson 2019-02-26 13:02:04 -05:00
parent a322118877
commit db812ac292

View File

@ -30,6 +30,7 @@ if [ "$DPKGNAME" = "confluent-server" ]; then
else
sed -i 's/^\(Depends:.*\)/\1, confluent-client, python-lxml, python-eficompressor, python-pycryptodome/' debian/control
fi
echo 'confluent_client confluent-client' >> debian/pydist-overrides
fi
head -n -1 debian/control > debian/control1
mv debian/control1 debian/control