Page 1 of 1

Deps and 'suggests'

Posted: 20. Mar 2011, 08:08
by toothandnail
I have a package (my favourite backup software) which is entirely scipts, so depfinder doesn't find any deps for it.

There is no problem manually creating a deps file for it. What I'm not sure about is that there are a number of packages which are not a requirement, but may be needed for specific backup tasks. How should packages which would be useful but are not really deps be entered?

The Fedora build of the package simply makes them deps, but that seem a bit of overkill, since they will be needed for only some possible tasks, not for basic operation.

Paul

Re: Deps and 'suggests'

Posted: 20. Mar 2011, 11:10
by fredg
Hi,

Just make a .sug file.

Example:
http://download.salixos.org/i486/curren ... 86-1pw.sug

++

Re: Deps and 'suggests'

Posted: 20. Mar 2011, 21:35
by toothandnail
fredg wrote:Hi,

Just make a .sug file.

Example:
http://download.salixos.org/i486/curren ... 86-1pw.sug

++
:) Thanks. Never noticed one of them before. That should do nicely.

Paul.