summaryrefslogtreecommitdiff
path: root/dh
diff options
context:
space:
mode:
Diffstat (limited to 'dh')
-rwxr-xr-xdh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh b/dh
index 7a87e1e6..f8e26e56 100755
--- a/dh
+++ b/dh
@@ -293,7 +293,7 @@ $sequences{binary} = [@{$sequences{install}}, qw{
$sequences{'binary-arch'} = [@{$sequences{binary}}];
# --with python-support is enabled by default, at least for now
-push @{$dh{WITH}}, "python-support";
+unshift @{$dh{WITH}}, "python-support";
# sequence addon interface
sub _insert {