How to depend on a package that got split?
Asked by
Wolf Geldmacher
This is the scenario:
A single package (gfxboot) got split into two packages (gfxboot and gfxboot-dev) for maverick.
The functionality I need has moved from gfxboot into gfxboot-dev.
Question:
How do I get the dependency right, so that my package (uck), which does not depend on the Ubuntu version up to now installs correctly in both lucid and maverick?
Obviously I cannot use:
Depends: gfxboot
as this does not provide the functionaly I need in maverick and
Depends: gfxboot-dev
will not work for lucid, as the -dev package does not exist there.
((This must be a fairly common problem, but, although I searched, I could not find pointers to a solution.))
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Ubuntu dpkg Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Philip Muškovac
- Solved:
- Last query:
- Last reply:
To post a message you must log in.