X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh;fp=dh;h=3bcd069cadad6593e9d997942f277d5f20d3eb04;hb=08fd6e5a07b96c2d7792a66458408916b754c97a;hp=dff7f25d4ae438b02e6f9358c380114b085c4b70;hpb=63157c540e451c47bd334c295cd11c576808b5f0;p=debhelper.git diff --git a/dh b/dh index dff7f25..3bcd069 100755 --- a/dh +++ b/dh @@ -268,7 +268,7 @@ matches, the last one in the sequence will be used. # Stash this away before init modifies it. my @ARGV_orig=@ARGV; -if (compat(8)) { +if (compat(8, 1)) { # python-support was enabled by default before v9. # (and comes first so python-central loads later and can disable it). unshift @ARGV, "--with=python-support";