]> git.donarmstrong.com Git - debhelper.git/blob - dh_testroot.1
r275: No idea.
[debhelper.git] / dh_testroot.1
1 .TH DH_INSTALLDOCS 1
2 .SH NAME
3 dh_testroot \- ensure that a package is built as root
4 .SH SYNOPSIS
5 .B dh_testroot
6 .I "[-v]"
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 \-v
15 Verbose mode; show all commands that modify the package build directory.
16 This currently has no effect.
17 .SH ENVIRONMENT
18 .TP
19 .I DH_VERBOSE
20 Enables verbose mode.
21 .SH "SEE ALSO"
22 .BR /usr/doc/debhelper/README
23 .SH AUTHOR
24 Joey Hess <joeyh@master.debian.org>