diff options
author | joey <joey> | 1999-08-17 04:58:44 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 04:58:44 +0000 |
commit | 0287a9cbf507569b92fa157fb002a4ead079bbdb (patch) | |
tree | 313b23c7a754168412793181aaacc2d523c3361e /dh_installchangelogs.1 | |
parent | 225d86509ae859057d89f3ad88c1b6de7c8e98ba (diff) | |
download | debhelper-0287a9cbf507569b92fa157fb002a4ead079bbdb.tar.gz |
r116: Initial Import
Diffstat (limited to 'dh_installchangelogs.1')
-rw-r--r-- | dh_installchangelogs.1 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/dh_installchangelogs.1 b/dh_installchangelogs.1 index 9a579a65..815c2dda 100644 --- a/dh_installchangelogs.1 +++ b/dh_installchangelogs.1 @@ -3,7 +3,7 @@ dh_installchangelogs \- install changelogs into package build directories .SH SYNOPSIS .B dh_installchangelogs -.I "[debhelper options] [upstream]" +.I "[debhelper options] [-k] [upstream]" .SH "DESCRIPTION" dh_installchangelogs is a debhelper program that is responsible for installing changelogs into package build directories. @@ -25,6 +25,13 @@ See .BR debhelper (1) for a list of options common to all debhelper commands. .TP +.B \-k, \--keep +Keep the original name of the upstream changelog. This will be accomplished +by installing the upstream changelog as "changelog", and making a symlink from +that to the original name of the changelog file. This can be useful if the +upstream changelog has an unusual name, or if other documentation in the +package refers to the changelog file. +.TP .B upstream Install this file as the upstream changelog. .SH NOTES |