]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_debstd
r238: Initial Import
[debhelper.git] / dh_debstd
index 2a557ec981cec0ecc8b0512146d75f0412348d39..89cfc182b58ed81082b128cd7d803726c508eb79 100755 (executable)
--- a/dh_debstd
+++ b/dh_debstd
@@ -10,6 +10,9 @@
 # This has been gutted and extensively rewritten to function as a debhelper
 # command by Joey Hess. And then completly rewritten in perl.
 
+# 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=();
@@ -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();