Penguin
Blame: dh_installdefoma(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of dh_installdefoma(1) version 4, including all changes. View license author blame.
Rev Author # Line
1 perry 1 DH_INSTALLEDEFOMA
2 !!!DH_INSTALLEDEFOMA
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 ENVIRONMENT
8 NOTES
9 SEE ALSO
10 AUTHOR
11 ----
12 !!NAME
13
14
15 dh_installdefoma - install a defoma related scripts
16 !!SYNOPSIS
17
18
19 __dh_installdefoma__ ''[[debhelper options]
20 [[-n]''
21 !!DESCRIPTION
22
23
24 dh_installdefoma is a debhelper program that is responsible
25 for installing files related to defoma (DEbian FOnt MAnager)
26 into package build directories. dh_installdefoma can be used
27 by defoma-aware packages and/or font packages using
28 defoma.
29
30
31 It also automatically generates the postinst and pre/postrm
32 commands needed to register a package as a defoma-aware
33 and/or font package using defoma. See
4 perry 34 dh_installdeb(1) for an explanation of how this
1 perry 35 works.
36
37
38 If a file named debian/package.defoma exists, then it is
39 installed into usr/share/defoma/scripts/package.defoma in
40 the package build directory and put an un/registration
41 method in maintainer scripts with defoma-app. If a file
42 named debian/package.defoma-hints exists, then it is
43 installed in etc/defoma/hints/package.hints in the package
44 build directory and put an un/registration method in
45 maintainer scripts with defoma-font. So when you create a
46 defoma font package, what you need to do is only to put its
47 hints file in debian/package.defoma-hints and install font
48 files written in the hints file in the apropriate locations.
49 When you create a defoma-aware package, what you need to do
50 is only to put its defoma-script file in
51 debian/package.defoma. The script file is automatically
52 installed in the package build directory.
53 !!OPTIONS
54
55
56 __debhelper options__
57
58
59 See debhelper(1) for a list of options common to all
60 debhelper commands.
61
62
63 __-n, --noscripts__
64
65
66 Do not modify postinst/postrm scripts.
67 !!ENVIRONMENT
68 See debhelper(1) for a list of environment
69 variables that affect all debhelper commands.
70 !!NOTES
71
72
73 Note that this command is not idempotent.
74 !!SEE ALSO
75
76
77 debhelper(1)
78 !!AUTHOR
79
80
81 Masato Taruishi
82 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.