Re: [Fink-devel] Source field in var/lib/dpkg/available

2004-04-22 Thread Daniel Macks
On Thu, Apr 22, 2004 at 01:19:56PM +0300, Antti Tapaninen wrote: > On Tue, 20 Apr 2004, Daniel Macks wrote: > > > > > > -Source: $pkgname > > > +Source: $self->{_expand}->{N} > > > Version: $version > > > Section: $section > > > Installed-Size: $instsize > > > > That indeed does look s like a bu

Re: [Fink-devel] Source field in var/lib/dpkg/available

2004-04-22 Thread Antti Tapaninen
On Tue, 20 Apr 2004, Daniel Macks wrote: > > -Source: $pkgname > > +Source: $self->{_expand}->{N} > > Version: $version > > Section: $section > > Installed-Size: $instsize > > That indeed does look s like a bug. Appears to be unchanged when > SplitOffs (child packages) got implemented. Ok, ho

Re: [Fink-devel] Source field in var/lib/dpkg/available

2004-04-20 Thread Daniel Macks
On Tue, Apr 20, 2004 at 04:25:37PM +0300, Antti Tapaninen wrote: > On Mon, 19 Apr 2004, Daniel Macks wrote: > > > > fink dumpinfo --source > output.txt > > > > (or something like that...the exact syntax isn't quite set yet) and > > then you can browse a giant listing of all packages (or optionall

Re: [Fink-devel] Source field in var/lib/dpkg/available

2004-04-20 Thread Antti Tapaninen
On Mon, 19 Apr 2004, Daniel Macks wrote: Hi, > There's a feature in the not-yet-released version of fink that lets > you extract this type of info directly from fink's own database. You > will be able to > > fink dumpinfo --source > output.txt > > (or something like that...the exact syntax isn

Re: [Fink-devel] Source field in var/lib/dpkg/available

2004-04-19 Thread Daniel Macks
On Mon, Apr 19, 2004 at 01:49:09PM +0300, Antti Tapaninen wrote: > > I'd like to have an easy way to determine which packages have been > packaged and compiled from a mutual source. In debian, there doesn't seem > to be an easy tool to do this, but so far I've parsed the available/status > files m

[Fink-devel] Source field in var/lib/dpkg/available

2004-04-19 Thread Antti Tapaninen
Hi everyone, I'd like to have an easy way to determine which packages have been packaged and compiled from a mutual source. In debian, there doesn't seem to be an easy tool to do this, but so far I've parsed the available/status files myself. Package entries like zsh, zsh-doc and zsh-static all s