Re: To debian-devel@lists.debian.org in <[EMAIL PROTECTED]>
> > I would like to put on my homepage list of packages that I maintain. 
> > I suppose that the easiest way would be to fetch this information from 
> > ldap database. I don't want to reinvent the wheel, and I'm sure some of 
> > you have already similar lists on your websites.
> 
> Otherwise, try something like
> $ grep-available -FMaintainer fenio -sPackage
> 
> (Don't forget "dselect update" before.)

For the record, I'm now using the following wml snippet:

 <: open F, "grep-available -FMaintainer 'Christoph Berg' -sPackage 
-sDescription -dn|";
    while(<F>) {
      $pkg{$_} = "<a href=\"http://packages.debian.org/$_\";>$_</a> - ". <F> 
."<br>\n";
      <F>;
    }
    close F;
    foreach (sort keys %pkg) {
      print $pkg{$_};
    }
 :>

Christoph
-- 
[EMAIL PROTECTED] | http://www.df7cb.de/

Attachment: signature.asc
Description: Digital signature

Reply via email to