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

Try debian build with minimum on breaks/replaces

This commit is contained in:
Jarrod Johnson 2019-02-26 14:22:19 -05:00
parent 161cf37f46
commit 31220292e5

View File

@ -36,8 +36,8 @@ 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
echo 'Breaks: python-'$DPKGNAME >> debian/control
echo 'Replaces: python-'$DPKGNAME' (<<2)' >> debian/control
echo 'Breaks: python-'$DPKGNAME' (<<2)' >> debian/control
dpkg-buildpackage -rfakeroot -uc -us -i
if [ $? -ne 0 ]; then