Penguin
Blame: dh_installemacsen(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of dh_installemacsen(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 DH_INSTALLEMACSEN
2 !!!DH_INSTALLEMACSEN
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 NOTES
8 SEE ALSO
9 AUTHOR
10 ----
11 !!NAME
12
13
14 dh_installemacsen - register an emacs add on package
15 !!SYNOPSIS
16
17
18 __dh_installemacsen__ [[''debhelper options'']
19 [[__-n__] [[__--priority=__''n'']
20 [[__--flavor=__''foo'']
21 !!DESCRIPTION
22
23
24 dh_installemacsen is a debhelper program that is responsible
25 for installing files used by the debian emacsen-common
26 package into package build directories.
27
28
29 It also automatically generates the postinst and prerm
30 commands needed to register a package as an emacs add on
31 package. See ''dh_installdeb''(1) for an explanation of
32 how this works.
33
34
35 If a file named debian/package.emacsen-install exists, then
36 it is installed into
37 usr/lib/emacsen-common/packages/install/package in the
38 package build directory. Similarly,
39 debian/package.emacsen-remove is installed into
40 usr/lib/emacsen-common/packages/remove/package . And
41 similarly, debian/package.emacsen-startup is installed into
42 etc/emacs/site-start.d/50
43 !!OPTIONS
44
45
46 __-n__, __--noscripts__
47
48
49 Do not modify postinst/prerm scripts.
50
51
52 __--priority=__''n''
53
54
55 Sets the priority number of a site-start.d file. Default is
56 50.
57
58
59 __--flavor=__''foo''
60
61
62 Sets the flavor a site-start.d file will be installed in.
63 Default is ``emacs'', alternatives include ``xemacs'' and
64 ``emacs20''.
65 !!NOTES
66
67
68 Note that this command is not idempotent. ``dh_clean -k''
69 should be called between invocations of this command.
70 Otherwise, it may cause multiple instances of the same text
71 to be added to maintainer scripts.
72 !!SEE ALSO
73
74
75 debhelper(1)
76
77
78 This program is a part of debhelper.
79 !!AUTHOR
80
81
82 Joey Hess
83 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.