Bug#335925: apt-cache rdepends shows duplicated reverse dependencies/dependants

2011-03-07 Thread David Kalnischkies
(sorry for answering so late) On Fri, Feb 18, 2011 at 09:28, Ishan Jayawardena wrote: > I tried to fix the issue and this seems to work fine with --recurse as > well. I attached a patch and the modified testcase that David wrote > earlier. The second test read like this: testequal 'libc6 Reverse

Bug#335925: apt-cache rdepends shows duplicated reverse dependencies/dependants

2011-02-18 Thread Ishan Jayawardena
I tried to fix the issue and this seems to work fine with --recurse as well. I attached a patch and the modified testcase that David wrote earlier. I also modified the output format. This way it's much easier to interpret the meaning of the output because earlier when the '|' character is used in f

Bug#335925: apt-cache rdepends shows duplicated reverse dependencies/dependants

2011-02-09 Thread Ishan Jayawardena
I have attached a modified patch On 2/9/11, Ishan Jayawardena wrote: > Hi David, > > Thank you for your reply. I will look into your suggestions and modify > it appropriately. > > On 2/9/11, David Kalnischkies wrote: >> Hi Ishan, >> >> On Tue, Feb 8, 2011 at 16:46, Ishan Jayawardena >> wrote: >

Bug#335925: apt-cache rdepends shows duplicated reverse dependencies/dependants

2011-02-08 Thread Ishan Jayawardena
Hi David, Thank you for your reply. I will look into your suggestions and modify it appropriately. On 2/9/11, David Kalnischkies wrote: > Hi Ishan, > > On Tue, Feb 8, 2011 at 16:46, Ishan Jayawardena wrote: >> I tried to come up with a fix. > > First of all, the patch really fixes the issue for

Bug#335925: apt-cache rdepends shows duplicated reverse dependencies/dependants

2011-02-08 Thread David Kalnischkies
Hi Ishan, On Tue, Feb 8, 2011 at 16:46, Ishan Jayawardena wrote: > I tried to come up with a fix. First of all, the patch really fixes the issue for rdepends, so you are on the right track, but… > Please find the attached patch and give > me your feedback. * the indent-style is wrong. I know t

Bug#335925: apt-cache rdepends shows duplicated reverse dependencies/dependants

2011-02-08 Thread Ishan Jayawardena
Hi, I tried to come up with a fix. Please find the attached patch and give me your feedback. Regards, Ishan === modified file 'cmdline/apt-cache.cc' --- cmdline/apt-cache.cc 2010-12-07 14:47:58 + +++ cmdline/apt-cache.cc 2011-02-08 13:20:53 + @@ -633,45 +633,50 @@ pkgCache::PkgIterat

Bug#335925: apt-cache rdepends shows duplicated reverse dependencies/dependants

2005-10-26 Thread Filipus Klutiero
Package: apt Version: 0.6.42.1 Severity: minor For example, $ apt-cache rdepends kdeedu kdeedu Reverse Depends: kdeedu-doc-html kdeedu-data kdelibs4 kdeedu-doc-html kdeedu-data kde-amusements This seems to be due to use of a mix. Originally reported against synaptic, #291931