]> git.donarmstrong.com Git - debhelper.git/blob - dh_testroot.1
r348: * Fixes for perl 5.6.
[debhelper.git] / dh_testroot.1
1 .TH DH_TESTROOT 1 "" "Debhelper Commands" "Debhelper Commands"
2 .SH NAME
3 dh_testroot \- ensure that a package is built as root
4 .SH SYNOPSIS
5 .B dh_testroot
6 .I "[debhelper options]"
7 .SH "DESCRIPTION"
8 dh_testroot simply checks to see if you are root. If not, it exits with an
9 error. Debian packages must be built as root, though you can use
10 .BR fakeroot (1)
11 to work around this.
12 .SH OPTIONS
13 .TP
14 .B debhelper options
15 See
16 .BR debhelper (1)
17 for a list of options common to all debhelper commands.
18 .SH ENVIRONMENT
19 See
20 .BR debhelper (1)
21 for a list of environment variables that affect all debhelper commands.
22 .SH "SEE ALSO"
23 .BR debhelper (1)
24 .SH AUTHOR
25 Joey Hess <joeyh@debian.org>