FS#12951 - namcap should list all dependencies
Attached to Project:
Arch Linux
Opened by Greg (dolby) - Sunday, 25 January 2009, 00:18 GMT
Last edited by Hugo Doria (hdoria) - Saturday, 11 April 2009, 15:51 GMT
Opened by Greg (dolby) - Sunday, 25 January 2009, 00:18 GMT
Last edited by Hugo Doria (hdoria) - Saturday, 11 April 2009, 15:51 GMT
|
Details
I sent an emain to Hugo Doria about this cause he asked
about which features would people like to see in namcap
but didnt get a reply. So heres a feature request. I think that namcap should report back all the dependencies of a package it examines, even the packages in base. |
This task depends upon
Closed by Hugo Doria (hdoria)
Saturday, 11 April 2009, 15:51 GMT
Reason for closing: Won't implement
Saturday, 11 April 2009, 15:51 GMT
Reason for closing: Won't implement
e.g. if A depends on B and C, and B depend on C then namcap should list both B and C as dependencies.
This will help to easily identify packages that need rebuild due to .so bump, which is not that easy now because the common convention now is to omit dependencies that are pulled by other dependencies (i.e. most packages would not list C as a dependency of A because B pulls it anyway).
FS#12890as well as maybeFS#12959or evenFS#12391If namcap lists dependencies in base as well, it will help towards this direction.
required to get that package installed (including packages in base),
otherwise the output will become cluttered.
For listing all the dependencies of a package (recursively), there's
a program called deptree (or of a similar name) in pacman-contrib
which does so.