]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_testroot
Fix build system auto-selection breakage.
[debhelper.git] / dh_testroot
index dc36c2531041b535e48c74f22739d174cec20184..717d8841f1e54a1163b2c35baca089abdea46a79 100755 (executable)
@@ -6,7 +6,7 @@ dh_testroot - ensure that a package is built as root
 
 =head1 SYNOPSIS
 
-  dh_testroot [debhelper options]
+B<dh_testroot> [S<I<debhelper options>>]
 
 =head1 DESCRIPTION
 
@@ -18,6 +18,7 @@ L<fakeroot(1)>
 
 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<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.