diff options
author | unknown <unknown> | 2003-07-28 18:46:16 +0000 |
---|---|---|
committer | unknown <unknown> | 2003-07-28 18:46:16 +0000 |
commit | ae87933e9cdce79689a0a3160aed4ca4c17b547c (patch) | |
tree | b3099bdd844566555941f8b4e8336c415a489646 /dh_installdebfiles.1 | |
parent | d579dae0cf159c50dcd902ff4a35590f7dcff395 (diff) | |
parent | 63e45075003b1d9fcff097b5644a81131c346653 (diff) | |
download | debhelper-version_2.0.51.tar.gz |
r977: This commit was manufactured by cvs2svn to create tagversion_2.0.51
'debian_version_2_0_51'.
Diffstat (limited to 'dh_installdebfiles.1')
-rw-r--r-- | dh_installdebfiles.1 | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/dh_installdebfiles.1 b/dh_installdebfiles.1 new file mode 100644 index 00000000..bb66ed5b --- /dev/null +++ b/dh_installdebfiles.1 @@ -0,0 +1,33 @@ +.TH DH_INSTALLDEBFILES 1 "" "Debhelper Commands" "Debhelper Commands" +.SH NAME +dh_installdebfiles \- install files into the DEBIAN directory (deprecated) +.SH SYNOPSIS +.B dh_installdebfiles +.SH "DESCRIPTION" +dh_installdebfiles is a debhelper program that is responsible for installing +files into the DEBIAN directory in package build directories with the +correct permissions, canculating shared library dependancies, and creating a +control file. +.P +This program is deprecated. It is now merely a wrapper around three other +programs, and you may replace any calls to this program by: +.P + dh_installdeb + dh_shlibdeps + dh_gencontrol +.SH WARNING +This program will be removed at some time in the future. +.SH OPTIONS +Any options passed to this program will be sent to each of the 3 programs +listed above. +.SH "SEE ALSO" +.TP +.BR debhelper (1) +.TP +.BR dh_installdeb (1) +.TP +.BR dh_shlibdeps (1) +.TP +.BR dh_gencontrol (1) +.SH AUTHOR +Joey Hess <joeyh@master.debian.org> |