]> git.donarmstrong.com Git - debhelper.git/blob - dh_installlogrotate.1
r361:
[debhelper.git] / dh_installlogrotate.1
1 .TH DH_INSTALLLOGROTATE 1 "" "Debhelper Commands" "Debhelper Commands"
2 .SH NAME
3 dh_installlogrotate \- install logrotate config files
4 .SH SYNOPSIS
5 .B dh_logrotate
6 .I "[debhelper options]"
7 .SH "DESCRIPTION"
8 dh_installlogrotate is a debhelper program that is responsible for installing
9 logrotate config files into etc/logrotate.d in package build directories.
10 The file debian/logrotate is installed. If your package generates multiple
11 binary packages (or if you just prefer to do it), you can also use filenames
12 like debian/package.logrotate, where "package" is replaced with the name of
13 the binary package this logrotate config file goes into.
14 .SH OPTIONS
15 .TP
16 .B debhelper options
17 See
18 .BR debhelper (1)
19 for a list of options common to all debhelper commands.
20 .SH ENVIRONMENT
21 See
22 .BR debhelper (1)
23 for a list of environment variables that affect all debhelper commands.
24 .SH "SEE ALSO"
25 .BR debhelper (1)
26 .SH "CONFORMS TO"
27 Debian policy, version 3.0.1
28 .SH AUTHOR
29 Joey Hess <joeyh@debian.org>