diff options
Diffstat (limited to 'dh_debstd')
-rwxr-xr-x | dh_debstd | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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=(); |