Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   dh    ( 1 )

секвенсор команд debhelper (debhelper command sequencer)

  Name  |  Synopsis  |  Description  |  Override and hook targets  |  Options  |  Examples  |    Debhelper provided dh addons    |  Internals  |  See also  |

DEBHELPER PROVIDED DH ADDONS

The primary purpose of dh addons is to provide easy integration with third-party provided features for debhelper. However, debhelper itself also provide a few sequences that can be useful in some cases. These are documented in this list:

build-stamp A special addon for controlling whether dh (in compat 10 or later) will create stamp files to tell whether the build target has been run successfully. See "INTERNALS" for more details.

This addon is active by default but can disabled by using dh $@ --without build-stamp

dwz (obsolete) Adds dh_dwz(1) to the sequence in compat level 11 or below. Obsolete in compat 12 or later.

elf-tools This addon adds tools related to ELF files to the sequence such as dh_strip(1) and dh_shlibdeps(1)

This addon is conditionally active by default for architecture specific packages - that is, it is skipped for arch:all packages. In the special case where you need these tools to work on arch:all packages, you can use --with elf- tools to activate it unconditionally.

installinitramfs (obsolete) Adds dh_installinitramfs(1) to the sequence in compat level 11 or below. Obsolete in compat 12 or later.

root-sequence (internal) This is reserved for internal usage.

systemd (obsolete) Adds dh_systemd_enable(1) and dh_systemd_start(1) to the sequence in compat level 10 or below. Obsolete in compat 11 or later.