X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_testroot;h=c010dd507c9e6f46409326b3c74077df68e489a5;hb=fb8f18f4a98669c3b85e1bd7920fbabfc00b886e;hp=dc36c2531041b535e48c74f22739d174cec20184;hpb=4f16c9baca4edbe95d7e9932b28e12ebeda14506;p=debhelper.git diff --git a/dh_testroot b/dh_testroot index dc36c25..c010dd5 100755 --- a/dh_testroot +++ b/dh_testroot @@ -6,11 +6,11 @@ dh_testroot - ensure that a package is built as root =head1 SYNOPSIS - dh_testroot [debhelper options] +B [S>] =head1 DESCRIPTION -dh_testroot simply checks to see if you are root. If not, it exits with an +B simply checks to see if you are root. If not, it exits with an error. Debian packages must be built as root, though you can use L @@ -18,6 +18,7 @@ L use strict; use Debian::Debhelper::Dh_Lib; +inhibit_log(); if ($< != 0) { error("You must run this as root (or use fakeroot)."); @@ -25,7 +26,7 @@ if ($< != 0) { =head1 SEE ALSO -L +L This program is a part of debhelper.