]> git.donarmstrong.com Git - debhelper.git/blob - dh_installdebfiles.1
r55: Initial Import
[debhelper.git] / dh_installdebfiles.1
1 .TH DH_INSTALLDEBFILES 1
2 .SH NAME
3 dh_installdebfiles \- install files into the DEBIAN directory
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 furture.
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 .BR /usr/doc/debhelper/README
25 .BR dh_installdeb (1)
26 .BR dh_shlibdeps (1)
27 .BR dh_gencontrol (1)
28 .SH AUTHOR
29 Joey Hess <joeyh@master.debian.org>