Re: [udd] missing bugs

2010-01-21 Thread Don Armstrong
On Thu, 21 Jan 2010, Julius Davies wrote: > I'm curious to see the "Debbugs::Bugs" code. Where can I find this package? > > I tried "apt-get source debbugs" but I couldn't find it in there! http://bugs.debian.org/debbugs-source/mainline/Debbugs/Bugs.pm Don Armstrong -- Quite the contrary; th

Re: [udd] missing bugs

2010-01-21 Thread Serafeim Zanikolas
On Thu, Jan 21, 2010 at 03:34:54PM -0800, Julius Davies wrote [edited]: > Not seeing that package My bad -- should have mentioned that it's currently only in experimental. -- debtags-organised WNPP bugs: http://members.hellug.gr/serzan/wnpp -- To UNSUBSCRIBE, email to debian-qa-requ...@li

Re: [udd] missing bugs

2010-01-21 Thread Lucas Nussbaum
On 21/01/10 at 15:20 -0800, Julius Davies wrote: > Hi, Lucas, > > I'm curious to see the "Debbugs::Bugs" code. Where can I find this package? > > I tried "apt-get source debbugs" but I couldn't find it in there! Have you tried the version in experimental? The other one is a bit old. I got it f

Re: [udd] missing bugs

2010-01-21 Thread Lucas Nussbaum
On 21/01/10 at 15:08 -0800, Don Armstrong wrote: > On Fri, 22 Jan 2010, Lucas Nussbaum wrote: > > The problem is that 471145 doesn't show up in > > Debbugs::Bugs::get_bugs() or Debbugs::Bugs::get_bugs(archive => 1). > > $ perl -MDebbugs::Bugs -e 'print grep {$_ == 471145} > Debbugs::Bugs::get_bug

Re: [udd] missing bugs

2010-01-21 Thread Serafeim Zanikolas
On Thu, Jan 21, 2010 at 03:20:25PM -0800, Julius Davies wrote [edited]: > I'm curious to see the "Debbugs::Bugs" code. Where can I find this package? libdebbugs-perl -- debtags-organised WNPP bugs: http://members.hellug.gr/serzan/wnpp -- To UNSUBSCRIBE, email to debian-qa-requ...@lists.debia

Re: [udd] missing bugs

2010-01-21 Thread Julius Davies
Thanks! I'm still having trouble. I'm a newbie when it comes to debian development. Not seeing that package $ cat /etc/apt/sources.list deb http://ftp.us.debian.org/debian unstable main contrib non-free deb-src http://ftp.us.debian.org/debian unstable main contrib non-free $ apt-get

Re: [udd] missing bugs

2010-01-21 Thread Julius Davies
Hi, Lucas, I'm curious to see the "Debbugs::Bugs" code. Where can I find this package? I tried "apt-get source debbugs" but I couldn't find it in there! yours, Julius > Basically, we use Debbugs::Bugs::get_bugs() or > -- > | Lucas Nussbaum > | lu...@lucas-nussbaum.net http://www.lucas-

Re: [udd] missing bugs

2010-01-21 Thread Lucas Nussbaum
On 21/01/10 at 14:16 -0800, Don Armstrong wrote: > On Fri, 22 Jan 2010, Lucas Nussbaum wrote: > > On 21/01/10 at 12:22 -0800, Julius Davies wrote: > > > Hi, > > > > > > Some bugs are missing from the UDD, for example > > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471445 . > > > > > > > >

Re: [udd] missing bugs

2010-01-21 Thread Lucas Nussbaum
On 21/01/10 at 12:22 -0800, Julius Davies wrote: > Hi, > > Some bugs are missing from the UDD, for example > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471445 . > > > udd=> select id from all_bugs where id = 471445 ; > id > > (0 rows) > > > I'm using a local replica. Hi Don, Some