This is the command dh-exec-subst 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
JADUAL:
NAMA
dh-exec-subst - Debhelper executable file substition scripts
SINOPSIS
#! /usr/bin/dh-exec
src/libfoo-*.so.* debian/foo-plugins/usr/lib/foo/${DEB_HOST_MULTIARCH}/
DESCRIPTION
Menjadi sub-perintah daripada dh-exec(1), program ini tidak boleh dijalankan secara langsung, tetapi melalui
dh-exec, yang secara automatik menjalankan semua sub-perintah yang tersedia jika dijalankan kosong; atau secara eksplisit
bersama dh-exec --dengan=subst.
It is a wrapper around the various other substitution helpers, and will pipe the input
file through all the available substitution helpers. It is up to these scripts to do the
actual work.
When a helper fails to expand a variable within its input, it will leave it as-is, so that
later in the pipeline it can perhaps be expanded by another program.
SKRIP
dh-exec-subst-env
Substitutes any of the available, exported environment variables into its input. It
does not do any kind of filtering: whatever is available in the environment, will
be available for substitution, however unsafe that may be.
Diperkenalkan dalam versi 0.1.
dh-exec-subst-multiarch
Attempts to expand any of the variables known to dpkg-architecture(1), mostly
useful for multi-arch support.
The command will query dpkg-architecture(1) directly, and does not rely on
environment variables set (as the called program will prefer already set
environment variables anyway).
Diperkenalkan dalam versi 0.1.
PERSEKITARAN
DH_EXEC_SCRIPTDIR
Menunjukkan direktori mana skrip khusus perintah harus dicari. Jika tidak
ditentukan, skrip akan dicari dalam /usr/share/dh-exec/.
Use dh-exec-subst online using onworks.net services