]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_testroot
r407: * suidmanager is obsolete now, and so is dh_suidmanager. Instead,
[debhelper.git] / dh_testroot
index 6f9be362dc777dbf0c95e4787a5962f0f5f76ea8..b76a1e595678268e6914c0bc389be4b0d6e6d83c 100755 (executable)
@@ -2,9 +2,7 @@
 #
 # Checks to make sure you are root.
 
-BEGIN { push @INC, "debian", "/usr/share/debhelper" }
-use Dh_Lib;
-init();
+use Debian::Debhelper::Dh_Lib;
 
 if ($< != 0) {
        error("You must run this as root.");