Age | Commit message (Collapse) | Author | Files | Lines |
|
Dependencies on Arch: all packages are still handling incorrectly.
This patch thoroughly exposes this issue in the curses interface.
Where previously aptitude would show (aboot-cross:amd64 info):
--\ Depends (2)
--- aboot-base (UNAVAILABLE)
which is incorrect (as aboot-base *is* available), we now see:
--\ Depends (2)
--- aboot-base:amd64 (UNAVAILABLE)
which makes it clear why the package is *considered* unavailable.
APT tools (at least, 0.8.15 series) exhibit this same problem
when displaying dependencies.
Exposing this issue enables improvements to the dependency
parser/handling to be made.
Non-multi-arch systems are unaffected.
|
|
|
|
This tree version is still BROKEN. This commit changes a bunch of code mechanically,
and completely fixes all the subdirectories and files through download_screen in
the top-level directory.
Some unfortunate namespace choices in cwidget showed up here. widgets and config
should probably be merged into the cwidget namespace, and I've created namespace
aliases that pretend this happened as I go through the .cc files. Luckily, that
change can largely be accounted for automatically.
|
|
<cwidget/widgets/*>.
The tree is now broken and will remain broken until the transition completes.
|
|
|