Re: dpkg (without any --force) allows to break dependences

2003-08-23 Thread Colin Watson
On Sat, Aug 23, 2003 at 10:49:46PM +0400, Nikita V. Youshchenko wrote: > How to reproduse: > > create test1_1.deb with package 'test1', version '1' > creaet test1_2.deb with package 'test1', version '2' > create test2.deb with package 'test2' that depends on test1 (>= 2) > > dpkg -i test1_2.deb >

dpkg (without any --force) allows to break dependences

2003-08-23 Thread Nikita V. Youshchenko
How to reproduse: create test1_1.deb with package 'test1', version '1' creaet test1_2.deb with package 'test1', version '2' create test2.deb with package 'test2' that depends on test1 (>= 2) dpkg -i test1_2.deb dpkg -i test2.deb dpkg -i test1_1.deb The last commands completes without errors, and