2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-02-16 10:39:23 +00:00

Fix debian build

This commit is contained in:
Jarrod Johnson 2019-02-26 11:09:23 -05:00
parent ebfbbcca23
commit a322118877

View File

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