]> git.saurik.com Git - apt.git/commit
Fixed a bug on line 623, I picked this up after seeing SmartUnpack trying to remove...
authorChristopher Baines <cbaines8@gmail.com>
Sun, 7 Aug 2011 15:35:36 +0000 (16:35 +0100)
committerChristopher Baines <cbaines8@gmail.com>
Sun, 7 Aug 2011 15:35:36 +0000 (16:35 +0100)
commitb9f668796339b7581f49ee6d42c53dc10049e5c2
treefc01f0cf2aee15afff333947c0e1a2be928d830b
parent11b87a08ee6952c5b66b14842283df3ea26b90ac
Fixed a bug on line 623, I picked this up after seeing SmartUnpack trying to remove packages once they were confiured to solve Conflicts with the previous version!
Luckily EarlyRemove is sane, and properly checks, so I think this was just cosmetic.

Also fixed a bug on line 374 with SmartUnpack not checking if a dependancy has been removed, this bug was definately harmful.
apt-pkg/packagemanager.cc