PPA page does not include dependencies in the sources.list section
Bug #385136 reported by
James Henstridge
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
Low
|
Unassigned |
Bug Description
While I can mark one PPA as depending on another one, doing so does not change the suggested sources.list entries from the PPA home page.
As users of the PPA will need to add the dependent PPA too, it would make sense to list the additional entries directly rather than relying on the user to track down the details of the dependency PPA afterwards.
I guess it would be useful to list the PGP keys for the dependency PPAs on the page too.
Changed in soyuz: | |
milestone: | 3.0 → none |
To post a comment you must log in.
Do you think PPA dependencies must be always compulsory when you activate one ?
I think It's not always the case and I'm afraid of the confusion it would cause in the UI if we have something like:
{{{ ppa.launchpad. net/jamesh/ ppa/ubuntu karmic main ppa.launchpad. net/jamesh/ ppa/ubuntu karmic main
# PPA for James Henstridge
deb http://
deb-src http://
# PPA for Bazaar Developers (dependency of PPA for James Hestridge) ppa.launchpad. net/bzr/ ppa/ubuntu karmic main ppa.launchpad. net/bzr/ ppa/ubuntu karmic main
deb http://
deb-src http://
}}}
The fact is that the dependencies might be needed if you want to build sources locally as they would be built in the PPA, however, in most of the cases, they are not needed for installing packages.
Alternatively, we could allow the user to choose if they want the complete dependency chain or only the PPA itself and change the output of the widget accordingly, but I'm a little bit skeptical about the benefits of doing it.