]> git.donarmstrong.com Git - debhelper.git/blob - dh_installchangelogs.1
r48: Initial Import
[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] [-Ptmpdir] [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, \--verbose
22 Verbose mode; show all commands that modify the package build directory.
23 .TP
24 .B \-a, \--arch
25 Install changelogs for all architecture dependent packages.
26 .TP
27 .B \-i, \--indep
28 Install changelogs for all architecture independent packages.
29 .TP
30 .B \-ppackage, \--package=package
31 Install changelogs for the package named "package".
32 .TP
33 .B \-Ptmpdir, \--tmpdir=tmpdir
34 Use "tmpdir" for package build directory. 
35 .TP
36 .B upstream
37 Instal this file as the upstream changelog.
38 .SH NOTES
39 The
40 .B \-a
41 .B \-i
42 and
43 .B \-p
44 arguments are cumulative. If none are specified, then all packages listed in
45 the control file will have the changelogs installed into them.
46 .P
47 It is an error to specify an upstream changelog file for a debian native
48 package.
49 .SH ENVIRONMENT
50 .TP
51 .I DH_VERBOSE
52 Enables verbose mode
53 .SH "SEE ALSO"
54 .BR /usr/doc/debhelper/README
55 .SH "CONFORMS TO"
56 Debian policy, version 2.3.0.0
57 .SH AUTHOR
58 Joey Hess <joeyh@master.debian.org>