version 1 showing authors affecting page license.
.
Rev |
Author |
# |
Line |
1 |
perry |
1 |
DH_INSTALLCHANGELOGS |
|
|
2 |
!!!DH_INSTALLCHANGELOGS |
|
|
3 |
NAME |
|
|
4 |
SYNOPSIS |
|
|
5 |
DESCRIPTION |
|
|
6 |
OPTIONS |
|
|
7 |
NOTES |
|
|
8 |
SEE ALSO |
|
|
9 |
AUTHOR |
|
|
10 |
---- |
|
|
11 |
!!NAME |
|
|
12 |
|
|
|
13 |
|
|
|
14 |
dh_installchangelogs - install changelogs into package build directories |
|
|
15 |
!!SYNOPSIS |
|
|
16 |
|
|
|
17 |
|
|
|
18 |
__dh_installchangelogs__ [[__debhelper options''] |
|
|
19 |
[[__-k__] [[''upstream''] |
|
|
20 |
!!DESCRIPTION |
|
|
21 |
|
|
|
22 |
|
|
|
23 |
dh_installchangelogs is a debhelper program that is |
|
|
24 |
responsible for installing changelogs into package build |
|
|
25 |
directories. |
|
|
26 |
|
|
|
27 |
|
|
|
28 |
dh_installchangelogs determines if the package is a debian |
|
|
29 |
native package, and if so, it installs debian/changelog into |
|
|
30 |
usr/share/doc/package/changelog in the package build |
|
|
31 |
directory. Otherwise, it installs debian/changelog into |
|
|
32 |
usr/share/doc/package/changelog.Debian in the package build |
|
|
33 |
directory. (If files named debian/package.changelog exist, |
|
|
34 |
they will be used in preference to |
|
|
35 |
debian/changelog.) |
|
|
36 |
|
|
|
37 |
|
|
|
38 |
If an upstream changelog file is specified as an option, and |
|
|
39 |
the package is not a native debian package, then this |
|
|
40 |
upstream changelog will be installed as |
|
|
41 |
usr/share/doc/package/changelog in the package build |
|
|
42 |
directory. If the changelog is a html file (determined by |
|
|
43 |
file extension), it will be installed as |
|
|
44 |
usr/share/doc/package/changelog.html instead, and will be |
|
|
45 |
converted to plain text with html2text to generate |
|
|
46 |
usr/share/doc/package/changelog. |
|
|
47 |
!!OPTIONS |
|
|
48 |
|
|
|
49 |
|
|
|
50 |
__-k__, __--keep__ |
|
|
51 |
|
|
|
52 |
|
|
|
53 |
Keep the original name of the upstream changelog. This will |
|
|
54 |
be accomplished by installing the upstream changelog as |
|
|
55 |
``changelog'', and making a symlink from that to the |
|
|
56 |
original name of the changelog file. This can be useful if |
|
|
57 |
the upstream changelog has an unusual name, or if other |
|
|
58 |
documentation in the package refers to the changelog |
|
|
59 |
file. |
|
|
60 |
|
|
|
61 |
|
|
|
62 |
''upstream'' |
|
|
63 |
|
|
|
64 |
|
|
|
65 |
Install this file as the upstream changelog. |
|
|
66 |
!!NOTES |
|
|
67 |
|
|
|
68 |
|
|
|
69 |
It is an error to specify an upstream changelog file for a |
|
|
70 |
debian native package. |
|
|
71 |
!!SEE ALSO |
|
|
72 |
|
|
|
73 |
|
|
|
74 |
debhelper(1) |
|
|
75 |
|
|
|
76 |
|
|
|
77 |
This program is a part of debhelper. |
|
|
78 |
!!AUTHOR |
|
|
79 |
|
|
|
80 |
|
|
|
81 |
Joey Hess |
|
|
82 |
---- |