]> git.donarmstrong.com Git - debhelper.git/blob - dh_installchangelogs.1
r150: Initial Import
[debhelper.git] / dh_installchangelogs.1
1 .TH DH_INSTALLCHANGELOGS 1 "" "Debhelper Commands" "Debhelper Commands"
2 .SH NAME
3 dh_installchangelogs \- install changelogs into package build directories
4 .SH SYNOPSIS
5 .B dh_installchangelogs
6 .I "[debhelper options] [-k] [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. (If files
15 named debian/package.changelog exist, they will be used in preference to
16 debian/changelog.)
17 .P
18 If an upstream changelog file is specified as an option, and the package is
19 not a native debian package, then this upstream changelog will be installed
20 as usr/doc/package/changelog in the package build directory.
21 .SH OPTIONS
22 .TP
23 .B debhelper options
24 See
25 .BR debhelper (1)
26 for a list of options common to all debhelper commands.
27 .TP
28 .B \-k, \--keep
29 Keep the original name of the upstream changelog. This will be accomplished
30 by installing the upstream changelog as "changelog", and making a symlink from
31 that to the original name of the changelog file. This can be useful if the
32 upstream changelog has an unusual name, or if other documentation in the
33 package refers to the changelog file.
34 .TP
35 .B upstream
36 Install this file as the upstream changelog.
37 .SH NOTES
38 It is an error to specify an upstream changelog file for a debian native
39 package.
40 .SH ENVIRONMENT
41 See
42 .BR debhelper (1)
43 for a list of environment variables that affect all debhelper commands.
44 .SH "SEE ALSO"
45 .BR debhelper (1)
46 .SH "CONFORMS TO"
47 Debian policy, version 2.3.0.0
48 .SH AUTHOR
49 Joey Hess <joeyh@master.debian.org>