]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_debstd
r416: better message
[debhelper.git] / dh_debstd
index 12e99ffd7b9b7798e3fc0edadfc21a1a106d8d3a..6d2290c479c06aa7311ffe1249e52632e6a1c8a1 100755 (executable)
--- a/dh_debstd
+++ b/dh_debstd
 # This has been gutted and extensively rewritten to function as a debhelper
 # command by Joey Hess. And then completly rewritten in perl.
 
+use Debian::Debhelper::Dh_Lib;
+
 # Need to stay compatable with debstd, so force use of level 1.
 $ENV{DH_COMAPT}=1;
 
-# Pre-parse command line before we load Dh_lib, becuase we use a
+# Pre-parse command line before we parse the command line, becuase we use a
 # different style of arguments.
 @argv=();
 foreach (@ARGV) {
@@ -37,9 +39,6 @@ foreach (@ARGV) {
        }
 }
 @ARGV=@argv;
-
-BEGIN { push @INC, "debian", "/usr/share/debhelper" }
-use Dh_Lib;
 init();
 
 # Tolerate old style debstd invocations
@@ -178,7 +177,6 @@ if (! $ds{NOCOMPRESS}) {
 }
 
 doit("dh_fixperms");
-doit("dh_suidregister");
 doit("dh_shlibdeps");
 doit("dh_gencontrol");
 doit("dh_makeshlibs");