#333464 apt-rdepends: option to limit recursivity

#333464#5
Date:
2005-10-12 02:07:49 UTC
From:
To:
A command-line option to limit recursivity to a certain level would be
very handy. Something like --levels=xx.

Thus apt-rdepends -r --levels=1 foo would only give the packages that
directly depend on foo.

#333464#10
Date:
2008-01-03 12:11:36 UTC
From:
To:
I would like to second this wish.

This is useful to find out if a package is still referenced without reading
thousands of lines if it is far up the dependency chain.

Is apt-rdepends orphaned? The last maintainer upload was more than two years
ago.

Josef

#333464#15
Date:
2010-05-19 13:05:00 UTC
From:
To:
In fact, having just a single level as default would be good. The
reason is that although this is the same (it seems?) as apt-cache
depends, apt-rdepends can also do build-deps, which apt-cache can't (?
at least, I can't see any mention of it in the man page).

I have an ulterior motive here: I would like to see this fixed and
also reverse build-deps, and then have apt-rdepends supported by wajig
for easy and powerful dependency finding.