I believe some similar cases have been handled earlier by
suggests type dependencies. The reasoning is:
- the main functionality does not require wish, so it must
  not be required
- recommends is also a bit heavy handed for this, the
  package is perfectly usable without it (i.e. no
  functionality is lost)
- ui wrapper is best packaged to same package because it
  is small and has no independent functionality and so we
  avoid package pollution
I'd seriously consider having only one package and suggest
wish.

t.aa

Cosimo Alfarano <[EMAIL PROTECTED]> 27 Aug 2000 21:59
> 
> On Sun, Aug 27, 2000 at 08:53:40PM +0200, Adrian Bunk wrote:
> 
> > I hope this is inside the control file a:
> > Depends: ${shlibs:Depends}, wish
> 
> sure, I grepped it from dpkg -I
> 

Reply via email to