table of contents
other versions
- wheezy 0.4
- jessie 0.14
- jessie-backports 0.23~bpo8+1
- testing 0.23+b1
- unstable 0.23+b1
| DH-EXEC-INSTALL(1) | dh-exec | DH-EXEC-INSTALL(1) |
NAME¶
dh-exec-install - Install (and possibly rename) files.SYNOPSIS¶
#! /usr/bin/dh-execDESCRIPTION¶
Being a sub-command of dh-exec(1), this program must not be ran directly, but through dh-exec, which automatically runs all available sub-commands if run bare; or explicitly with dh-exec --with=install.RESTRICTIONS¶
Due to the way executable scripts are called from debhelper(1), there is no way to know what options were used for the original dh_install(1). This means, that the --sourcedir option of dh_install(1) will not work correctly when dh-exec-install is in use.IMPLEMENTATION¶
Internally, the renaming happens by creating a temporary directory under debian/tmp/, and copying (or moving, if the source was under debian/tmp/ to begin with) the file there, with the new name.ENVIRONMENT¶
DH_EXEC_SCRIPTDIRIndicates which directory the command-specific
scripts should be sought for. If not specified, scripts will be searched for
in /usr/share/dh-exec/.
FILES¶
$DH_EXEC_SCRIPTDIR/dh-exec-install-*The various scripts for the higher-level
program.
SEE ALSO¶
debhelper(1), dh-exec(1), dh_install(1)AUTHOR¶
dh-exec-install is copyright © 2011-2012 by Gergely Nagy <algernon@madhouse-project.org>.| 2012-05-03 |