]> git.donarmstrong.com Git - debhelper.git/blob - dh_installchangelogs.1
r248: Removed symlink files.
[debhelper.git] / dh_installchangelogs.1
1 .TH DH_INSTALLCHANGELOGS 1
2 .SH NAME
3 dh_installchangelogs \- install changelogs into package build directories
4 .SH SYNOPSIS
5 .B dh_installchangelogs
6 .I "[-v] [-a] [-i] [-ppackage] upstream"
7 .SH "DESCRIPTION"
8 dh_installchangelogs is a debhelper program that is responsible for installing
9 changelogs into package build directories.
10 .P
11 dh_installchangelogs determines if the package is a debian native package,
12 and if so, it installs debian/changelog into usr/doc/package/changelog in
13 the package build directory. Otherwise, it installs debian/changelog into
14 usr/doc/package/changelog.Debian in the package build directory.
15 .P
16 If an upstream changelog file is specified as an option, and the package is
17 not a native debian package, then this upstream changelog will be installed
18 as usr/doc/package/changelog in the package build directory.
19 .SH OPTIONS
20 .TP
21 .B \-v
22 Verbose mode; show all commands that modify the package build directory.
23 .TP
24 .B \-a
25 Install changelogs for all architecture dependent packages.
26 .TP
27 .B \-i
28 Install changelogs for all architecture independent packages.
29 .TP
30 .B \-ppackage
31 Install changelogs for the package named "package".
32 .SH NOTES
33 The
34 .B \-a
35 .B \-i
36 and
37 .B \-p
38 arguments are cumulative. If none are specified, then all packages listed in
39 the control file will have the changelogs installed into them.
40 .P
41 It is an error to specify an upstream changelog file for a debian native
42 package.
43 .SH ENVIRONMENT
44 .TP
45 .I DH_VERBOSE
46 Enables verbose mode
47 .SH "SEE ALSO"
48 .BR /usr/doc/debhelper/README
49 .SH "CONFORMS TO"
50 Debian policy, version 2.3.0.0
51 .SH AUTHOR
52 Joey Hess <joeyh@master.debian.org>