This bug is not fixed. You miss the point of soname bumps. The point is so you can have multiple versions of the same library installed. As it is, libguichan2 conflicts with libguichan1 and libguichan0, and libguichan1 conflicts with libguichan0.
This breaks every package that depends on libguichan*, every time you upgrade guichan, which is quite frequently. You should design new packages so that they do not conflict with old packages. Your soname bump is incomplete. The package libguichan1 should contain the file /usr/lib/libguichan.so.1, and the packge libguichan2 should contian the file /usr/lib/libguichan.so.2. This is probably why your packages conflict in the first place. I am new to library maintaining too, but I would be happy to help you, if you require assistance. -Brandon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]