]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_debstd
r941: This commit was manufactured by cvs2svn to create tag
[debhelper.git] / dh_debstd
index e9e7b3cae7f6f987e1ff29b59b13599f44cf8319..89cfc182b58ed81082b128cd7d803726c508eb79 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.
 
-# Pre-parse command line before we load dh_lib, becuase we use a
+# 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
 # different style of arguments.
 @argv=();
 foreach (@ARGV) {
@@ -35,7 +38,7 @@ foreach (@ARGV) {
 }
 @ARGV=@argv;
 
-BEGIN { push @INC, "debian", "/usr/lib/debhelper" }
+BEGIN { push @INC, "debian", "/usr/share/debhelper" }
 use Dh_Lib;
 init();