2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-25 02:52:07 +00:00

Change wheezy to depend on old package name

This commit is contained in:
Jarrod Johnson 2019-03-26 13:46:39 -04:00
parent 8c886b751c
commit 5404497e70

View File

@ -33,7 +33,11 @@ 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
if grep wheezy /etc/os-release; then
echo 'confluent_client python-confluent-client' >> debian/pydist-overrides
else
echo 'confluent_client confluent-client' >> debian/pydist-overrides
fi
fi
head -n -1 debian/control > debian/control1
mv debian/control1 debian/control