]> git.donarmstrong.com Git - debhelper.git/blob - dh_installemacsen.1
r103: Initial revision
[debhelper.git] / dh_installemacsen.1
1 .TH DH_INSTALLEMACSEN 1 "" "Debhelper Commands" "Debhelper Commands"
2 .SH NAME
3 dh_installemacsen \- register an emacs add on package
4 .SH SYNOPSIS
5 .B dh_installemacsen
6 .I "[debhelper options] [-n]"
7 .SH "DESCRIPTION"
8 dh_installemacsen is a debhelper program that is responsible for installing
9 files used by the debian emacsen-common package into package build directories. 
10 .P
11 It also automatically generates the postinst and prerm commands needed to 
12 register a package as an emacs add on package. See 
13 .BR dh_installdeb (1)
14 for an explanation of how this works.
15 .P
16 If a file named debian/package.emacsen-install exists, then it is installed into
17 usr/lib/emacsen-common/packages/install/package in the package build
18 directory. Similarly, debian/package.emacsen-remove is installed into
19 usr/lib/emacsen-common/packages/remove/package
20 .P
21 For the first first binary package listed in the control file, you may use
22 debian/emacsen-install and debian/emacsen-remove instead.
23 .SH OPTIONS
24 .TP
25 .B debhelper options
26 See
27 .BR debhelper (1)
28 for a list of options common to all debhelper commands.
29 .TP
30 .B \-n, \--noscripts
31 Do not modify postinst/prerm scripts.
32 .SH ENVIRONMENT
33 See
34 .BR debhelper (1)
35 for a list of environment variables that affect all debhelper commands.
36 .SH "SEE ALSO"
37 .TP
38 .BR debhelper (1)
39 .TP
40 .BR /usr/doc/emacsen-common/debian-emacs-policy.gz
41 .SH AUTHOR
42 Joey Hess <joeyh@master.debian.org>