Penguin
Blame: dh_installdeb(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of dh_installdeb(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 DH_INSTALLDEB
2 !!!DH_INSTALLDEB
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 AUTHOR
8 ----
9 !!NAME
10
11
12 dh_installdeb - install files into the DEBIAN directory
13 !!SYNOPSIS
14
15
16 __dh_installdeb__ [[''debhelper options'']
17 !!DESCRIPTION
18
19
20 dh_installdeb is a debhelper program that is responsible for
21 installing files into the DEBIAN directories
22 in package build directories with the correct
23 permissions.
24
25
26 dh_installdeb automatically installs the following files
27 from debian/ into the DEBIAN directory:
28 package.postinst package.preinst package.postrm
29 package.prerm package.shlibs package.conffiles
30
31
32 The postinst, preinst, postrm, and prerm are handled
33 specially: If a corresponding file named
34 debian/script.debhelper exists, the contents of that file
35 are merged into the script as follows: If the script exists,
36 then anywhere in it that ``#DEBHELPER#'' appears, the text
37 of the .debhelper file is inserted. If the script does not
38 exist, then a script is generated from the .debhelper file.
39 The .debhelper files are created by other debhelper
40 programs, such as ''dh_installmenu''(1), and are shell
41 script fragments.
42
43
44 In V3 compatability mode and higher, all files in the etc/
45 directory in a package will automatically be flagged as
46 conffiles by this program, so there is no need to list them
47 manually in package.conffiles.
48 !!SEE ALSO
49
50
51 debhelper(1)
52
53
54 This program is a part of debhelper.
55 !!AUTHOR
56
57
58 Joey Hess
59 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.