mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 09:32:21 +00:00
Try debian build with minimum on breaks/replaces
This commit is contained in:
parent
161cf37f46
commit
31220292e5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user