summaryrefslogtreecommitdiff
path: root/dh_builddeb
diff options
context:
space:
mode:
Diffstat (limited to 'dh_builddeb')
-rwxr-xr-xdh_builddeb2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_builddeb b/dh_builddeb
index d0916825..85c921bb 100755
--- a/dh_builddeb
+++ b/dh_builddeb
@@ -134,7 +134,7 @@ on_items_in_parallel(\@items, sub {
# XXX: Should we blindly overrule the maintainer's choice
# of compressor arguments here? It is not apparent that
# their explicit -z was intended for the dbgsym package.
- doit("dpkg-deb", @{$dh{U_PARAMS}}
+ doit("dpkg-deb", @{$dh{U_PARAMS}},
"--build", $dbgsym_tmpdir, $dh{DESTDIR});
next;
}