summaryrefslogtreecommitdiff
path: root/dh_debstd
diff options
context:
space:
mode:
Diffstat (limited to 'dh_debstd')
-rwxr-xr-xdh_debstd3
1 files changed, 3 insertions, 0 deletions
diff --git a/dh_debstd b/dh_debstd
index 2a557ec9..1c2f1f05 100755
--- 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=();