On Fri, Sep 21, 2012 at 8:55 PM, Bruno Mahé <bm...@apache.org> wrote: > There are already tool to extract dependencies out of spec files. I imagine > the same is probably true for debs.
What's the tool name? Also, as a matter of fact for our purposes the tool can be as simple as just grepping for them. In fact, when I did $ git grep -E 'Build(Requires|-Depends):' I didn't find anything that would be too difficult to handle via sed/awk. Thanks, Roman.