]> git.donarmstrong.com Git - debhelper.git/blob - dh_installdebfiles.1
r317: * Added -X option, which makes it not examine some files. This is useful in
[debhelper.git] / dh_installdebfiles.1
1 .TH DH_INSTALLDEBFILES 1 "" "Debhelper Commands" "Debhelper Commands"
2 .SH NAME
3 dh_installdebfiles \- install files into the DEBIAN directory (deprecated)
4 .SH SYNOPSIS
5 .B dh_installdebfiles
6 .SH "DESCRIPTION"
7 dh_installdebfiles is a debhelper program that is responsible for installing
8 files into the DEBIAN directory in package build directories with the
9 correct permissions, canculating shared library dependancies, and creating a
10 control file.
11 .P
12 This program is deprecated. It is now merely a wrapper around three other
13 programs, and you may replace any calls to this program by:
14 .P
15   dh_installdeb
16   dh_shlibdeps
17   dh_gencontrol
18 .SH WARNING
19 This program will be removed at some time in the future.
20 .SH OPTIONS
21 Any options passed to this program will be sent to each of the 3 programs
22 listed above.
23 .SH "SEE ALSO"
24 .TP
25 .BR debhelper (1)
26 .TP
27 .BR dh_installdeb (1)
28 .TP
29 .BR dh_shlibdeps (1)
30 .TP
31 .BR dh_gencontrol (1)
32 .SH AUTHOR
33 Joey Hess <joeyh@debian.org>