Christoph Berg wrote: > SYNOPSIS > dh_link [debhelper options] [-A] [source destination ...] > > and ln(1) > > SYNOPSIS > ln [OPTION]... [-T] TARGET LINK_NAME (1st form) > > I'm always confused about the order of arguments and then try to use > dh_link the wrong way round.
It's not suprising that you get confused if you're comparing with the
IMHO very confusing ln(1) page. Especially since dh_link doesn't operate
very much like ln at all.
The second paragraph of dh_link(1) clarifies exactly what source and
destination mean:
The source files are the already existing files that will be symlinked
from. The destination files are the symlinks that will be created.
> The patch below fixes the terminology in
> dh_link to "destination" "source" to match ln's "target" more closely.
At the expense of the absurd:
The destination files are the already existing files that will be
symlinked from. The source files are the symlinks that will be created.
How many compilers do you know of that create source files from destination
files?
--
see shy jo
signature.asc
Description: Digital signature

