EnglishFrenchSpanish

OnWorks favicon

dh_linktree - Online in the Cloud

Run dh_linktree in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command dh_linktree that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


dh_linktree - create symlink trees to embed files from other packages

SYNOPSIS


dh_linktree [debhelper options] [-A] [-Xitem] [action source destination ...]

DESCRIPTION


dh_linktree is a debhelper program that creates symlink trees in package build
directories. The symlinks points to files provided by other packages and which have to be
present during build. As such you have to put the packages providing the destination files
in the build dependencies. For any symlink it creates, it will add to ${misc:Depends} the
dependency that is required to ensure that the target of the symlink is available.

RATIONALE


This tool has been developed to handle the case of embedded libraries written in
interpreted languages (javascript, PHP, etc.). You usually want to replace the embedded
copy by the packaged one except if they are not compatible. Since both versions evolve
separately, you might have to frequently switch between the embedded version and the
packaged one.

If the embedded library had been replaced by a symlink to the top-level directory, you
would have to add code to the preinst/postinst every time that you switch from one to the
other (to replace the real directory with a symlink and vice-versa). With a symlink tree,
dpkg is doing everything by itself.

Since symlink trees are created statically at build-time, they are not very future-proof
and have a risk to miss some files introduced by a newer version of the package providing
the file tree which is duplicated. That's why the generated dependencies generally ensure
that the same upstream version be used at run-time than at build-time.

USAGE


dh_linktree accepts arguments by set of 3. One action followed by source and destination
file/directories. Symlinking files works just like dh_link but symlinking directories will
recreate the same directory hierarchy and all individual files will be turned into
symlinks.

The source files are the already existing files that will be symlinked from. The
destination files are the symlinks that will be created.

Be sure you do specify the full filename to both the source and destination files (unlike
what you would do if you were using something like ln(1)).

dh_linktree will generate symlinks that comply with Debian policy: absolute when policy
says they should be absolute, and relative links with as short a path as possible. It will
also create any subdirectories it needs to to put the symlinks in.

Note that dh_linktree will not be executed automatically by dh, you need to use dh $@
--with linktree to get it hooked in the list of dh_* commands automatically executed by
dh.

Use dh_linktree online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    PyQt
    PyQt
    PyQt is the Python bindings for
    Digia's Qt cross-platform
    application development framework. It
    supports Python v2 and v3 and Qt v4 and
    Qt v5. PyQt is avail...
    Download PyQt
  • 2
    Sardi
    Sardi
    Sardi is a complete restyling and
    optimisation of svg code. 6 choices for
    your applications and 10 kind of folders
    to use in your file manager. The sardi
    icons...
    Download Sardi
  • 3
    LMMS Digital Audio Workstation
    LMMS Digital Audio Workstation
    LMMS is a free cross-platform software
    which allows you to produce music with
    your computer. If you like this project
    consider getting involved in the project
    h...
    Download LMMS Digital Audio Workstation
  • 4
    FreeRTOS Real Time Kernel (RTOS)
    FreeRTOS Real Time Kernel (RTOS)
    FreeRTOS is a market-leading real-time
    operating system (RTOS) for
    microcontrollers and small
    microprocessors. Distributed freely
    under the MIT open source lice...
    Download FreeRTOS Real Time Kernel (RTOS)
  • 5
    Avogadro
    Avogadro
    Avogadro is an advanced molecular
    editor designed for cross-platform use
    in computational chemistry, molecular
    modeling, bioinformatics, materials
    science and ...
    Download Avogadro
  • 6
    XMLTV
    XMLTV
    XMLTV is a set of programs to process
    TV (tvguide) listings and help manage
    your TV viewing, storing listings in an
    XML-based format. There are utilities to
    do...
    Download XMLTV
  • More »

Linux commands

Ad