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:
parent
ebfbbcca23
commit
a322118877
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user